aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-06-08 08:55:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-06-08 08:55:47 +0200
commit24458501463ec338390cd7634929ad98c7519620 (patch)
tree6a2089b2b2bff726d926d7459ee530ab1799d54e
parent807e5c23b118c20d81c039e7f495f9928aef5f69 (diff)
Proofread NEWS files
-rw-r--r--NEWS30
1 files changed, 15 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index e29aa32..12455cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,24 @@
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:
+ * The 'tags' package manifest value has been deprecated and 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
+ * 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.
+
* The pkg-build command can now "build" a system package that doesn't have a
stub provided its version is specified explicitly. For example:
@@ -22,18 +34,6 @@ Version 0.11.0
* 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.