[anaconda] - Partial fix for screen resize problems (#869364) (clumens) - Remove an extra call to page clicked

Brian C. Lane bcl at fedoraproject.org
Wed May 15 22:04:00 UTC 2013


commit 5e5ac0c2087c084e70791b5432466acbf36c4d0c
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed May 15 15:03:42 2013 -0700

    - 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)

 .gitignore    |    1 +
 anaconda.spec |   14 +++++++++++++-
 sources       |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1565ed..6007973 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/anaconda.spec b/anaconda.spec
index 54d8378..73cc9f9 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -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 at 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 at redhat.com> - 19.26-1
 - Pressing Delete on custom part should remove the selected mountpoint.
   (clumens)
diff --git a/sources b/sources
index 04cb517..3366199 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac8416f33e57b8ad06a80be445097107  anaconda-19.26.tar.bz2
+89b73154604ac9cd4a926c22c98e12cb  anaconda-19.27.tar.bz2


More information about the scm-commits mailing list