From 21809347c0eead467f7ac0c7cd168d7114cd7122 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mar 21 2009 04:07:13 +0000 Subject: * Fri Mar 20 2009 David Cantrell - 11.5.0.35-1 - Fix traceback in FSSet.crypttab. (#491160) (dlehman) - Fix traceback on upgrade. (#491446) (dlehman) - Do not include .h and .sh files in updates.img (dcantrell) - Make PartitionDevice resize work. (dcantrell) - Reset mouse pointer if we find an unreadable disk. (dcantrell) - Use label attr instead of non-existent fslabel attr. (#491120) (dlehman) - Need to notify the kernel of changes before udev settle (katzj) - Revert "mount and umount commands are in /sbin now, remove from /usr/sbin" (dcantrell) - Make some fixes to the rescue mode system selection UI (#489973, #489977). (clumens) - Fix text mode autopartitioning (#491282). (clumens) - Do not use _rnetdev as fstab option for network based / (hdegoede) - Make root= line in grub.conf and path spec in fstab consistent (hdegoede) - Fix a reference to the partitions list (#491335). (clumens) - Do not traceback at the very beginning of rescue mode (msivak) - Fix traceback when editing encrypted mdraid device in UI. (rvykydal) --- diff --git a/.cvsignore b/.cvsignore index 70e66f2..2c9f473 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -anaconda-11.5.0.34.tar.bz2 +anaconda-11.5.0.35.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 55405cc..a4df5ab 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.34 +Version: 11.5.0.35 Release: 1 License: GPLv2+ Group: Applications/System @@ -212,6 +212,25 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Mar 20 2009 David Cantrell - 11.5.0.35-1 +- Fix traceback in FSSet.crypttab. (#491160) (dlehman) +- Fix traceback on upgrade. (#491446) (dlehman) +- Do not include .h and .sh files in updates.img (dcantrell) +- Make PartitionDevice resize work. (dcantrell) +- Reset mouse pointer if we find an unreadable disk. (dcantrell) +- Use label attr instead of non-existent fslabel attr. (#491120) (dlehman) +- Need to notify the kernel of changes before udev settle (katzj) +- Revert "mount and umount commands are in /sbin now, remove from /usr/sbin" + (dcantrell) +- Make some fixes to the rescue mode system selection UI (#489973, #489977). + (clumens) +- Fix text mode autopartitioning (#491282). (clumens) +- Do not use _rnetdev as fstab option for network based / (hdegoede) +- Make root= line in grub.conf and path spec in fstab consistent (hdegoede) +- Fix a reference to the partitions list (#491335). (clumens) +- Do not traceback at the very beginning of rescue mode (msivak) +- Fix traceback when editing encrypted mdraid device in UI. (rvykydal) + * Thu Mar 19 2009 David Cantrell - 11.5.0.34-1 - Catch FSError when detecting storage, prevent user from continuing. (dcantrell) diff --git a/sources b/sources index 40ebd3b..b06e57f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0ee6bdccfdfc5ed584f52434b5e825b anaconda-11.5.0.34.tar.bz2 +91459779843ffd213f2d48455887d72c anaconda-11.5.0.35.tar.bz2