diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-11 14:44:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-11 14:44:11 +0200 |
commit | baa69233273ea8c14a7f683238df6b199f0379b9 (patch) | |
tree | 913b54bd9be87e5cb625fc119805ec24d8af5ca8 | |
parent | c8a08cc0ce55b309ef30cf367a625eb86457a0e2 (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +Version 0.17.0 + + * New `third-party` library and executable sub-option in bdep-new. + + This sub-option is meant for converting an existing third-party project + to build2. It automatically enables a number of other sub-options (such + as no-version, no-readme, and no-symexport). It also adds a number of + values to manifest that makes sense to specify in a package of a third- + party project and, unless no-package-readme is specified, generates the + PACKAGE-README.md template. + + * New buildfile-in-prefix library and executable sub-option in bdep-new. + + * New export-stub executable sub-option in bdep-new. + + * New no-symexport and auto-symexport library sub-options in bdep-new. + + * New no-subdir-include library sub-option in bdep-new. + Version 0.16.0 * The bdep-deinit command can now deinitialize a package that still has |