diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-09-07 21:14:17 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-09-07 21:15:01 +0200 |
commit | ed641b6f0d85325e5c9768e5b6b3c60dad026bde (patch) | |
tree | b0abf3e2940ed55b99c947fad4c48ef4c52b6df3 | |
parent | 1f881f848dcef9706d99b0798f9f62bd4636a134 (diff) | |
download | drakx-ed641b6f0d85325e5c9768e5b6b3c60dad026bde.tar drakx-ed641b6f0d85325e5c9768e5b6b3c60dad026bde.tar.gz drakx-ed641b6f0d85325e5c9768e5b6b3c60dad026bde.tar.bz2 drakx-ed641b6f0d85325e5c9768e5b6b3c60dad026bde.tar.xz drakx-ed641b6f0d85325e5c9768e5b6b3c60dad026bde.zip |
17.8917.89
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 6826c6fc2..8381bde89 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=17.88 +VERSION:=17.89 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 96203c3cd..20aa0e140 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 17.89 - 7 September 2017 + - include part of udev's hwdb (mga#20327) - adapt to perl-5.26 - adapt to URPM-5.14 (using perl native ints) |