diff options
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. |