summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 308ae758..c7dc7987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-06-29 Tristan Van Berkom <tvb@gnome.org>
+ * configure.ac, NEWS: Rolling Glade 3.6.7
+
* configure.ac, gladeui/glade-app.c: Added --enable-mac-bundle configure option to
special case runtime path lookups to bundling builds.
diff --git a/NEWS b/NEWS
index 330ba221..3eb50f44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+
+===========
+Glade 3.6.7
+===========
+ - Sync up remaining properties at load time (fixes use-action-appearance property
+ and any other unmentioned property states at load time, also unvails broken
+ orientation default value in GTK+, bug 587256).
+ - Fixed glitches with use-action-appearance at save time.
+ - Make stock button labels save as non-translatable automatically (bug 352446).
+ - Fixed crashes when handling GtkTextView in GtkBuilder format.
+ - Fixed crashes with editable treeview column types (bug 586715).
+ - Detect correct modifiers and buttons to spawn a context menu in a platform
+ independant way (bug 587128).
+ - Added --enable-mac-bundle configure argument to resolve paths correctly
+ when building bundles on osx.
+
===========
Glade 3.6.6
===========
diff --git a/configure.ac b/configure.ac
index 2b935ae0..cebddcb9 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, 6)
-m4_define(glade_micro_version, 6)
+m4_define(glade_micro_version, 7)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],