[anaconda] - remove signal disconnect (#996899) (bcl) - Re-saved every glade file with glade-3.16.0 (dshea) - F

Brian C. Lane bcl at fedoraproject.org
Thu Oct 24 00:17:38 UTC 2013


commit 13b75b60c6c976c6dd16976c5e27f4ced3738ba5
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Oct 23 17:17:41 2013 -0700

    - remove signal disconnect (#996899) (bcl)
    - Re-saved every glade file with glade-3.16.0 (dshea)
    - Fix pylint errors in network.py. (clumens)
    - Always use decimal notation for Size specs (dshea)
    - network kickstart: add support for devices configured in %pre (#1019796)
      (rvykydal)
    - network gui: make Configure button insensitive when no ap is selected
      (#1015212) (rvykydal)
    - Encode possible unicode objects before calling str() on them (vpodzime)
    - Fix a typo in function documentation (vpodzime)
    - Use more general status for installations from media (#1017703) (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |   15 ++++++++++++++-
 sources       |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index baebb81..f1ca165 100644
--- a/.gitignore
+++ b/.gitignore
@@ -110,3 +110,4 @@ anaconda-15.2.tar.bz2
 /anaconda-20.25.tar.bz2
 /anaconda-20.26.tar.bz2
 /anaconda-21.1.tar.bz2
+/anaconda-21.2.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 4dd4f34..3a46b76 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 21.1
+Version: 21.2
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -254,6 +254,19 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Wed Oct 23 2013 Brian C. Lane <bcl at redhat.com> - 21.2-1
+- remove signal disconnect (#996899) (bcl)
+- Re-saved every glade file with glade-3.16.0 (dshea)
+- Fix pylint errors in network.py. (clumens)
+- Always use decimal notation for Size specs (dshea)
+- network kickstart: add support for devices configured in %%pre (#1019796)
+  (rvykydal)
+- network gui: make Configure button insensitive when no ap is selected
+  (#1015212) (rvykydal)
+- Encode possible unicode objects before calling str() on them (vpodzime)
+- Fix a typo in function documentation (vpodzime)
+- Use more general status for installations from media (#1017703) (vpodzime)
+
 * Mon Oct 21 2013 Brian C. Lane <bcl at redhat.com> - 21.1-1
 - Adds additional debug logging to yumpayload.py. (amulhern)
 - Handle invalid JSON in geoloc (#1021410) (dshea)
diff --git a/sources b/sources
index f468bc0..508ba09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e03c68b2568a3a5e555a23752a97591e  anaconda-21.1.tar.bz2
+8fd0f58b1804ffd9f34480b00e56aa9b  anaconda-21.2.tar.bz2


More information about the scm-commits mailing list