summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-04-28 14:31:16 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-04-28 14:31:16 -1000
commit79d2fcb9a6acefe4d6a2350e4cd21a8db028b272 (patch)
tree211796822fcd0c3a719f27fee575d1aba05845f3 /anaconda.spec
parentdcff5e336bf116f8bc360eecf7921a58aa1d929e (diff)
downloadanaconda-79d2fcb9a6acefe4d6a2350e4cd21a8db028b272.tar.gz
anaconda-79d2fcb9a6acefe4d6a2350e4cd21a8db028b272.tar.xz
anaconda-79d2fcb9a6acefe4d6a2350e4cd21a8db028b272.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index a55696ad9..bdfd7b566 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.77
+Version: 11.4.0.78
Release: 1
License: GPLv2+
Group: Applications/System
@@ -207,6 +207,11 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Apr 28 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.78-1
+- Write per-interface DNS info to ifcfg files (#443244) (dcantrell)
+- Clean up sanityCheckHostname() in network.py (dcantrell)
+- Activate autorepeat for GUI installs. (jgranado)
+
* Fri Apr 25 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.77-1
- Preserve 'set the hostname' setting when going Next/Back (#443414) (dcantrell)
- Avoid traceback on network configuration screen (#444184) (dcantrell)