From 4b37a8e9c64c13d5092f381ec91dbaf0e73011e7 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: May 26 2009 14:17:10 +0000 Subject: * Tue May 26 2009 Chris Lumens - 11.5.0.55-1 - Fix blank network device descriptions in the loader. (#501757) (notting) - Make sure the right _isMigratable gets used for Ext3FS (#501585). (clumens) --- diff --git a/.cvsignore b/.cvsignore index 32da937..66bfe4a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-11.5.0.53.tar.bz2 anaconda-11.5.0.54.tar.bz2 +anaconda-11.5.0.55.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index eefab1c..d22f517 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.54 +Version: 11.5.0.55 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -211,6 +211,10 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue May 26 2009 Chris Lumens - 11.5.0.55-1 +- Fix blank network device descriptions in the loader. (#501757) (notting) +- Make sure the right _isMigratable gets used for Ext3FS (#501585). (clumens) + * Tue May 19 2009 Chris Lumens - 11.5.0.54-1 - We are not guaranteed to have a partedDisk in the udev code (#501556, #501428). (clumens) diff --git a/sources b/sources index 6ba9203..868108c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a0d1c2b1782cac46345a00d8e515650 anaconda-11.5.0.54.tar.bz2 +a449e252cb6e5f6d750532ff2b7b5155 anaconda-11.5.0.55.tar.bz2