diff options
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 |
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 @@ -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) |