summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-04-02 01:56:21 -0400
committerChris Lumens <clumens@redhat.com>2008-04-02 01:56:21 -0400
commitde58f18958d36b1da3fb9a0baf57ff03ea2367d0 (patch)
treed6b25f46c842148459db7b767042410c025de06e /anaconda.spec
parenta106f244dea3a238ad3870989421a4a2c85d35e2 (diff)
downloadanaconda-de58f18958d36b1da3fb9a0baf57ff03ea2367d0.tar.gz
anaconda-de58f18958d36b1da3fb9a0baf57ff03ea2367d0.tar.xz
anaconda-de58f18958d36b1da3fb9a0baf57ff03ea2367d0.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec20
1 files changed, 19 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 271854a34..6abda20bb 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.64
+Version: 11.4.0.65
Release: 1
License: GPLv2+
Group: Applications/System
@@ -205,6 +205,24 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.65-1
+- Only do verbose hal logging if loglevel=debug (katzj)
+- Avoid AttributeError in HardDriveDict (#432362) (pjones)
+- Don't use %n with gettext to avoid segfaults (#439861) (katzj)
+- Require live installs to be to an ext2 or ext3 filesystem (#397871) (katzj)
+- Don't allow migrations to ext4 for now (katzj)
+- Change ext4 parameter to ext4, not iamanext4developer (katzj)
+- Bootable requests can not be on logical volumes (#439270). (clumens)
+- Don't allow /boot to be migrated to ext4 (#439944) (katzj)
+- Fix for ia64 (#439876) (katzj)
+- Update pkgorder group listings to match current Fedora defaults. (jkeating)
+- Lame attempt to try to avoid race condition with udev creating device
+ nodes (katzj)
+- Don't traceback if stdout is an fd either (katzj)
+- iutil doesn't need isys anymore (katzj)
+- Free memory only after we're done using it (#439642). (clumens)
+- Fix a segfault freeing memory on boot.iso+hdiso installs. (clumens)
+
* Mon Mar 31 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.64-1
- Fix my tyop (katzj)
- Fuzzy broken string again (katzj)