summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-09-21 21:20:36 +0000
committerJeremy Katz <katzj@redhat.com>2004-09-21 21:20:36 +0000
commit0284a9bc92726fc90ff4d4073c4593c25b4f8cc3 (patch)
tree65d52e51d0db293829ba5af201263edc052ff6ce
parentabb174a0ffccf95f48a76f00a02fd0b57098595b (diff)
downloadanaconda-0284a9bc92726fc90ff4d4073c4593c25b4f8cc3.tar.gz
anaconda-0284a9bc92726fc90ff4d4073c4593c25b4f8cc3.tar.xz
anaconda-0284a9bc92726fc90ff4d4073c4593c25b4f8cc3.zip
Bump version
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec7
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dc89ba4f..1eedb0bff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-09-21 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version
+
* lang-table (Arabic): Don't attempt Arabic text mode (#122228)
* scripts/upd-instroot (KEEPFILEGR): Add KacstQura font (#122228)
diff --git a/anaconda.spec b/anaconda.spec
index d7ea467ca..09a2a9cea 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.0.3.1
+Version: 10.0.3.2
Release: 1
License: GPL
Summary: Graphical system installer
@@ -74,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.2-1
+- some fixes for Arabic (#122228)
+- support using ksdevice=macaddr (#130605)
+- add an images/pxeboot directory on ia64
+
* Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.1-1
- improve handling of non-physical consoles on some ppc and ia64 machines
- add Bengali(India) and Gujarati to the lang-table (#126108)