- Bootloader checking should work in terms of self.stage1/2_ attrs (#880277).

(clumens)
- Catch OverflowError in manual partitioning. (sbueno+anaconda)
- Do not accept tabs in the keyboard layout test box (#897312). (clumens)
- Wait for slower dhcp for payload setup and hostname setting (#873468)
  (rvykydal)
This commit is contained in:
Brian C. Lane 2012-11-28 16:50:56 -08:00
parent 1810842c64
commit d0f1a417e8
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ anaconda-18.24.tar.bz2
/anaconda-18.29.1.tar.bz2
/anaconda-18.29.2.tar.bz2
/anaconda-18.31.tar.bz2
/anaconda-18.32.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.31
Version: 18.32
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -297,6 +297,14 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Wed Nov 28 2012 Brian C. Lane <bcl@redhat.com> - 18.32-1
- Bootloader checking should work in terms of self.stage1/2_ attrs (#880277).
(clumens)
- Catch OverflowError in manual partitioning. (sbueno+anaconda)
- Do not accept tabs in the keyboard layout test box (#897312). (clumens)
- Wait for slower dhcp for payload setup and hostname setting (#873468)
(rvykydal)
* Mon Nov 26 2012 Brian C. Lane <bcl@redhat.com> - 18.31-1
- Rename icons for liveinst (conflict with redhat-logos) (#878037) (rvykydal)
- Rework actions in the resize dialog to avoid shortcomings (#866209, #867770).

View File

@ -1 +1 @@
cba4e6423c4218fb053abe11136a6179 anaconda-18.31.tar.bz2
5974256ab6320a0f760ef62963fcba7a anaconda-18.32.tar.bz2