From 82550153c6d79fc9a9eaed65f08433981f163002 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Fri, 15 Jun 2007 23:12:15 +0000 Subject: 2007-06-15 Jeremy Katz * anaconda.spec: Bump version * instdata.py (InstallData.writeKS): Fix syntax error (jkeating) --- anaconda.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'anaconda.spec') diff --git a/anaconda.spec b/anaconda.spec index 643d4c587..f0d04d5d7 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.1 +Version: 11.3.0.2 Release: 1 License: GPL Summary: Graphical system installer @@ -142,6 +142,11 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Jun 15 2007 Jeremy Katz - 11.3.0.2-1 +- fix syntax error (jkeating) +- don't capture passwords from kickstart in exception dumps (clumens) +- don't write out unicode text to install.log (clumens, #243477) + * Fri Jun 15 2007 Chris Lumens - 11.3.0.1-1 - Fix call to mksquashfs in mk-images so we get stage2.img again. - Other minor image creation fixes. -- cgit