diff --git a/.gitignore b/.gitignore index 3a62186..32128ac 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.26.tar.bz2 /anaconda-15.27.tar.bz2 /anaconda-15.28.tar.bz2 +/anaconda-15.29.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f2d2de3..4c4e718 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.28 +Version: 15.29 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -230,6 +230,12 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Apr 26 2011 Chris Lumens - 15.29-1 +- Fix network --device= for static configurations (#693302) (rvykydal) +- Allow DeviceFormat.cacheMajorminor to fail without an exception (#699383). + (akozumpl) +- Support cciss devices in get_sysfs_path_by_name(). (akozumpl) + * Thu Apr 21 2011 Chris Lumens - 15.28-1 - Remove languages not available from Transifex. (dcantrell) - Add Transifex instructions for anaconda developers. (dcantrell) diff --git a/sources b/sources index 1ceeff4..d644041 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d00b68318ef3636b0ed75b669c739030 anaconda-15.28.tar.bz2 +5c8a24804f8622544614c11f43d407ff anaconda-15.29.tar.bz2