xbps-create(1): support '--compression none' to skip any compression format.

This commit is contained in:
Juan RP
2015-09-03 12:34:29 +02:00
parent 782ec10111
commit 21be2318cf
2 changed files with 6 additions and 1 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.48 (???):
* xbps-create(1): --compression now accepts "none" to not use any
compression format.
* xbps-create(1): it is now able to generate identical packages when its
content does not differ. This is the first part required to the
"100% reproducible builds" goal.