aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-05 17:23:53 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-05 17:23:53 +0000
commitd999775aef1d799c40373f122a34fd2e544e6f0a (patch)
tree900729e8543413604300d038ac1a063dd50205eb
parentd354364919d9769fb7dca7d19f07f87bb29fac30 (diff)
downloadrpmtools-d999775aef1d799c40373f122a34fd2e544e6f0a.tar
rpmtools-d999775aef1d799c40373f122a34fd2e544e6f0a.tar.gz
rpmtools-d999775aef1d799c40373f122a34fd2e544e6f0a.tar.bz2
rpmtools-d999775aef1d799c40373f122a34fd2e544e6f0a.tar.xz
rpmtools-d999775aef1d799c40373f122a34fd2e544e6f0a.zip
6.56.5
-rwxr-xr-xMakefile.PL2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9b21a6f..3c58a71 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@
use strict;
use ExtUtils::MakeMaker;
-my $rpmtools_version = "6.4";
+my $rpmtools_version = "6.5";
# where to find the rpm utility
diff --git a/NEWS b/NEWS
index 8c68d26..73afd6a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.5 - 5 September 2012, by Thierry Vignaud
+
- compress XML data with xz instead of lzma
(keeping .lzma extension for compatibility, just adding the magic value)