summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-10-28 01:57:54 +0000
committerPeter Jones <pjones@redhat.com>2006-10-28 01:57:54 +0000
commit05fea6898995ffa6e79f959eef1fcf6e1a9f4bdd (patch)
tree26163f72bdc16c5312d651e53c7d20d7bc54bebf
parent61917113141cc005ee665879fc2a5ce03525997c (diff)
downloadanaconda-05fea6898995ffa6e79f959eef1fcf6e1a9f4bdd.tar.gz
anaconda-05fea6898995ffa6e79f959eef1fcf6e1a9f4bdd.tar.xz
anaconda-05fea6898995ffa6e79f959eef1fcf6e1a9f4bdd.zip
- bump version for keepalive buganaconda-11.1.2.10-1
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec5
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ed894f4ed..a3207d84b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-27 Peter Jones <pjones@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2006-10-27 Chris Lumens <clumens@redhat.com>
* yuminstall.py: Disable keepalive since it seems to be broken and
diff --git a/anaconda.spec b/anaconda.spec
index c571596d3..8a39df9d4 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.9
+Version: 11.1.2.10
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Oct 27 2006 Peter Jones <pjones@redhat.com> - 11.1.2.10-1
+- Don't use keepalive sockets when they won't be reused (#212571)
+
* Fri Oct 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.9-1
- Fix install key handling (#212548)
- Catch hard drives that don't exist (clumens, #212377)