summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-05-23 22:37:36 +0000
committerJeremy Katz <katzj@redhat.com>2005-05-23 22:37:36 +0000
commitab80ec7c960ef063f253d3daf9ce1a9385e5e49e (patch)
tree30acc21774f7277f8dca6f74fc1df6f35f1b7ae5
parentc190847b3c05a2db597df2edda68993204e5e067 (diff)
downloadanaconda-ab80ec7c960ef063f253d3daf9ce1a9385e5e49e.tar.gz
anaconda-ab80ec7c960ef063f253d3daf9ce1a9385e5e49e.tar.xz
anaconda-ab80ec7c960ef063f253d3daf9ce1a9385e5e49e.zip
2005-05-23 Jeremy Katz <katzj@redhat.com>anaconda-10.2.1.0-1
* anaconda.spec: Bump version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec19
2 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ca29c322..edec4245c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-05-23 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* constants.py (BETANAG): No betanag for fc4-branch
2005-05-23 Jeremy Katz <katzj@redhat.com>
@@ -15,7 +17,7 @@
* isys/isys.py (oldSwapLabelMunge): Munge old swap label format to
the new version. Elliot's first pass wasn't accepted upstream so
we need to try to do some conversion. We should probably nuke
- this code for FC5 or FC6.
+ this code for FC5 or FC6 (#158195)
* bootloader.py (writeBootloader): Only update the default if
we're setting the default to linux (#156678)
diff --git a/anaconda.spec b/anaconda.spec
index 4e5ec02b9..fc5397f7d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.64
+Version: 10.2.1.0
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,23 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon May 23 2005 Jeremy Katz <katzj@redhat.com> - 10.2.1.0-1
+- Branch for FC4, betanag is off
+- Hack around usb-storage slowness at finding devices that leads to the
+ reload not occurring
+- Handle FC3 swap label format and convert to right format (#158195)
+- Only set things up to change the default kernel if we're booting us (#158195)
+- Fix deps on upgrades (#157754)
+- Try to keep install screen from moving with length of strings
+- Fix autopart problem leaving some freespace the size of where you
+ started your partition growing
+- Allow excluding name.arch in kickstart (Dave Lehman, #158370)
+- Don't spew an error if essid or wepkey isn't set (#158223)
+- Add megaraid and other new drivers (#157420)
+- Left pad RAID uuid (clumens, #136051)
+- synaptics tweak (pnasrat)
+- Fix telnetd to use devpts instead of legacy ptys (#124248)
+
* Thu May 19 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.64-1
- Handle longer arch strings (notting)
- Fix traceback in network screen (#158134)