aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-10 09:38:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-10 09:38:59 +0200
commitfeef51b5d18364fe362c16a0e216c58edf022330 (patch)
tree56091af3c85ed82d9e36e451514bc89801e8c613
parentd81896a621db405706ee9fea66add33d99c27ae6 (diff)
Update NEWS file
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 118b196..b22e20c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 0.8.0
+
+ * New optional 'project' manifest value that specifies the project the
+ package belongs to. See the package dependency manager manual for
+ details.
+
+ * Make package manifest 'url' and 'email' values optional.
+
+ * Make default versioning epoch 1 instead of 0 (0 is now reserved for
+ "foreign" packages).
+
+ * New --manifest option for the pkg-verify command that allows extracting
+ package's manifest file.
+
+ * New --{repositories|packages}-file options for the rep-info command.
+
+ This allows saving both manifests with a single invocation (which is the
+ only way to guarantee they are consistent).
+
Version 0.7.0
* Support for using git repositories as package repositories. See the