aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-06-18 20:44:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-06-18 20:44:17 +0200
commit31421516334f8e41a04c75a1fed86b4cecd11526 (patch)
tree208efa3d67968e324cf11156341a8163744a9ecc /NEWS
parentd84926cdaa7a5afffd620475f7deb13bbe3c2311 (diff)
Offer to update dependents in pkg-build, add options to pkg-{build,drop}
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dcb6845..b561411 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
Version 0.4.0
+ * The pkg-build command now offers to automatically update dependent
+ packages that were reconfigured.
+
+ It also supports the following new options: --drop-prerequisite|-D,
+ --update-dependent|-U, --leave-dependent|-L, as well as the -K alias for
+ --keep-prerequisite. See the command's man page for details.
+
+ * The pkg-drop command now supports the following new options:
+ --keep-dependent|-K, --drop-prerequisite|-D, and --keep-prerequisite. See
+ the command's man page for details.
+
* Add support for repository authentication. The rep-create command can now
sign the repository, and cfg-fetch and rep-info commands can authenticate
the repository being fetched.