summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-06-15 23:12:15 +0000
committerJeremy Katz <katzj@redhat.com>2007-06-15 23:12:15 +0000
commit82550153c6d79fc9a9eaed65f08433981f163002 (patch)
tree4712b08adc29ac46f81a011161708f0ac2f90748 /anaconda.spec
parent22c9305afdc4a36791b6637a2b4e02d6b6e7a3bf (diff)
downloadanaconda-82550153c6d79fc9a9eaed65f08433981f163002.tar.gz
anaconda-82550153c6d79fc9a9eaed65f08433981f163002.tar.xz
anaconda-82550153c6d79fc9a9eaed65f08433981f163002.zip
2007-06-15 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version * instdata.py (InstallData.writeKS): Fix syntax error (jkeating)
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec7
1 files changed, 6 insertions, 1 deletions
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 <katzj@redhat.com> - 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 <clumens@redhat.com> - 11.3.0.1-1
- Fix call to mksquashfs in mk-images so we get stage2.img again.
- Other minor image creation fixes.