summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS37
-rw-r--r--configure.ac6
2 files changed, 40 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2d7e8dc4..adf7a964 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,41 @@
============
+Glade 3.21.0
+============
+
+ - Main window UI overhaul
+ - An enhanced enum integer editor based on patch contributed by Lukas K
+ - Added GtkGLArea object to gtk+ catalog
+ - Initial support for WebKit2GTK+ library
+ - Add GtkStackSidebar to control and display widget group
+ - Bug 767812 "Please don't list 'Taiwan' as 'Taiwan, Province of China' in the country list"
+ - Bug 763188 - Use correct tag when referring to Palette (Sebastian Rasmussen)
+ - Fix typo in translatable string; fixing old bug 746531 (Tristan)
+ - Fix markup typos (Andre Klapper)
+
+============
+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
+============
+
+ - Fixed glib g_ptr_array_find() name clash
+ - Fixed survey css matching error on CSD
+ - Fixed bug #773997 "GLADE 3.20: crash on changing ToolItem type"
+ - Fixes bug #765562 "Using Spacebar to change menu selction causes crash"
+ - Fixed "format not a string literal" warnings (Bastien Nocera)
+ - Fixed bug #765885 "client side decoration, no space to add header bar"
+ - Fixed bug #589306 - Clicking in ... swap order of accelerators (Roberto Guido)
+ - Fixed bug #761651 "[Wayland] glade previewer is resizing windows until it crashes gnome-shell"
+
+============
Glade 3.20.0
============
diff --git a/configure.ac b/configure.ac
index 0937881d..aafe5db3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
m4_define(glade_major_version, 3)
-m4_define(glade_minor_version, 20)
+m4_define(glade_minor_version, 21)
m4_define(glade_micro_version, 0)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
@@ -54,8 +54,8 @@ AC_PATH_PROG(DLLTOOL, dlltool)
# Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
GLADE_REVISION=0
-GLADE_CURRENT=9
-GLADE_AGE=3
+GLADE_CURRENT=10
+GLADE_AGE=4
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
AC_SUBST(GLADE_REVISION)
AC_SUBST(GLADE_CURRENT)