diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-09-30 18:07:17 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-06 17:34:46 +0200 |
commit | b53827b313a1d15ec504a242a8f72270e1602cb2 (patch) | |
tree | 5a1d7111a910ef61c2632f3cb17def3372657bd9 | |
parent | 9b93e9ec1e0813f80f39fc31f4d66b6c48f800f0 (diff) | |
download | rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.tar rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.tar.gz rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.tar.bz2 rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.tar.xz rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.zip |
6.66.6
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 3c58a71..1595bcd 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "6.5"; +my $rpmtools_version = "6.6"; # where to find the rpm utility @@ -1,4 +1,7 @@ +Version 6.6 - 6 September 2014, by Thierry Vignaud + - switch from 'xz -5 --text' to 'xz -7' (much faster for little space overhead) + - use external gzip for decompression, faster Version 6.5 - 5 September 2012, by Thierry Vignaud |