- Partial fix for screen resize problems (#869364) (clumens)

- Remove an extra call to page clicked handler from refresh. (#959722)
  (dlehman)
- Always run through the full storage spoke. (#960732) (dlehman)
- Update apply button as appropriate after invoking dialogs. (#960254)
  (dlehman)
- Don't allow setting btrfs subvolumes' size. (#959723) (dlehman)
- Drop btrfs-specific raid level "single" for non-btrfs. (#959688) (dlehman)
- Update btrfs volume label when changing volume name. (#959727) (dlehman)
- Don't allow setting labels for btrfs subvolumes. (#960601) (dlehman)
This commit is contained in:
Brian C. Lane 2013-05-15 15:03:42 -07:00
parent 1f1cfa18a0
commit 5e5ac0c208
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -79,3 +79,4 @@ anaconda-15.2.tar.bz2
/anaconda-19.24.tar.bz2
/anaconda-19.25.tar.bz2
/anaconda-19.26.tar.bz2
/anaconda-19.27.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 19.26
Version: 19.27
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -253,6 +253,18 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Wed May 15 2013 Brian C. Lane <bcl@redhat.com> - 19.27-1
- Partial fix for screen resize problems (#869364) (clumens)
- Remove an extra call to page clicked handler from refresh. (#959722)
(dlehman)
- Always run through the full storage spoke. (#960732) (dlehman)
- Update apply button as appropriate after invoking dialogs. (#960254)
(dlehman)
- Don't allow setting btrfs subvolumes' size. (#959723) (dlehman)
- Drop btrfs-specific raid level "single" for non-btrfs. (#959688) (dlehman)
- Update btrfs volume label when changing volume name. (#959727) (dlehman)
- Don't allow setting labels for btrfs subvolumes. (#960601) (dlehman)
* Wed May 15 2013 Brian C. Lane <bcl@redhat.com> - 19.26-1
- Pressing Delete on custom part should remove the selected mountpoint.
(clumens)

View File

@ -1 +1 @@
ac8416f33e57b8ad06a80be445097107 anaconda-19.26.tar.bz2
89b73154604ac9cd4a926c22c98e12cb anaconda-19.27.tar.bz2