summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-10-09 15:12:24 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-10-09 15:12:24 -1000
commit3daf9729ee517371ab6b5308a612ca270796bb9b (patch)
tree14109096b8c1412face66c6b23f209b382d196fa /anaconda.spec.in
parent0746480b437b6cd7d072e3b0258420cb4ce1beb2 (diff)
downloadanaconda-3daf9729ee517371ab6b5308a612ca270796bb9b.tar.gz
anaconda-3daf9729ee517371ab6b5308a612ca270796bb9b.tar.xz
anaconda-3daf9729ee517371ab6b5308a612ca270796bb9b.zip
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r--anaconda.spec.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 074e94302..711d4db6b 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -216,6 +216,27 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
+* Fri Oct 09 2009 David Cantrell <dcantrell@redhat.com> - 13.3-1
+- Reset PartitionDevice attributes after failed edit. (#498026) (dlehman)
+- Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it.
+ (pjones)
+- Add MultipathDevice.updateSysfsPath() (pjones)
+- Run implantisomd5 on boot.iso on x86. (bz#526902) (pjones)
+- Consider encryption when checking for duplicate mountpoint. (#526697)
+ (dlehman)
+- Fix grub stage1 installation for /boot on md raid1. (rvykydal)
+- Do not show the VNC-over-text question, when there is not enough memory
+ for GUI (#527979) (msivak)
+- Fix filtering out of 'Sending translation for' log messages in bumpver.
+ (rvykydal)
+- Use addUdevPartitionDevice() for adding dmraid / multipath partitions
+ (#527785) (hdegoede)
+- Set partedPartition system to the correct FS when creating an FS (hdegoede)
+- Reset parted flags in createFormat not destroyFormat (hdegoede)
+- Default to mbr bootloader target for mdraid 1 boot device too (#526822).
+ (rvykydal)
+- Clear out state before calling XkbGetState. (clumens)
+
* 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.