summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-11-17 03:02:16 +0000
committerJeremy Katz <katzj@redhat.com>2004-11-17 03:02:16 +0000
commit8510ebcc699a23e57ea0a1830b47d28a426f237a (patch)
tree1e66806ad9b5a39289ef27ff789c05dc9ffb82fc /anaconda.spec
parent99e58b2dc9df9da581a4f134caef6fb6700df309 (diff)
downloadanaconda-8510ebcc699a23e57ea0a1830b47d28a426f237a.tar.gz
anaconda-8510ebcc699a23e57ea0a1830b47d28a426f237a.tar.xz
anaconda-8510ebcc699a23e57ea0a1830b47d28a426f237a.zip
2004-11-16 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec11
1 files changed, 10 insertions, 1 deletions
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)