* 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)
This commit is contained in:
Jeremy Katz 2007-06-15 23:22:34 +00:00
parent 4973efdc6e
commit a7f7cf233c
3 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1 @@
anaconda-11.2.0.58.tar.bz2
anaconda-11.2.0.59.tar.bz2
anaconda-11.2.0.60.tar.bz2
anaconda-11.3.0.0.tar.bz2
anaconda-11.3.0.1.tar.bz2
anaconda-11.3.0.2.tar.bz2

View File

@ -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.

View File

@ -1 +1 @@
ae5be5758c845280d3118715c926613f anaconda-11.3.0.1.tar.bz2
faeb10aba6015e9918c382a34f7a3fc8 anaconda-11.3.0.2.tar.bz2