diff options
author | Daniel Wyatt <[email protected]> | 2018-10-14 10:08:28 -0400 |
---|---|---|
committer | Daniel Wyatt <[email protected]> | 2018-10-14 10:34:33 -0400 |
commit | 8cddb392fccbd74fb18258a06ee5c6de4f9da259 (patch) | |
tree | 13cd999266bb3f4fec7cb7be1b659809fe7c9121 /news.rst | |
parent | 9249da3c4e87bfbdbe88882e65ae01d1f90e31eb (diff) |
Allow configure.py parse_multiple_enable to accept an empty list and extra commas.
Examples:
./configure.py --enable-modules=
./configure.py --enable-modules=zlib,openssl,
./configure.py --enable-modules=zlib,,bzip2,
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ Version 2.9.0, Not Yet Released * Fix small issues when building for QNX +* Make configure.py parse_multiple_enable accept an empty list and + trailing/extra commas. + Version 2.8.0, 2018-10-01 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |