From fb92058046d2d4cfc418ba2cfc3c9afc8a25884f Mon Sep 17 00:00:00 2001 From: David Lehman Date: Feb 04 2010 01:22:36 +0000 Subject: * Wed Feb 03 2010 David Lehman - 13.25-1 - Fix keymaps-override-ppc pickup in mk-images (#524235) (msivak) - Fix typo in action sorting. Disklabels before partitions. (#560017) (dlehman) - Display ID_PATH for zFCP devices instead of looking for a WWID. (clumens) - Fix a variety of filtering UI problems caused by switching models around. (clumens) - Add ID_SERIAL in as a backup in case there's no ID_SERIAL_SHORT. (clumens) - Display ID_PATH instead of WWID for DASDs as well. (clumens) - Rename the WWID column to Identifier. (clumens) - Enforce maximum partition sizes. (#528276) (dlehman) - Log commands as a string instead of as a list of strings. (dlehman) - Strip off the timestamp from error output pulled from program.log. (dlehman) - Fix: execWithRedirect() logging stderr at wrong loglevel. (akozumpl) - Fix: execWithCallback() not logging stderr. (akozumpl) - Fix: ArithmeticError: Could not align to closest sector (#561278) (hdegoede) - Fixed parsing of strings with multiple values in pyudev (mgracik) - On text kickstart installs, doBasePackageSelect still needs to run (#559593). (clumens) - Remove unused udev_parse_block_entry() function (hdegoede) - Fixed the problem with string to list properties (#560262) (mgracik) --- diff --git a/.cvsignore b/.cvsignore index b19acd3..d6414a7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1 @@ -anaconda-13.22.tar.bz2 -anaconda-13.23.tar.bz2 -anaconda-13.24.tar.bz2 +anaconda-13.25.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 87acd7f..833064b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.24 +Version: 13.25 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -216,6 +216,30 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Feb 03 2010 David Lehman - 13.25-1 +- Fix keymaps-override-ppc pickup in mk-images (#524235) (msivak) +- Fix typo in action sorting. Disklabels before partitions. (#560017) + (dlehman) +- Display ID_PATH for zFCP devices instead of looking for a WWID. (clumens) +- Fix a variety of filtering UI problems caused by switching models around. + (clumens) +- Add ID_SERIAL in as a backup in case there's no ID_SERIAL_SHORT. (clumens) +- Display ID_PATH instead of WWID for DASDs as well. (clumens) +- Rename the WWID column to Identifier. (clumens) +- Enforce maximum partition sizes. (#528276) (dlehman) +- Log commands as a string instead of as a list of strings. (dlehman) +- Strip off the timestamp from error output pulled from program.log. + (dlehman) +- Fix: execWithRedirect() logging stderr at wrong loglevel. (akozumpl) +- Fix: execWithCallback() not logging stderr. (akozumpl) +- Fix: ArithmeticError: Could not align to closest sector (#561278) + (hdegoede) +- Fixed parsing of strings with multiple values in pyudev (mgracik) +- On text kickstart installs, doBasePackageSelect still needs to run + (#559593). (clumens) +- Remove unused udev_parse_block_entry() function (hdegoede) +- Fixed the problem with string to list properties (#560262) (mgracik) + * 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) diff --git a/sources b/sources index 9be710a..c3fc5c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -796ff0c0c64e71766f6ab92f86811dc8 anaconda-13.24.tar.bz2 +9a8a44817bef614c1ac61c55b1889bee anaconda-13.25.tar.bz2