aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-09-30 18:07:17 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-09-06 17:34:46 +0200
commitb53827b313a1d15ec504a242a8f72270e1602cb2 (patch)
tree5a1d7111a910ef61c2632f3cb17def3372657bd9
parent9b93e9ec1e0813f80f39fc31f4d66b6c48f800f0 (diff)
downloadrpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.tar
rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.tar.gz
rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.tar.bz2
rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.tar.xz
rpmtools-b53827b313a1d15ec504a242a8f72270e1602cb2.zip
6.66.6
-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