xbps-create(8): new option (--compression) to set compression format.

This commit is contained in:
Juan RP
2014-04-11 14:16:58 +02:00
parent 0c3638231c
commit b71bda2ba4
3 changed files with 28 additions and 6 deletions

5
NEWS
View File

@@ -1,6 +1,9 @@
xbps-0.36 (???):
* xbps-checkvers: new utility merged from https://github.com/xdave/xbps-src-utils
* xbps-create(8): new option --compression to specify a compression format;
defaults to xz.
* xbps-checkvers(8): new utility merged from https://github.com/xdave/xbps-src-utils
that is able to check which packages are outdated in the XBPS repositories or
a rootdir by comparing them against a xbps-packages repository.
Written by xdave and improved by myself.