summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-08-01 01:18:15 +0000
committerJeremy Katz <katzj@redhat.com>2006-08-01 01:18:15 +0000
commit188ff51b2b876c3b486fb95a4f0657c25dfb2450 (patch)
tree9635e307c145737c0fc342052cb0d7fad9ec23e3 /anaconda.spec
parentf0394b3244a88184553ebf2f85e0447b4384d333 (diff)
downloadanaconda-188ff51b2b876c3b486fb95a4f0657c25dfb2450.tar.gz
anaconda-188ff51b2b876c3b486fb95a4f0657c25dfb2450.tar.xz
anaconda-188ff51b2b876c3b486fb95a4f0657c25dfb2450.zip
2006-07-31 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 6535351c7..43bc1058a 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.73
+Version: 11.1.0.74
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Jul 31 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.74-1
+- Fix method=http vs method=ftp (pjones)
+- Various xconfig fixes (clumens, #200755 #200758)
+- Fix FTP/HTTP installs by hostname (dcantrel, #200771)
+- Fix command-stubs/mknod (#200820)
+
* Fri Jul 28 2006 Peter Jones <pjones@redhat.com> - 11.1.0.73-1
- Revert DNS changes from yesterday (dcantrel)
- Do the backtrace initialization after analyzing args (katzj)