From 59a2c67d73b71387090d6dc4a7f856d92442aa4e Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Mar 04 2010 15:48:03 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 8f0a29b..311f023 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-13.32.tar.bz2 +anaconda-13.33.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3ae3e91..112157c 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda -Version: 13.32 +Version: 13.33 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -217,6 +217,21 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Mar 04 2010 Chris Lumens - 13.33-1 +- On live installs, the syslog is /var/log/dmesg. (#568814). (clumens) +- Set up udev environment so anaconda's udev rules run in livecd. (#568460) + (dlehman) +- Ignore probably-spurious disklabels on unpartitionable devices. (#567832) + (dlehman) +- The justConfigFile parameter doesn't do anything on x86, either (#568567). + (clumens) +- Add python-devel's gdbinit, which provides useful debugging macros. + (pjones) +- Minor style fix (indent "cat" correctly") (pjones) +- doReIPL should return when going back through steps, too (#563862). + (clumens) +- Skip the filter/cleardisk steps on upgrades, too (#568334). (clumens) + * Thu Feb 25 2010 David Lehman - 13.32-1 - Check for the real device-mapper nodes in /proc/swaps. (#567840) (dlehman) - It's necessary to give each vfprintf invocation a fresh va_list (#568235) diff --git a/sources b/sources index 6771257..92cbc72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a5794e7b67d27f53a983c7b5c87a7b4 anaconda-13.32.tar.bz2 +17865d3d5b4e49dd73c27ee6131b3945 anaconda-13.33.tar.bz2