aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS36
1 files changed, 36 insertions, 0 deletions
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.