[glade/glade-3-8] Rolling 3.8.3



commit 4a493bc2f04ecb79af606a083070ae185394e06d
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Dec 3 20:54:58 2012 -0300

    Rolling 3.8.3

 ChangeLog    |   12 ++++++++++++
 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 831bf46..1dd4744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-12-03  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+        * configure.ac, NEWS: Rolling Glade 3.8.3
+
+	* build/mingw-w64: Ported build for mingw to 3.8 branch
+
+2012-07-13  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* 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-03-26  Juan Pablo Ugarte <juanpablougarte gmail com>
 
         * configure.ac, NEWS: Rolling Glade 3.8.2
diff --git a/NEWS b/NEWS
index 976cf31..e61259b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
 ===========
+Glade 3.8.3
+===========
+
+	- Backported Bug #679589 fix "Use Action Appearance not supported for GTK 2.12
+	  but added to widgets in Glade 3.8.2"
+	- Backported build/mingw-w64 directory with script to cross compile and create
+	  windows installer using nsis
+
+===========
 Glade 3.8.2
 ===========
 
diff --git a/configure.ac b/configure.ac
index 7f898fb..f85fb00 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, 8)
-m4_define(glade_micro_version, 2)
+m4_define(glade_micro_version, 3)
 m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
 
 AC_INIT([glade3], [glade_version],
@@ -52,7 +52,7 @@ AM_PROG_LIBTOOL
 # If any interfaces have been added since the last public release, then increment GLADE_AGE.
 # 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=1
+GLADE_REVISION=2
 GLADE_CURRENT=12
 GLADE_AGE=1
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`



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