diff --git a/.cvsignore b/.cvsignore index 00ecb2b..858ebbf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-12.34.tar.bz2 +anaconda-12.35.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3dad0af..d0c750f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 12.34 +Version: 12.35 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -215,6 +215,27 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Oct 08 2009 Radek Vykydal - 12.35-1 +- Override fstabSpec in PartitionDevice for by-path DASD (#526364). (dcantrell) +- Create DASDDevice objects for DASD devices when building devicetree. + (dcantrell) +- Add udev_device_is_dasd() to detect DASD devices. (dcantrell) +- Change existing call to deviceNameToDiskByPath(). (dcantrell) +- Make storage.devices.deviceNameToDiskByPath() more robust. (dcantrell) +- Do not copy over 70-persistent.rules if instPath is '' (#527707) (dcantrell) +- Filter out 'Sending translation for' log messages in bumpver. (dcantrell) +- Don't copy _raidSet, but merely pass around a reference (hdegoede) +- Action...Format setup device before modifying the partition table (hdegoede) +- map() -> filter() in storage.writeEscrowPackets() (dcantrell) +- Only initialize escrow packet code if there's devices that need it (#527668). + (clumens) +- Stop trying to run xrandr (#527678). (clumens) +- On lookup of a PartedDevice also check for _ped.DeviceException (#527699) + (hdegoede) +- Set related ayum attributes if media is found when editing methodstr + (#515441). (rvykydal) +- In repo editing UI do not use object we are creating (#515441). (rvykydal) + * Tue Oct 06 2009 David Cantrell - 12.34-1 - Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman) - Use $LIBDIR to find the boot-wrapper file. (jkeating) diff --git a/sources b/sources index 5afbabe..9bc7596 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7dea64189e77a2beec9e9ba7097fde49 anaconda-12.34.tar.bz2 +6c6be178c7b351116bc790ffd17e5df7 anaconda-12.35.tar.bz2