diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-18 11:36:53 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-02-18 11:36:53 +0100 |
commit | 3bc232ec927ecb363b121fb7255a29e77b738cd1 (patch) | |
tree | 90f6237e6fc871726229861c1af69c4a79279c53 /perl-install | |
parent | 780c38d93307f87cea648f0bcc5d660f7c74df08 (diff) | |
download | drakx-3bc232ec927ecb363b121fb7255a29e77b738cd1.tar drakx-3bc232ec927ecb363b121fb7255a29e77b738cd1.tar.gz drakx-3bc232ec927ecb363b121fb7255a29e77b738cd1.tar.bz2 drakx-3bc232ec927ecb363b121fb7255a29e77b738cd1.tar.xz drakx-3bc232ec927ecb363b121fb7255a29e77b738cd1.zip |
16.6116.61
Diffstat (limited to 'perl-install')
-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 70149b901..15c747176 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=16.60 +VERSION:=16.61 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3877c9768..c12ea40f6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 16.61 - 18 February 2015 + - ensure we install radeon-firmware too if needed (mga#15203) Version 16.60 - 18 February 2015 |