diff --git a/.cvsignore b/.cvsignore index 04dd3b7..8a2db00 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-13.2.tar.bz2 +anaconda-13.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6891044..d7c290c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.2 +Version: 13.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -216,6 +216,27 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Fri Oct 09 2009 David Cantrell - 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 - 13.2-1 - Override fstabSpec in PartitionDevice for by-path DASD (#526364). (dcantrell) - Create DASDDevice objects for DASD devices when building devicetree. diff --git a/sources b/sources index 19a007f..499baaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0fdb9df53469b32ce860f6525b4a00f anaconda-13.2.tar.bz2 +716a43a9ad2a6bfbf9262dc5999376c8 anaconda-13.3.tar.bz2