1
0
forked from rpms/anaconda

* Fri Dec 18 2009 David Cantrell <dcantrell@redhat.com> - 13.12-1

- Use the per-disk flag to disable cylinder alignment for msdos disklabels.
  (dlehman)
- Don't include advanced devices in the total count on the basic filter UI.
  (clumens)
- For iSCSI devices, put the path into the UI instead of a WWID. (clumens)
- Add udev_device_get_path. (clumens)
- Make Callbacks._update_size_label callable from outside the object.
  (clumens)
- Do not show the "Add Advanced" button on the basic filtering screen.
  (clumens)
- Log into program.log through the standard python logging (part of
  #524980). (akozumpl)
- Fix typo from commit 13022cc2. (dlehman)
- Restore accidentally removed line in backend.py (hdegoede)
- yuminstall: Fix indentation error (hdegoede)
- No need to special case ignoring of dmraid sets (hdegoede)
This commit is contained in:
David Cantrell 2009-12-19 01:33:46 +00:00
parent aa8d4f4735
commit b2b246c157
3 changed files with 21 additions and 6 deletions

View File

@ -1,4 +1 @@
anaconda-13.8.tar.bz2
anaconda-13.9.tar.bz2
anaconda-13.10.tar.bz2
anaconda-13.11.tar.bz2
anaconda-13.12.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 13.11
Version: 13.12
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -217,6 +217,24 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Fri Dec 18 2009 David Cantrell <dcantrell@redhat.com> - 13.12-1
- Use the per-disk flag to disable cylinder alignment for msdos disklabels.
(dlehman)
- Don't include advanced devices in the total count on the basic filter UI.
(clumens)
- For iSCSI devices, put the path into the UI instead of a WWID. (clumens)
- Add udev_device_get_path. (clumens)
- Make Callbacks._update_size_label callable from outside the object.
(clumens)
- Do not show the "Add Advanced" button on the basic filtering screen.
(clumens)
- Log into program.log through the standard python logging (part of
#524980). (akozumpl)
- Fix typo from commit 13022cc2. (dlehman)
- Restore accidentally removed line in backend.py (hdegoede)
- yuminstall: Fix indentation error (hdegoede)
- No need to special case ignoring of dmraid sets (hdegoede)
* Wed Dec 16 2009 Chris Lumens <clumens@redhat.com> - 13.11-1
- Clean up setting paths on preupgrade (jvonau). (clumens)
- And call freetmp, too. (Jerry)

View File

@ -1 +1 @@
10d8c89908a431be4497d27befbbc4ae anaconda-13.11.tar.bz2
a1fa9c042368958be47c727154267283 anaconda-13.12.tar.bz2