[glade/glade-3-12] Rolling out 3.12.2



commit 6a62228cc6506b2ac264de811596b8020d02842e
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Tue Sep 18 20:54:53 2012 -0300

    Rolling out 3.12.2

 ChangeLog    |   37 +++++++++++++++++++++++++++++++++++++
 NEWS         |   11 +++++++++++
 configure.ac |    4 ++--
 3 files changed, 50 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 71cd168..08cb512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2012-09-19  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* configure.ac, NEWS: Rolling 3.12.2
+
+2012-09-17  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in:
+	  Updated GtkAssistant support, Fixed bug #664276 "Can't add widgets to a GtkAssistant"
+	  Make assistant update current page when a child is selected in the project.
+
+2012-07-14  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* plugins/gtk+/glade-gtk-activatable.[ch],
+	  plugins/gtk+/glade-gtk-switch.c,
+	  plugins/gtk+/glade-gtk.c,
+	  plugins/gtk+/gtk+.xml.in:
+	  Removed unneeded function glade_gtk_activatable_parse_finished()
+
+2012-07-13  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* plugins/gtk+/glade-gtk-activatable.c,
+	  plugins/gtk+/glade-gtk.c,
+	  plugins/gtk+/gtk+.xml.in:
+	  Fixed Bug #679589 "Use Action Appearance not supported for GTK 2.12 but added to widgets in Glade 3.8.2"
+	  Made sure use-action-appearance is not saved if there is no action defined
+
+2012-07-11  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* gladeui/glade-project.c, gladeui/glade-widget.c:
+	  Fixed bug #679487 "Huge memory leaks"
+
+	* plugins/gtk+/glade-gtk.c: Fixed runtime warning when adding a notebook
+
+2012-05-18  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* gladeui/glade-utils.c: Fixed bug #675977 "Don't hard-code library search paths"
+
 2012-05-06  Juan Pablo Ugarte <juanpablougarte gmail com>
 
         * configure.ac, NEWS: Rolling 3.12.1 bugfix release
diff --git a/NEWS b/NEWS
index a78f55d..84b7ecd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
 ============
+Glade 3.12.2
+============
+
+	- New release to fix libtool version (bumped current to 2)
+	- Updated GtkAssistant support, Fixed bug #664276 "Can't add widgets to a GtkAssistant"
+	- Fixed Bug #679589 "Use Action Appearance not supported for GTK 2.12 but added to widgets in Glade 3.8.2"
+	- Fixed bug #679487 "Huge memory leaks"
+	- Fixed runtime warning when adding a notebook
+	- Fixed bug #675977 "Don't hard-code library search paths"
+
+============
 Glade 3.12.1
 ============
 
diff --git a/configure.ac b/configure.ac
index a16f89e..160482b 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, 12)
-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],
@@ -51,7 +51,7 @@ 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.html#Versioning
 GLADE_REVISION=0
-GLADE_CURRENT=0
+GLADE_CURRENT=2
 GLADE_AGE=0
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
 AC_SUBST(GLADE_REVISION)



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