summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2009-10-08 06:02:13 -0400
committerRadek Vykydal <rvykydal@redhat.com>2009-10-08 06:02:13 -0400
commitf0038d7c169a3ba1a6dce419dd5e415512de4ed0 (patch)
tree887de612a00b3a09e6ec2b0702773fd0e2077a9f /anaconda.spec.in
parent9d8bbfa47b2145e51d9453311801863a6b4509f6 (diff)
downloadanaconda-f0038d7c169a3ba1a6dce419dd5e415512de4ed0.tar.gz
anaconda-f0038d7c169a3ba1a6dce419dd5e415512de4ed0.tar.xz
anaconda-f0038d7c169a3ba1a6dce419dd5e415512de4ed0.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 5b2a8deba..074e94302 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -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)