* Tue Sep 29 2009 David Cantrell <dcantrell@redhat.com> - 12.32-1

- Improve loader messages in parseCmdLineFlags when passing vnc (#526350).
  (maier)
- Update po/anaconda.pot during a 'bumpver' run. (dcantrell)
- Add 'make release' as a synonym for 'make archive'. (dcantrell)
- Whitespace cleanup in loader/net.c. (dcantrell)
- Clean up getHostandPath() debugging messages for host & file. (dcantrell)
- Need an extra  on the PS1 line in /.profile (dcantrell)
- Korean font package name changed (#525597) (dcantrell)
- We can't prompt for new network info in cmdline mode (#526262). (clumens)
- yaboot supports /boot on ext4 (#526219). (clumens)
- bootloader --append= should append, not set the args list (#524004).
  (clumens)
- Don't check if /boot is under the 4MB mark on i/p Series (#526200).
  (clumens)
- "minimal" has been renamed to "core" (#526191). (clumens)
- Remove some unused isys methods. (clumens)
- Make sure the disk holding /boot is setup before setting boot flag
  (#526063) (hdegoede)
- Use temporary repo id for edited object to prevent Duplicate Repo error
  (#524599). (rvykydal)
- Do not delete repo twice or when it had not been added actually (#524599).
  (rvykydal)
- Disable repo before deleting it (#524599). (rvykydal)
- Log more, repo editing UI. (rvykydal)
- Make _enableRepo a little more readable. (rvykydal)
This commit is contained in:
David Cantrell 2009-09-30 01:09:33 +00:00
parent 23e4101194
commit 15aad6d8d9
3 changed files with 30 additions and 3 deletions

View File

@ -1 +1 @@
anaconda-12.31.tar.bz2
anaconda-12.32.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 12.31
Version: 12.32
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -215,6 +215,33 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Tue Sep 29 2009 David Cantrell <dcantrell@redhat.com> - 12.32-1
- Improve loader messages in parseCmdLineFlags when passing vnc (#526350).
(maier)
- Update po/anaconda.pot during a 'bumpver' run. (dcantrell)
- Add 'make release' as a synonym for 'make archive'. (dcantrell)
- Whitespace cleanup in loader/net.c. (dcantrell)
- Clean up getHostandPath() debugging messages for host & file. (dcantrell)
- Need an extra on the PS1 line in /.profile (dcantrell)
- Korean font package name changed (#525597) (dcantrell)
- We can't prompt for new network info in cmdline mode (#526262). (clumens)
- yaboot supports /boot on ext4 (#526219). (clumens)
- bootloader --append= should append, not set the args list (#524004).
(clumens)
- Don't check if /boot is under the 4MB mark on i/p Series (#526200).
(clumens)
- "minimal" has been renamed to "core" (#526191). (clumens)
- Remove some unused isys methods. (clumens)
- Make sure the disk holding /boot is setup before setting boot flag
(#526063) (hdegoede)
- Use temporary repo id for edited object to prevent Duplicate Repo error
(#524599). (rvykydal)
- Do not delete repo twice or when it had not been added actually (#524599).
(rvykydal)
- Disable repo before deleting it (#524599). (rvykydal)
- Log more, repo editing UI. (rvykydal)
- Make _enableRepo a little more readable. (rvykydal)
* Fri Sep 25 2009 David Cantrell <dcantrell@redhat.com> - 12.31-1
- Move S390MODS to inside makeBootImages(), remove libiscsi_tcp. (dcantrell)
- Require the latest and greatest python-meh. (clumens)

View File

@ -1 +1 @@
8e4a7cf339c3787e781652fe25adc8b3 anaconda-12.31.tar.bz2
243e5017608dcd9ef0798925e1a2a0e3 anaconda-12.32.tar.bz2