* Thu Oct 08 2009 Radek Vykydal <rvykydal@redhat.com> - 13.2-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)
- lokkit has moved to a subpackage, so require that (#523709). (clumens)
- Stop trying to run xrandr (#527678). (clumens)
- Only initialize escrow packet code if there's devices that need it (#527668).
  (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)
This commit is contained in:
Radek Vykydal 2009-10-08 14:22:08 +00:00
parent b9ea523c83
commit 59f2e78f64
3 changed files with 26 additions and 4 deletions

View File

@ -1 +1 @@
anaconda-13.1.tar.bz2
anaconda-13.2.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 13.1
Version: 13.2
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -111,7 +111,7 @@ Requires: libbdevid-python
Requires: libuser-python
Requires: newt-python
Requires: authconfig
Requires: system-config-firewall
Requires: system-config-firewall-base
Requires: cryptsetup-luks
Requires: python-cryptsetup >= %{pythoncryptsetupver}
Requires: mdadm
@ -216,6 +216,28 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Thu Oct 08 2009 Radek Vykydal <rvykydal@redhat.com> - 13.2-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)
- lokkit has moved to a subpackage, so require that (#523709). (clumens)
- Stop trying to run xrandr (#527678). (clumens)
- Only initialize escrow packet code if there's devices that need it (#527668).
(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 <dcantrell@redhat.com> - 13.1-1
- Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman)
- Have redhat.exec reference generic.prm, not redhat.parm (dcantrell)

View File

@ -1 +1 @@
39b2327f1dcca63548c44ee546e0911f anaconda-13.1.tar.bz2
a0fdb9df53469b32ce860f6525b4a00f anaconda-13.2.tar.bz2