- 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:
parent
1f1cfa18a0
commit
5e5ac0c208
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,3 +79,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-19.24.tar.bz2
|
/anaconda-19.24.tar.bz2
|
||||||
/anaconda-19.25.tar.bz2
|
/anaconda-19.25.tar.bz2
|
||||||
/anaconda-19.26.tar.bz2
|
/anaconda-19.26.tar.bz2
|
||||||
|
/anaconda-19.27.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 19.26
|
Version: 19.27
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -253,6 +253,18 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 15 2013 Brian C. Lane <bcl@redhat.com> - 19.26-1
|
||||||
- Pressing Delete on custom part should remove the selected mountpoint.
|
- Pressing Delete on custom part should remove the selected mountpoint.
|
||||||
(clumens)
|
(clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user