* Tue Mar 10 2009 David Cantrell <dcantrell@redhat.com> - 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)
This commit is contained in:
David Cantrell 2009-03-11 02:08:08 +00:00
parent efbdb4d143
commit 8ec58f006e
3 changed files with 19 additions and 3 deletions

View File

@ -1,2 +1,2 @@
clog
anaconda-11.5.0.26.tar.bz2
anaconda-11.5.0.27.tar.bz2

View File

@ -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 <dcantrell@redhat.com> - 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 <dcantrell@redhat.com> - 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)

View File

@ -1 +1 @@
f0ce719ba3774013022d96018bab0813 anaconda-11.5.0.26.tar.bz2
879ed8bac110208e53fa2bce720f152c anaconda-11.5.0.27.tar.bz2