diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-09-27 22:04:54 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-09-27 22:04:54 +0000 |
commit | c6d64ab07c7530920352dbe7fcbceb75f069ee33 (patch) | |
tree | 8ab624166506366a2356f4a721ebddc90f96aeb5 | |
parent | 40543511d15a6eb6dde9a4598f8faf44a35093f3 (diff) | |
download | anaconda-c6d64ab07c7530920352dbe7fcbceb75f069ee33.tar.gz anaconda-c6d64ab07c7530920352dbe7fcbceb75f069ee33.tar.xz anaconda-c6d64ab07c7530920352dbe7fcbceb75f069ee33.zip |
2004-09-27 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | anaconda.spec | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2004-09-27 Jeremy Katz <katzj@redhat.com> + * anaconda.spec: Bump version. + * loader2/driverdisk.c: Don't try to mount as ext3 (we don't have the module). If we haven't mounted a partition, don't fail the driver diff --git a/anaconda.spec b/anaconda.spec index 9d7536196..39806e17f 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ ExcludeArch: ppc64 Name: anaconda -Version: 10.0.3.4 +Version: 10.0.3.5 Release: 1 License: GPL Summary: Graphical system installer @@ -74,6 +74,17 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.5-1 +- Fix driver disk segfault when using a partition (#133036) +- Let driver disk images on ext2 partitions work +- Fix nonet/nostorage +- Allow name.arch syntax in ks.cfg (#124456) +- Fix traceback unselecting last language (#133164) +- Skip version 0 swap (#122101) +- Handle /dev being present in device names of ks.cfg (#121486) +- Use no instead of no-latin1 for Norwegian keyboard (#133757) +- include other dm modules (#132001) + * Fri Sep 24 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.4-1 - fix megaraid module name (notting) - don't prompt for a driver disk on pSeries boxes with just |