Always preserve current conffiles while installing new packages.

This commit is contained in:
Juan RP
2011-12-19 11:20:27 +01:00
parent 79fd316f8e
commit c40c40e08e
4 changed files with 62 additions and 58 deletions

7
NEWS
View File

@@ -1,5 +1,12 @@
xbps-0.11.0 (???):
* While unpacking a binary package, always check that file to be extracted
exists on filesystem, if true and its hash is matched, skip extraction.
* While installing a package always preserve configuration files if they
exist, but if hash don't match rename configuration files to
<filename>.old.
* New shared configuration file via libconfuse that replaces the
plist configuration files: xbps.conf. That means that libxbps
now requires confuse >= 2.7 available at