From 113d5451bb0537d3da81a6b271a63eebc30a5541 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sep 03 2009 02:33:30 +0000 Subject: * Wed Sep 02 2009 David Cantrell - 12.20-1 - Rename mostlyclean-glade to mostlyclean-liveinst. (dcantrell) - Handle rootPath referencing a chroot value or actual path (#519665) (dcantrell) - We convert cmdline args to longs in several places, so reduce to a function. (clumens) - Support rootpath overrides in fsset.rootDevice (#519665) (dcantrell) - Pass anaconda.rootPath to FSSet() (dcantrell) - Include ui, liveinst, and lang-table strings in po updates (#515411) (dcantrell) - Add some silent make support for sed, mkctype, and other commands. (dcantrell) - Recheck if a partition should be ignored after getting its disk (#518971) (hdegoede) - Fix traceback when editing a pre-existing logical volume (hdegoede) - Do not traceback on an usb cardreader with no card present (hdegoede) - Don't identify multi lun usb card readers as multipath (#517603) (hdegoede) - Device class does not have a format member (hdegoede) - Device class does not have a path member (hdegoede) - Simplify language.py to two basic settings, and a lot of support (#517569). (clumens) - clobber is a method of PartedDevice not PartedDisk (hdegoede) - Remove unused fsFromConfig method (hdegoede) - allocatePartitions: PartitionCount is a member of PartedDisk not DiskDevice (hdegoede) - New version. (clumens) - Fix storage/__init__.py:1857: non-keyword arg after keyword arg (hdegoede) - Remove a bunch of unnecessary semicolons (hdegoede) - pylint does not like ) - Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev' (hdegoede) - MDRaidArrayDevice.totalDevices is a read only property so don't write it (hdegoede) - storage/__init__.py:471:Storage.exceptionDisks: Undefined variable 'udev' (hdegoede) --- diff --git a/.cvsignore b/.cvsignore index 524726b..2443f3b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -anaconda-12.18.tar.bz2 -anaconda-12.19.tar.bz2 +anaconda-12.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2a60f80..21302dd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 12.19 +Version: 12.20 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -210,6 +210,42 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Sep 02 2009 David Cantrell - 12.20-1 +- Rename mostlyclean-glade to mostlyclean-liveinst. (dcantrell) +- Handle rootPath referencing a chroot value or actual path (#519665) + (dcantrell) +- We convert cmdline args to longs in several places, so reduce to a + function. (clumens) +- Support rootpath overrides in fsset.rootDevice (#519665) (dcantrell) +- Pass anaconda.rootPath to FSSet() (dcantrell) +- Include ui, liveinst, and lang-table strings in po updates (#515411) + (dcantrell) +- Add some silent make support for sed, mkctype, and other commands. + (dcantrell) +- Recheck if a partition should be ignored after getting its disk (#518971) + (hdegoede) +- Fix traceback when editing a pre-existing logical volume (hdegoede) +- Do not traceback on an usb cardreader with no card present (hdegoede) +- Don't identify multi lun usb card readers as multipath (#517603) (hdegoede) +- Device class does not have a format member (hdegoede) +- Device class does not have a path member (hdegoede) +- Simplify language.py to two basic settings, and a lot of support + (#517569). (clumens) +- clobber is a method of PartedDevice not PartedDisk (hdegoede) +- Remove unused fsFromConfig method (hdegoede) +- allocatePartitions: PartitionCount is a member of PartedDisk not + DiskDevice (hdegoede) +- New version. (clumens) +- Fix storage/__init__.py:1857: non-keyword arg after keyword arg (hdegoede) +- Remove a bunch of unnecessary semicolons (hdegoede) +- pylint does not like ) +- Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev' + (hdegoede) +- MDRaidArrayDevice.totalDevices is a read only property so don't write it + (hdegoede) +- storage/__init__.py:471:Storage.exceptionDisks: Undefined variable 'udev' + (hdegoede) + * Tue Sep 01 2009 Chris Lumens - 12.19-1 - NetworkManager changed *again*, use libnm-glib.pc now. (dcantrell) - Save duplicates from /etc/fstab and don't traceback (#517498). (clumens) diff --git a/sources b/sources index 306c422..c4523f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5596213b8fe5f0d29784450b029e97a anaconda-12.19.tar.bz2 +f117ebba1cc50fe6b3ccc1f37c619e27 anaconda-12.20.tar.bz2