- Add PowerNV as a recognized PPC platform (nacc)

- anaconda should print unknown platform information (hamzy)
- Toggle chosen property on focus change (MountpointSelector) (vpodzime)
- Lock source spoke while depsolving (#867591) (jkeating)
- In custom part, don't display mountpoints without associated disks (#865942).
  (clumens)
- Tie "Reclaim Space" button sensitivity to how much space the user freed
  (#869375). (clumens)
This commit is contained in:
Brian C. Lane 2012-10-25 18:12:46 -07:00
parent f9f5f433a9
commit 18aa758064
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ anaconda-18.12.tar.bz2
/anaconda-18.18.tar.bz2
/anaconda-18.19.tar.bz2
/anaconda-18.20.tar.bz2
/anaconda-18.21.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 18.20
Version: 18.21
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -300,6 +300,16 @@ update-desktop-database &> /dev/null || :
/usr/lib/dracut/modules.d/80%{name}/*
%changelog
* Thu Oct 25 2012 Brian C. Lane <bcl@redhat.com> - 18.21-1
- Add PowerNV as a recognized PPC platform (nacc)
- anaconda should print unknown platform information (hamzy)
- Toggle chosen property on focus change (MountpointSelector) (vpodzime)
- Lock source spoke while depsolving (#867591) (jkeating)
- In custom part, don't display mountpoints without associated disks (#865942).
(clumens)
- Tie "Reclaim Space" button sensitivity to how much space the user freed
(#869375). (clumens)
* Tue Oct 23 2012 Brian C. Lane <bcl@redhat.com> - 18.20-1
- Add dialog for configuring layout switching options (vpodzime)
- Initialize layout switching if needed (vpodzime)

View File

@ -1 +1 @@
57ddf5ed03542df9ccfeb4c9c89c2cf6 anaconda-18.20.tar.bz2
f4b72a4f09e81e91157b1d4d7594c872 anaconda-18.21.tar.bz2