From 10471260d009531b8ffcc2e5dcc3004cc48e52bf Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Jan 02 2008 03:01:50 +0000 Subject: * Tue Jan 01 2008 Jeremy Katz - 11.4.0.13-1 - Make it obvious which partitions are being formatted and encrypted (katzj) - Set initial sensitivity of encrypt button correctly (katzj) - Fix traceback on invalid passphrase (#426887) (katzj) - Use mkstemp() instead of tempnam() (katzj) - Don't resize filesystems which are being formatted (#426466) (katzj) - Add cracklib-dicts (#426444) (katzj) - Fix build (notting) --- diff --git a/.cvsignore b/.cvsignore index c9ea7de..f17ceb2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.4.0.12.tar.bz2 +anaconda-11.4.0.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 7e485fa..3c5ad2a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.12 +Version: 11.4.0.13 Release: 1 License: GPLv2+ Group: Applications/System @@ -200,6 +200,15 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Jan 01 2008 Jeremy Katz - 11.4.0.13-1 +- Make it obvious which partitions are being formatted and encrypted (katzj) +- Set initial sensitivity of encrypt button correctly (katzj) +- Fix traceback on invalid passphrase (#426887) (katzj) +- Use mkstemp() instead of tempnam() (katzj) +- Don't resize filesystems which are being formatted (#426466) (katzj) +- Add cracklib-dicts (#426444) (katzj) +- Fix build (notting) + * Thu Dec 20 2007 Jeremy Katz - 11.4.0.12-1 - Switch away from using kudzu in the loader (notting) - Use udev in the loader and a dynamically linked stage1 (notting) diff --git a/sources b/sources index 567d55a..b670e13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8fbf85cb30dadc1803daf901e534aeb9 anaconda-11.4.0.12.tar.bz2 +23b5749398b9eea83bc5a96053dfcd22 anaconda-11.4.0.13.tar.bz2