summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-03-02 18:53:00 +0000
committerJeremy Katz <katzj@redhat.com>2005-03-02 18:53:00 +0000
commitbd9af460b5d82a51d72b652e8f9edf80ae9a0a06 (patch)
tree4e79f01af2379b66b7f564b6d02322739fac1d5d
parentb6b240e2a7bd7ebf82a9fa49aa1ecd642ca321db (diff)
downloadanaconda-bd9af460b5d82a51d72b652e8f9edf80ae9a0a06.tar.gz
anaconda-bd9af460b5d82a51d72b652e8f9edf80ae9a0a06.tar.xz
anaconda-bd9af460b5d82a51d72b652e8f9edf80ae9a0a06.zip
i2005-03-02 Jeremy Katz <katzj@redhat.com>anaconda-10.1.1.15-1
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec8
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index deb7ac194..fc931f30c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-03-02 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* kickstart.py (KickstartBase.doBootloader): Don't install a
bootloader if --location=none is provided in the kickstart config
file (clumens, #146448).
diff --git a/anaconda.spec b/anaconda.spec
index 29b9319f0..b032f2e22 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.14
+Version: 10.1.1.15
Release: 1
License: GPL
Summary: Graphical system installer
@@ -74,6 +74,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Mar 2 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.15-1
+- Ensure Xvnc exits when the last client goes away (#137337)
+- Allow logical partitions to go all the way to the end of an
+ extended (clumens, #101432)
+- Don't install a bootloader if --location=none (clumens, #146448)
+
* Thu Feb 24 2005 Jeremy Katz <katzj@redhat.com> - 10.1.1.14-1
- Fix multiple DNS servers being specified on the command line. Patch
from mattdm (#84409)