diff options
author | Pascal Terjan <pterjan@gmail.com> | 2015-04-25 12:26:08 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2015-04-26 13:52:40 +0000 |
commit | d144c121382c813c1c01dc63c583343676d5f629 (patch) | |
tree | 63d87bac96b3d386659368acaba09448c1155f32 | |
parent | c460414a4abe29ab7713a08b7f626dd07c988d6e (diff) | |
download | drakx-d144c121382c813c1c01dc63c583343676d5f629.tar drakx-d144c121382c813c1c01dc63c583343676d5f629.tar.gz drakx-d144c121382c813c1c01dc63c583343676d5f629.tar.bz2 drakx-d144c121382c813c1c01dc63c583343676d5f629.tar.xz drakx-d144c121382c813c1c01dc63c583343676d5f629.zip |
16.8916.89
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 230c3503d..8cfe5a755 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.88 +VERSION:=16.89 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 033082dba..0bd41ae94 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 16.89 - 25 April 2015 + - Ignore special partitions on mmc (mga#15759) Version 16.88 - 25 April 2015 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 45c3ac03c..a16d11b1a 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.89 - 25 April 2015 + - Ignore special partitions on mmc (mga#15759) Version 16.87 - 21 April 2015 |