summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-08-18 20:40:54 +0000
committerChris Lumens <clumens@redhat.com>2005-08-18 20:40:54 +0000
commit54f1cc7461f7cafda6db84895919a1bab59f2f9b (patch)
treed1260510433da3bcbf4c89bb6cb78a5793c143a2
parent602d1ffde9d2342adc64a44629d9c754597a5b47 (diff)
downloadanaconda-54f1cc7461f7cafda6db84895919a1bab59f2f9b.tar.gz
anaconda-54f1cc7461f7cafda6db84895919a1bab59f2f9b.tar.xz
anaconda-54f1cc7461f7cafda6db84895919a1bab59f2f9b.zip
Bump version.
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec10
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c669e5c3e..32090961c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-18 Chris Lumens <clumens@redhat.com>
+
+ * anaconda.spec: Bump version.
+
2005-08-17 Jeremy Katz <katzj@redhat.com>
* loader2/net.c: Add support for ksdevice=bootif with patch from
diff --git a/anaconda.spec b/anaconda.spec
index 24e067032..2400528ec 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.3.0.8
+Version: 10.3.0.9
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Aug 18 2005 Chris Lumens <clumens@redhat.com> 10.3.0.9-1
+- Rebuild for new cairo.
+- Add support for ksdevice=bootif (Alex Kiernan, #166135).
+- Fix /dev/tty3 logging problems.
+- Add support for Pegasos machines (dwmw2, #166103).
+- Switch to Sazanami font (#166045).
+- Fix for autopart not in lvm (msw).
+
* Mon Aug 15 2005 Chris Lumens <clumens@redhat.com> 10.3.0.8-1
- Remove dead --ignoredeps code (katzj, #165224).
- New logging system with log levels and remote logging capabilities.