From b53827b313a1d15ec504a242a8f72270e1602cb2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 30 Sep 2013 18:07:17 +0200 Subject: 6.6 --- Makefile.PL | 2 +- NEWS | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1