diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-18 20:44:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-06-18 20:44:17 +0200 |
commit | 31421516334f8e41a04c75a1fed86b4cecd11526 (patch) | |
tree | 208efa3d67968e324cf11156341a8163744a9ecc /NEWS | |
parent | d84926cdaa7a5afffd620475f7deb13bbe3c2311 (diff) |
Offer to update dependents in pkg-build, add options to pkg-{build,drop}
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |