diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-04-27 18:44:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-04-27 18:44:37 +0000 |
commit | 15ef81694d2a33738ee72fca195042d2eb79a503 (patch) | |
tree | 0dd10f6b7b8b846c74c1be3ca328a2cd051a7269 | |
parent | a9fd307a6adb08a569c2dbdb05d0f7c148099c7f (diff) | |
download | drakx-15ef81694d2a33738ee72fca195042d2eb79a503.tar drakx-15ef81694d2a33738ee72fca195042d2eb79a503.tar.gz drakx-15ef81694d2a33738ee72fca195042d2eb79a503.tar.bz2 drakx-15ef81694d2a33738ee72fca195042d2eb79a503.tar.xz drakx-15ef81694d2a33738ee72fca195042d2eb79a503.zip |
14.1514.15
-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 366b3821d..187fc8d67 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=14.14 +VERSION:=14.15 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 33a32f5f4..64cdc24a3 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 14.15 - 27 april 2012 + - partitioning: o fix partitions not being shown after clicking on "Reload partition table" (mga#3260) |