aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS3
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
diff --git a/NEWS b/NEWS
index b112777..68019ec 100644
--- a/NEWS
+++ b/NEWS
@@ -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