From 8ec58f006edc8c239fe7974ec84adaf5a17ea16f Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mar 11 2009 02:08:08 +0000 Subject: * Tue Mar 10 2009 David Cantrell - 11.5.0.27-1 - Fix action pruning to handle more complex scenarios. (dlehman) - Schedule destruction of any existing formatting along with the device. (dlehman) - Add a size attribute to mdraid arrays. (dlehman) - Speed up partitioning screen redraws by trimming workload where possible. (dlehman) - Create partitions with exactly the geometry we calculate. (dlehman) - Fix name collision between formats.mdraid and devicelibs.mdraid. (dlehman) - Destruction of the member device formatting will be handled elsewhere. (dlehman) - Fix a typo (jkeating) - Fix pruning between two destroy actions on the same device (rvykydal) - Use the pyblock functions when possible. (jgranado) - We are searching a list, not a dict now (rvykydal) --- diff --git a/.cvsignore b/.cvsignore index 63591db..29ba1d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ clog -anaconda-11.5.0.26.tar.bz2 +anaconda-11.5.0.27.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 9491708..087ee9c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.26 +Version: 11.5.0.27 Release: 1 License: GPLv2+ Group: Applications/System @@ -211,6 +211,22 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Mar 10 2009 David Cantrell - 11.5.0.27-1 +- Fix action pruning to handle more complex scenarios. (dlehman) +- Schedule destruction of any existing formatting along with the device. + (dlehman) +- Add a size attribute to mdraid arrays. (dlehman) +- Speed up partitioning screen redraws by trimming workload where possible. + (dlehman) +- Create partitions with exactly the geometry we calculate. (dlehman) +- Fix name collision between formats.mdraid and devicelibs.mdraid. (dlehman) +- Destruction of the member device formatting will be handled elsewhere. + (dlehman) +- Fix a typo (jkeating) +- Fix pruning between two destroy actions on the same device (rvykydal) +- Use the pyblock functions when possible. (jgranado) +- We are searching a list, not a dict now (rvykydal) + * Mon Mar 09 2009 David Cantrell - 11.5.0.26-1 - Move the recursive teardown of all devices out of processActions. (dlehman) - Clean up handling of /proc, /sys, /dev/pts, /dev/shm entries. (dlehman) diff --git a/sources b/sources index d7caaa0..9a6b240 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0ce719ba3774013022d96018bab0813 anaconda-11.5.0.26.tar.bz2 +879ed8bac110208e53fa2bce720f152c anaconda-11.5.0.27.tar.bz2