aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-15 10:08:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-15 10:08:38 +0200
commitf4120bea7831bfd894e03dd25e3849cd84571f8b (patch)
tree016c92aa23238cb0895b1cac3c0d0cc8ace5e20f /NEWS
parentd25093d2b8f86fd2f597b040e2d019f50ad50d6b (diff)
Add NEWS files
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..f7134c1
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,23 @@
+Version 0.3.0
+
+ * Command line options and arguments can now be specified in any order. This
+ is especially useful if you want to re-run the previous command with -v:
+
+ bpkg update libfoo -v
+
+ * The pkg-build command will now offer to drop prerequisite packages that
+ are no longer necessary. This can happen if a package that is being
+ upgraded or downgraded changes its prerequisite set. You can use the
+ --keep-prerequisite option to suppress this behavior.
+
+ * The pkg-build command now updates all packages at once (with a single
+ build system invocation) instead of sequentially one at a time. This
+ should improve performance, especially once parallelism is supported.
+
+ * The rep-create command now loads the description-file and changes-file
+ files from the package archives and includes their contents inline into
+ the 'packages' manifest file.
+
+Version 0.2.0
+
+ * First public release.