[anaconda/f18] - Quit after handling transaction errors. (clumens) - Add a function to display relevant transaction

Brian C. Lane bcl at fedoraproject.org
Tue Nov 13 01:02:14 UTC 2012


commit 25e66950769e2e3b5ac3ed720cc1b0bfc0a3f3a4
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Nov 12 17:01:58 2012 -0800

    - Quit after handling transaction errors. (clumens)
    - Add a function to display relevant transaction errors (#873106). (clumens)
    - Don't decorate error dialogs. (clumens)
    - Fix error handling when new device ends up with size 0. (dlehman)
    - Explicitly request all free space when no size given in custom. (#872833)
      (dlehman)
    - Disable the language spoke off the first hub, for now (#874263). (clumens)
    - Wrap text on install options dialogs (#874265). (clumens)
    - Encode unicode strings from XklWrapper (#873762) (vpodzime)
    - New version (out of order) (bcl)
    - Network spoke: fix traceback (number of callback parameters) (#875393)
      (rvykydal)
    - Adjust right margin for MountpointSelector (mizmo). (clumens)
    - Fix introspection warnings for widgets (stefw)

 .gitignore    |    1 +
 anaconda.spec |   18 +++++++++++++++++-
 sources       |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93b30d0..4ce0a0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ anaconda-18.24.tar.bz2
 /anaconda-18.26.tar.bz2
 /anaconda-18.27.tar.bz2
 /anaconda-18.28.tar.bz2
+/anaconda-18.29.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 29e9e0e..a8375ae 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.28
+Version: 18.29
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -300,6 +300,22 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Mon Nov 12 2012 Brian C. Lane <bcl at redhat.com> - 18.29-1
+- Quit after handling transaction errors. (clumens)
+- Add a function to display relevant transaction errors (#873106). (clumens)
+- Don't decorate error dialogs. (clumens)
+- Fix error handling when new device ends up with size 0. (dlehman)
+- Explicitly request all free space when no size given in custom. (#872833)
+  (dlehman)
+- Disable the language spoke off the first hub, for now (#874263). (clumens)
+- Wrap text on install options dialogs (#874265). (clumens)
+- Encode unicode strings from XklWrapper (#873762) (vpodzime)
+- New version (out of order) (bcl)
+- Network spoke: fix traceback (number of callback parameters) (#875393)
+  (rvykydal)
+- Adjust right margin for MountpointSelector (mizmo). (clumens)
+- Fix introspection warnings for widgets (stefw)
+
 * Fri Nov 09 2012 Brian C. Lane <bcl at redhat.com> - 18.28-1
 - Show NFS as the source if dracut left it for us (#875235) (jkeating)
 - Convert the accordion Button to a LinkButton (mizmo). (clumens)
diff --git a/sources b/sources
index b7be8a8..cbc6ccf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62db2eca10e1ce099078451631d8d735  anaconda-18.28.tar.bz2
+546cfe12b31bc8e77084836b7353658b  anaconda-18.29.tar.bz2


More information about the scm-commits mailing list