From 2c40fa9f6b4e9733d80d9651e66c1017d851d3c5 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Feb 09 2009 22:14:40 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 2d53d80..becded2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.5.0.12.tar.bz2 +anaconda-11.5.0.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index e5347f0..76ed86a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.12 +Version: 11.5.0.13 Release: 1 License: GPLv2+ Group: Applications/System @@ -204,6 +204,33 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Feb 09 2009 Chris Lumens - 11.5.0.13-1 +- Check that required kickstart commands are present early on (#483048). + (clumens) +- Simplify the text mode interface. (clumens) +- Fix truncated translation string for livecd installs (#484430). (clumens) +- Calcutta -> Kolkata (#484638). (clumens) +- Fix runpychecker.sh to find zonetab module (hdegoede) +- Strip invalid characters from automatically made VG/LV names (#483571). + (clumens) +- Fix systemtime setting during installation (#6175, #461526). (rvykydal) +- Workaround MMC block devs showing up not as disks from hal (#481431) + (katzj) +- Add some new false positives to pychecker false positives filtering + (hdegoede) +- Make kickstart timezone value check consistent with system-config-date + (#483094) (rvykydal) +- Make ext4 default in UI filesystem selection (bug #481112) (rvykydal) +- Redirect iscsiadm's stderr away from the console. (clumens) +- Pay attention to the stderr parameter to execWithCapture. (clumens) +- For python2.6, our showwarnings function must take a line= parameter. + (clumens) +- If ext4dev is seen in the /etc/fstab, treat it as ext4 instead (#474484). + (clumens) +- Make sure to call _getConfig from our YumSorter subclass. (clumens) +- Set proper text mode font for Greeks (#470589) (msivak) +- Lots of translation updates. + * Thu Jan 29 2009 David Cantrell - 11.5.0.12-1 - If ks=nfs:... is given, don't try to find the file via boot options (#480210). (clumens) diff --git a/sources b/sources index 73f16cd..08fe124 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3c16e3aab67eaf4e18934a31f68915c anaconda-11.5.0.12.tar.bz2 +cee545ab0c071f2140f7e23c5eaa796a anaconda-11.5.0.13.tar.bz2