summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-12-23 16:32:53 +0000
committerJeremy Katz <katzj@redhat.com>2004-12-23 16:32:53 +0000
commitf2ad9b6156b0bfb529cfd052ac3b0931265f8ad8 (patch)
tree682e4d26624becf71cd5f709869a56aed0fd5350 /anaconda.spec
parent5fa3aa363ea5f434e93dcc60c01b1708618068c5 (diff)
downloadanaconda-f2ad9b6156b0bfb529cfd052ac3b0931265f8ad8.tar.gz
anaconda-f2ad9b6156b0bfb529cfd052ac3b0931265f8ad8.tar.xz
anaconda-f2ad9b6156b0bfb529cfd052ac3b0931265f8ad8.zip
2004-12-23 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 82e41bb54..6840571ad 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.7
+Version: 10.2.0.8
Release: 1
License: GPL
Summary: Graphical system installer
@@ -70,6 +70,15 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Dec 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.8-1
+- Use tmpfs not ramfs for /dev
+- Blacklist "root" as a VG name (#142785)
+- Better error message if swap can't be mounted (clumens, #143000)
+- Some fixes to the new /dev handling in init
+- Make more certain hwaddr gets written out (#143535)
+- Handle new swap label format (#143447)
+- Let the user know they're in rescue mode earlier (clumens, #136171)
+
* Mon Dec 20 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.7-1
- Better error handling on device creation (#142273)
- Reset package selection to defaults if selected (#142415)