aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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.