* Thu Feb 25 2010 David Lehman <dlehman@redhat.com> - 13.32-1

- Check for the real device-mapper nodes in /proc/swaps. (#567840) (dlehman)
- It's necessary to give each vfprintf invocation a fresh va_list (#568235)
  (akozumpl)
- Don't unconditionally unskip the partition step on failure (#567889).
  (clumens)
- rpm doesn't always give the callback a tuple (#567878). (clumens)
This commit is contained in:
David Lehman 2010-02-25 22:18:44 +00:00
parent c3e69197c5
commit cd951e6252
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
anaconda-13.31.tar.bz2
anaconda-13.32.tar.bz2

View File

@ -3,7 +3,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 13.31
Version: 13.32
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -217,6 +217,14 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Thu Feb 25 2010 David Lehman <dlehman@redhat.com> - 13.32-1
- Check for the real device-mapper nodes in /proc/swaps. (#567840) (dlehman)
- It's necessary to give each vfprintf invocation a fresh va_list (#568235)
(akozumpl)
- Don't unconditionally unskip the partition step on failure (#567889).
(clumens)
- rpm doesn't always give the callback a tuple (#567878). (clumens)
* Wed Feb 24 2010 David Cantrell <dcantrell@redhat.com> - 13.31-1
- Revert "There is no kernel-PAE package anymore, use kernel for xen
(#559347)." (dcantrell)

View File

@ -1 +1 @@
0f90ccdde102b91e70c2408e3bc873fc anaconda-13.31.tar.bz2
3a5794e7b67d27f53a983c7b5c87a7b4 anaconda-13.32.tar.bz2