summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-28 21:12:08 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-28 21:12:08 +0000
commita64ba50c660856e1abf0096f6266d6e12418ae6f (patch)
tree95386481dd488d3dfb906cff482e067ff57319bb /anaconda.spec
parentfeb03fb0073b53b628d02d6449dc6281852cc199 (diff)
downloadanaconda-a64ba50c660856e1abf0096f6266d6e12418ae6f.tar.gz
anaconda-a64ba50c660856e1abf0096f6266d6e12418ae6f.tar.xz
anaconda-a64ba50c660856e1abf0096f6266d6e12418ae6f.zip
2006-09-28 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index b5fdb45b5..e5f55eb75 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.0.101
+Version: 11.1.0.102
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,15 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Sep 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.102-1
+- Disable repo writing for now
+- Fixup text network config (dcantrel)
+- More HTTP response codes (clumens)
+- Don't try to use updates disk image by default (clumens)
+- Give an error message when netconfig fails
+- Don't prompt for non-existent cd
+- Fix DNS with dhcp for extras on CD install
+
* Wed Sep 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.101-1
- Give indication of no optional packages (#204242)
- Don't give an error on partition mount errors looking for upgrades (#201805)