diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-07 15:53:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-07 15:53:48 +0200 |
commit | 807e5c23b118c20d81c039e7f495f9928aef5f69 (patch) | |
tree | 64879c002119681ce01eb9e5d2712ccb062aa67c | |
parent | efece35aa05ef7f89e3deb0c0017687ddd960af0 (diff) |
Update NEWS files
-rw-r--r-- | NEWS | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +Version 0.11.0 + + * The 'tags' package manifest value has been replaced with 'keywords' (list + of space-separated words) and 'topics' (list of comma-separated, + potentially multi-word concepts). For example: + + topics: xml parser, xml serializer + keywords: sax dom + + * The pkg-build command can now "build" a system package that doesn't have a + stub provided its version is specified explicitly. For example: + + $ bpkg build ... ?sys:libsqlite3/* ?sys:libcurl/7.47.0 + + * New cfg-create --existing|-e option allows initializing a bpkg + configuration based on an existing build system configuration instead of + creating a new one from scratch. For example: + + $ b create: build-clang/,cc config.cxx=clang++ + $ bpkg create -d build-clang --existing + + * New rep-info --deep option triggers the replacement of '*-file' package + manifest values with the contents of the referenced files. + + * New 'description-type' package manifest value allows specifying the + content type of the 'description' or 'description-file' value. Currently + recognized values are: + + text/plain + text/markdown + text/markdown;variant=GFM + text/markdown;variant=CommonMark + + * New 'upstream-version' package manifest value allows preserving the + original version for information. + Version 0.10.0 * Only minor improvements and bug fixes. |