diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-03-11 11:22:53 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-03-11 11:22:53 +0000 |
commit | 2ec57bf5bb72b4f4e4fc0d520f3272d5d899dba6 (patch) | |
tree | 4c3bbf1d2a75a553b4748a5dfdd7695bf4333a61 | |
parent | 74a9117e361bcb2f6f8383830b867d4a266c7021 (diff) | |
download | rpmtools-7.02.tar rpmtools-7.02.tar.gz rpmtools-7.02.tar.bz2 rpmtools-7.02.tar.xz rpmtools-7.02.zip |
7.027.02
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 1634a6f..37b5a93 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "7.01"; +my $rpmtools_version = "7.02"; # where to find the rpm utility @@ -1,3 +1,8 @@ +Version 7.02 - 11 March 2018, by Martin Whitaker + +- gendistrib: avoid errors when hdlists are not stored in the main media_info +- gendistrib: fix bug when media.cfg links directly to main hdlist + Version 7.01 - 3 September 2017, by Thierry Vignaud - do not load file sizes from synthesis in non incremental mode (minor |