diff options
-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 |