* Thu Oct 09 2008 David Cantrell <dcantrell@redhat.com> - 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)
This commit is contained in:
David Cantrell 2008-10-10 02:14:52 +00:00
parent cf2283f9ea
commit b0dc960ffa
3 changed files with 10 additions and 4 deletions

View File

@ -1,2 +1 @@
anaconda-11.4.1.44.tar.bz2 anaconda-11.4.1.46.tar.bz2
anaconda-11.4.1.45.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 11.4.1.45 Version: 11.4.1.46
Release: 1 Release: 1
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -205,6 +205,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog %changelog
* Thu Oct 09 2008 David Cantrell <dcantrell@redhat.com> - 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 <clumens@redhat.com> - 11.4.1.45-1 * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.45-1
- Fix sorting of repos so we always return an integer value (#466174). - Fix sorting of repos so we always return an integer value (#466174).
(clumens) (clumens)

View File

@ -1 +1 @@
11b432634b43068eed0f1186371ebf00 anaconda-11.4.1.45.tar.bz2 14514f40ed7e069b38823d579040ebd1 anaconda-11.4.1.46.tar.bz2