From d0ddd9a094a7c0ed2a4e688daeceaabd2f350097 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Apr 02 2008 05:58:34 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index 9177128..0e9f45a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.4.0.64.tar.bz2 +anaconda-11.4.0.65.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a74b87c..6abda20 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,10 +205,29 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog -* Sun Mar 30 2008 Jeremy Katz - 11.4.0.64-1 +* Wed Apr 02 2008 Chris Lumens - 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 - 11.4.0.64-1 - Fix my tyop (katzj) -- Fuzzy broken string again after it got updated back to broken - state between builds (katzj) +- Fuzzy broken string again (katzj) +- Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anaconda (katzj) +- 2008-03-30 Yulia Poyarkova - 11.4.0.63-1 - Fix broken translations. Again. (katzj) diff --git a/sources b/sources index 3ffeba4..5541128 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5dc5106e6ec80019c77b335b0997384 anaconda-11.4.0.64.tar.bz2 +4fc9a7a375b6ab8e150aa1e02e3df970 anaconda-11.4.0.65.tar.bz2