From b0dc960ffa393a0f840d5535607725f754793461 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Oct 10 2008 02:14:52 +0000 Subject: * Thu Oct 09 2008 David Cantrell - 11.4.1.46-1 - Pull in static network settings from the boot: line (#465270) (dcantrell) - Do not segfault when going back to select a new interface (#465887) (dcantrell) - Do not test for DNS settings in mountNfsImage() (dcantrell) - Populate struct iface correctly in setupIfaceStruct() (dcantrell) --- diff --git a/.cvsignore b/.cvsignore index f908c1e..b86edbe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -anaconda-11.4.1.44.tar.bz2 -anaconda-11.4.1.45.tar.bz2 +anaconda-11.4.1.46.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7a53ac9..1582226 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.45 +Version: 11.4.1.46 Release: 1 License: GPLv2+ Group: Applications/System @@ -205,6 +205,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Oct 09 2008 David Cantrell - 11.4.1.46-1 +- Pull in static network settings from the boot: line (#465270) (dcantrell) +- Do not segfault when going back to select a new interface (#465887) + (dcantrell) +- Do not test for DNS settings in mountNfsImage() (dcantrell) +- Populate struct iface correctly in setupIfaceStruct() (dcantrell) + * Thu Oct 09 2008 Chris Lumens - 11.4.1.45-1 - Fix sorting of repos so we always return an integer value (#466174). (clumens) diff --git a/sources b/sources index 420757c..0da8576 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11b432634b43068eed0f1186371ebf00 anaconda-11.4.1.45.tar.bz2 +14514f40ed7e069b38823d579040ebd1 anaconda-11.4.1.46.tar.bz2