summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--anaconda.spec11
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2039b7c09..8ed4e62d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-11-16 Jeremy Katz <katzj@redhat.com>
+ * anaconda.spec: Bump version.
+
* scripts/mk-images: Remove some old code. Switch makeinitrd to
create an initramfs instead of an initrd.
diff --git a/anaconda.spec b/anaconda.spec
index 644a4ec7b..210c53f68 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.2
+Version: 10.2.0.3
Release: 1
License: GPL
Summary: Graphical system installer
@@ -73,6 +73,15 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Tue Nov 16 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.3-1
+- Create initramfs images instead of initrds for boot media
+- Remove some old code in a few places
+- Allow passing --notksdevice in network lines of a ks.cfg to avoid
+ confusion with multiple network lines and a ksdevice= (#136903)
+- Allow going back to change the network device if ksdevice= is
+ passed and isn't correct (#136903)
+- Fix for console= to automatically imply serial as needed (#137971)
+
* Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.2-1
- Do some more unmounts if we run out of space (#133773)
- Fix for obsoletes E being long (nasrat, #138485)