summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-01-22 16:27:37 -0500
committerChris Lumens <clumens@redhat.com>2010-01-22 16:27:37 -0500
commit5018524e38a70818a430f29acfffea41ec6331a0 (patch)
tree6f06ac4842871d62c7cdf9d4a52ac3fe920835bd /anaconda.spec.in
parent96018aa2802732cbc8d36554eb4f938836d6df28 (diff)
downloadanaconda-5018524e38a70818a430f29acfffea41ec6331a0.tar.gz
anaconda-5018524e38a70818a430f29acfffea41ec6331a0.tar.xz
anaconda-5018524e38a70818a430f29acfffea41ec6331a0.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in53
1 files changed, 53 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index e1a750eb7..ab3ebd69f 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -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)