From 2b04c9801e4dcf2938804c9ac6f5d1fd3bd9ce00 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 1 Jan 2008 21:56:21 -0500 Subject: Bump version. --- anaconda.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 7e485fa32..3c5ad2aad 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) -- cgit