New version.

This commit is contained in:
Christopher Edward Lumens 2010-01-22 21:31:06 +00:00
parent 080b36a034
commit 39662528f8
3 changed files with 56 additions and 2 deletions

View File

@ -1 +1,2 @@
anaconda-13.22.tar.bz2
anaconda-13.23.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 13.22
Version: 13.23
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -216,6 +216,59 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Fri Jan 22 2010 Chris Lumens <clumens@redhat.com> - 13.23-1
- Only /boot needs to be on one of the bootFSTypes. (#557718) (dlehman)
- nss files moved around again, NM needs more (#557702) (dcantrell)
- Fix broken log message. (pjones)
- MDRaidMember.__str__ add biosraid attribute to the returned string
(hdegoede)
- Remove setting of _isDisk and _partitionable from iscsi and fcoe disk code
(hdegoede)
- Add isDisk property to MDRaidArrayDevice (hdegoede)
- Make isDisk a property (hdegoede)
- Remove DMRaidDevice.mediaPresent method (hdegoede)
- Honor clearPartDisks when clearing whole disk formatting formatted disks
(hdegoede)
- Fixup MDRaidArrayDevice.biosraid (hdegoede)
- Update exclusiveDisks when handling mdraid BIOSRAID in isIgnored (hdegoede)
- MDRaidDevice does not have serial, vendor or bus arguments (hdegoede)
- Don't traceback on devices without a serial (hdegoede)
- Make addUdevPartitionDevice add lvm filters for ignored partitions
(hdegoede)
- Remove BIOSRAID see if ignored again code from addUdevPartitionDevice
(hdegoede)
- Remove special partition handling from isIgnored (hdegoede)
- Fix MDRaidArrayDevice mediaPresent to not depend on paritioned state
(hdegoede)
- Special handling for mdraid BIOS RAID sets in exclusive disks (hdegoede)
- 2 small mdraid related storage/udev.py changes (hdegoede)
- Fix an infinite loop by properly iterating over the disks store (#557856).
(clumens)
- Prevent init from telling us its story if the shutdown was planned.
(akozumpl)
- Add a description attribute to MDRaidArrayDevice (hdegoede)
- Don't do exclusiveDisks checking for BIOS RAID members (hdegoede)
- Fix a syntax error in filter_gui.py (hdegoede)
- Make multipath support use device-mapper-multipath to setup mpaths.
(pjones)
- Make PartitionDevice have its own teardown() when used with mpath. (pjones)
- Create multipath.conf (pjones)
- Make sure MultipathDevice is setup correctly. (pjones)
- List biosraids w/ disks and don't include them w/ md arrays in partgui.
(dlehman)
- Add biosraid property and use it in MDRaidArrayDevice.partitionable.
(dlehman)
- Make partitionable a property of StorageDevice instead of a plain attr.
(dlehman)
- Remove the multipath name generator, it is no longer used. (pjones)
- Set StorageDevice.exists before calling Device.__init__ (pjones)
- Add another command to .bash_history. (pjones)
- Introducing a proper syslog daemon allows us to remove the syslogd stub we
have. (akozumpl)
- Merge branch 'forward_all' (akozumpl)
- Python logging is talking to the syslog daemon. (akozumpl)
- make dracut only activate the root LV (#553295) (hdegoede)
* Wed Jan 20 2010 David Cantrell <dcantrell@redhat.com> - 13.22-1
- Add mpath device to selection instead of its constituents. (pjones)
- Make all StorageDevice-s support .vendor and .model (pjones)

View File

@ -1 +1 @@
8145df5d3563d374430dd0ab3abdcfd1 anaconda-13.22.tar.bz2
febf1158df228faffb56c687f04a87b2 anaconda-13.23.tar.bz2