summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-12-03 20:54:58 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-12-03 20:54:58 -0300
commit4a493bc2f04ecb79af606a083070ae185394e06d (patch)
tree018245831b6d19031b7aba2df6e581e917a2d8ca
parent222f8a37c978003b2f97f3ecee1c22069bb3fba8 (diff)
downloadglade-4a493bc2f04ecb79af606a083070ae185394e06d.tar.gz
Rolling 3.8.3GLADE_3_8_3
-rw-r--r--ChangeLog12
-rw-r--r--NEWS9
-rw-r--r--configure.ac4
3 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 831bf464..1dd47449 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 976cf31d..e61259b6 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 7f898fb0..f85fb009 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`