From c752856f6807ba0b00ca180c8774272be25a39e2 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Feb 01 2010 22:35:23 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index dc2bfc3..b19acd3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-13.22.tar.bz2 anaconda-13.23.tar.bz2 +anaconda-13.24.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1bd7d69..87acd7f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.23 +Version: 13.24 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -216,6 +216,69 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Feb 01 2010 Chris Lumens - 13.24-1 +- Don't log the size of what we're unpacking anymore. (clumens) +- Fixup partition aligning (#560586) (hdegoede) +- Fix backtrace when adding mdraid arrays (#560360) (hdegoede) +- pyudev: explicitly specify all return value and argument types (#559394) + (hdegoede) +- Correctly add found multipath devices to our dict (#560029). (clumens) +- gtk.TreeStores are iterable, so use indices instead of iterators. (clumens) +- Build sorted models on top of filtered models to make column sorting work. + (clumens) +- Skip the filtering UI if there's only one disk in the machine. (clumens) +- Allow getScreen methods to indicate the screen should be skipped. (clumens) +- rename constants and a variable in anconda_log.py so the names make more + sense. (akozumpl) +- anaconda, storage and yum: log to tty3 in the same format as we log into + tty4 (akozumpl) +- Remove /sys prefix in udev_enumerate_devices() (hdegoede) +- Use libudev's enumerate_devices function (#559394) (mgracik) +- Update =~ regexps in lsznet.raw for bash-4.1 (#558537). (dcantrell) +- Startup iscsi / fcoe / zfcp before listing drives in the filter UI + (hdegoede) +- cleardisk_gui: Fix going back to the cleardisks gui (hdegoede) +- cleardisk_gui: Base autoselection of bootdev on detected BIOS order + (hdegoede) +- Fix typo in partition_ui_helpers_gui.py (hdegoede) +- Remove no longer used isys EDD code (hdegoede) +- Hookup new python EDD code (#478996) (hdegoede) +- Add pure python EDD code parsing and compareDrives substitute (#478996) + (hdegoede) +- Include /etc/netconfig in the initrd for NFS (#557704). (clumens) +- Log system messages to /tmp/syslog instead of /tmp/messages.log. (clumens) +- Make sure we always check /lib64 and /lib in find_library (#555669). + (dcantrell) +- Make sure we get required nss-softokn libs in the images. (dcantrell) +- Add 5 second ping delay for gateway and dns test on s390x (#536815). + (dcantrell) +- Update =~ regexps in linuxrc.s390 for bash-4.1 (#558537). (dcantrell) +- Add strace to the stage2 image and initrd. (clumens) +- multipath gives us CCISS devices names with ! in them, but we expect /. + (clumens) +- Fix visibility counting on filter notebook pages. (clumens) +- Fix thinko in displaying the first filter notebook page that disks. + (pjones) +- DMRaidArrayDevice don't pass major/minor to DMDevice.__init__ (#558440) + (hdegoede) +- Filter UI: don't show cciss controllers without sets (hdegoede) +- Filter UI: give BIOS RAID sets a usable model string and display that + (hdegoede) +- Make MDRaidArray description the same as DMRaidArray (hdegoede) +- Add DMRaidArrayDevice description and model properties (#558440) (hdegoede) +- DMRaidArrayDevices exist when created (#558440) (hdegoede) +- Clarify syslinux menu text (#557774) (hdegoede) +- Use description property for MDRaidArrayDevice model (hdegoede) +- MDRaidArrayDevice: Get rid of the ugly self.devices[0].type checking + (hdegoede) +- Make storage.unusedMDFoo also check mdcontainer members (hdegoede) +- Remove MDRaidArrayDevice biosraid property (hdegoede) +- Give MD BIOS RAID arrays there own type (hdegoede) +- Check for devices with no media present in filter_gui.py (#558177) + (hdegoede) +- multipath requires libaio.so (pjones) +- init, fixes a bug in getSyslog() causing a SEGV (akozumpl) + * Fri Jan 22 2010 Chris Lumens - 13.23-1 - Only /boot needs to be on one of the bootFSTypes. (#557718) (dlehman) - nss files moved around again, NM needs more (#557702) (dcantrell) diff --git a/sources b/sources index 311ba8a..9be710a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -febf1158df228faffb56c687f04a87b2 anaconda-13.23.tar.bz2 +796ff0c0c64e71766f6ab92f86811dc8 anaconda-13.24.tar.bz2