From 8741413fad163f8e813e70541b6ca6d2664c7fff Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Feb 26 2007 22:02:36 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 7ebc591..2c65c52 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ anaconda-11.2.0.24.tar.bz2 anaconda-11.2.0.25.tar.bz2 anaconda-11.2.0.26.tar.bz2 +anaconda-11.2.0.27.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 11a85db..5bdb897 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.2.0.26 +Version: 11.2.0.27 Release: 1 License: GPL Summary: Graphical system installer @@ -112,6 +112,28 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Feb 26 2007 Chris Lumens - 11.2.0.27-1 +- Clean up partitioning text (katzj, #228198, #221791). +- Write out the fstab after migrating (katzj, #223215). +- More partitioning text fixes (#229959). +- Desensitize drive selection box for custom layouts (#219207). +- Support new kickstart extended group syntax. +- Handle port numbers in the exception scp dialog (#227909). +- Don't attempt to load a module when the device line is wrong (#227510). +- Fix selecting the kernel-xen-devel package (dlehman, #226784). +- Desensitize partition review checkbox when going back (dlehman, #220951). +- Add key handling UI (dlehman). +- Fix writing out /etc/sysconfig/network-scripts/ files (#227250). +- Verify added repos when going back to the tasksel screen (#227762). +- Don't include /usr/share/zonetab/zone.tab for translation (#229729). +- Documentation updates (#189292, #173641). +- Delete /etc/mtab if it exists on upgrade (#213818). +- Add atl1.ko module to loader (#229641). +- Don't traceback when cancel is pressed on iscsi add dialog (#229694). +- Don't relabel disks that contain protected partitions (dlehman, #220331). +- Clear non-protected partitions from disks if initAll is set (dlehman). +- Allow access to regkey screen when going back (dlehman, #219361). + * Wed Feb 21 2007 Chris Lumens - 11.2.0.26-1 - Add dpi flag when starting X to fix tiny font size (#224665). - Set the default timezone for languages we can't display (#227625). diff --git a/sources b/sources index 66cc0eb..abd8d4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -904d97fec3e5413408220456ebb92c79 anaconda-11.2.0.26.tar.bz2 +93556fd9c04bf7e3cfc051037d3f1303 anaconda-11.2.0.27.tar.bz2