libxbps: introduce the concept of "soft replace"; see the NEWS file.

This commit is contained in:
Juan RP
2012-05-25 17:24:36 +02:00
parent d075f7182a
commit 6a4de0127d
5 changed files with 45 additions and 7 deletions

6
NEWS
View File

@@ -1,5 +1,11 @@
xbps-0.16 (???):
* libxbps: introduce the concept of "soft replace". When a package
contains that boolean object set in pkg's metadata props.plist,
some steps will be skipped at remove time for the package being
replaced: its files won't be removed and the post action in REMOVE
file won't be executed.
* libxbps: change the order in which package files are removed:
current: files, conf_files, links, directories.