summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-11-26 17:29:59 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2017-11-26 17:29:59 -0300
commitcea9dd1f66e704df0198efd5d6163a79e7afb7cf (patch)
tree87f78f24c8b30f80717e3f47e0e06401b8036adc
parent46d8aca95097570b6487b22836a9dfcb48388195 (diff)
downloadglade-cea9dd1f66e704df0198efd5d6163a79e7afb7cf.tar.gz
Rolling 3.20.2GLADE_3_20_2
-rw-r--r--NEWS10
-rw-r--r--configure.ac8
2 files changed, 14 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 333dc287..67fd5fe1 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 3447c0ea..8d4e62f5 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)