[glade/glade-3-20] Rolling 3.20.2



commit cea9dd1f66e704df0198efd5d6163a79e7afb7cf
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Sun Nov 26 17:29:59 2017 -0300

    Rolling 3.20.2

 NEWS         |   10 ++++++++++
 configure.ac |    8 ++++----
 2 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 333dc28..67fd5fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
 ============
+Glade 3.20.2
+============
+
+       - Fix bug 763624 "Glade interface designer eating ram & cpu" (Arnaud Rebillout)
+       - Install appstream metadata to non-deprecated location (Jeremy Bicha)
+       - Fix bug 790452 "Glade saves invalid GtkBuilder XML"
+       - Fix bug 782645 "GtkLabel xalign and halign appeared in GTK+ 3.16 and are not deprecated" (Arnaud 
Rebillout)
+       - Fix bug 773669 "add background class to GladeDesignLayout children" (Lukas K)
+
+============
 Glade 3.20.1
 ============
 
diff --git a/configure.ac b/configure.ac
index 3447c0e..8d4e62f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
 
 m4_define(glade_major_version, 3)
 m4_define(glade_minor_version, 20)
-m4_define(glade_micro_version, 1)
+m4_define(glade_micro_version, 2)
 m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
 
 AC_INIT([glade], [glade_version],
@@ -53,9 +53,9 @@ AC_PATH_PROG(DLLTOOL, dlltool)
 # If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
 # Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
 
-GLADE_REVISION=1
-GLADE_CURRENT=9
-GLADE_AGE=3
+GLADE_REVISION=0
+GLADE_CURRENT=10
+GLADE_AGE=4
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
 AC_SUBST(GLADE_REVISION)
 AC_SUBST(GLADE_CURRENT)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]