summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-11-01 22:27:49 +0000
committerPeter Jones <pjones@redhat.com>2006-11-01 22:27:49 +0000
commit3ba16f5238e90ebfb735747b28b113d9d4bd4580 (patch)
tree5412c0e38bc4b2fb0b890455250a5c49771d8c51
parent6ac6ff032b93a3940e309d72d3862bdaccf11f0c (diff)
downloadanaconda-3ba16f5238e90ebfb735747b28b113d9d4bd4580.tar.gz
anaconda-3ba16f5238e90ebfb735747b28b113d9d4bd4580.tar.xz
anaconda-3ba16f5238e90ebfb735747b28b113d9d4bd4580.zip
- fix typo in changeloganaconda-11.1.2.11-1
- Bump verson to 11.1.2.11
-rw-r--r--ChangeLog5
-rw-r--r--anaconda.spec12
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d903d178d..fa4f583fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-01 Peter Jones <pjones@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2006-11-01 Chris Lumens <clumens@redhat.com>
* kickstart.py (AnacondaKSHandlers.doClearPart): Fix line wrapping
@@ -19,6 +23,7 @@
the default.
(getHostAddress): Use splitHostname so we don't attempt to
gethostbyname on a string containing a port number (#212622).
+
* loader2/urls.c (urlinstStartTransfer): Likewise.
2006-10-31 Chris Lumens <clumens@redhat.com>
diff --git a/anaconda.spec b/anaconda.spec
index 8a39df9d4..4fede831e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 11.1.2.10
+Version: 11.1.2.11
Release: 1
License: GPL
Summary: Graphical system installer
@@ -103,6 +103,16 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Nov 1 2006 Peter Jones <pjones@redhat.com> - 11.1.2.11-1
+- Fix localhost6 line in /etc/hosts (dcantrell, #210050)
+- Add more fonts to the install image (katzj, #207428)
+- Remove i386 dmraid on multi-arch upgrades (katzj, #209011)
+- Improve split ISO URL installs (clumens)
+- Fix line wrapping in clearpart (clumens, #213425)
+- Always set an active value in the LVM PE size combo box (clumens, #212317)
+- Don't try to clear partitions on drives in the skippedList (clumens)
+- Don't try to resolve port numbers from urls as hostnames (clumens, #212622)
+
* 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)