From 807e5c23b118c20d81c039e7f495f9928aef5f69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 7 Jun 2019 15:53:48 +0200 Subject: Update NEWS files --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/NEWS b/NEWS index d502fef..e29aa32 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.1