diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-09-03 00:19:18 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-09-03 00:19:18 +0200 |
commit | 7f546be81452f4ebacce198927d0dd8dc6e6e0d9 (patch) | |
tree | be9fd3725677ac018597a493828a8111921db6c6 | |
parent | b6d64af77e176c13c9a04022ef575696dfe7dc20 (diff) | |
download | rpmtools-7f546be81452f4ebacce198927d0dd8dc6e6e0d9.tar rpmtools-7f546be81452f4ebacce198927d0dd8dc6e6e0d9.tar.gz rpmtools-7f546be81452f4ebacce198927d0dd8dc6e6e0d9.tar.bz2 rpmtools-7f546be81452f4ebacce198927d0dd8dc6e6e0d9.tar.xz rpmtools-7f546be81452f4ebacce198927d0dd8dc6e6e0d9.zip |
7.017.01
-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 2d761c6..1634a6f 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "7.00"; +my $rpmtools_version = "7.01"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 7.01 - 3 September 2017, by Thierry Vignaud + - do not load file sizes from synthesis in non incremental mode (minor performance optimisation) - fix "Unescaped left brace in regex is illegal here in regex" |