[glade3] * configure.ac, NEWS: Rolling Glade 3.6.7



commit 30c329a4a34e1630e98211e5af3f64a026ae274d
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Jun 29 15:46:35 2009 -0400

    	* configure.ac, NEWS: Rolling Glade 3.6.7

 ChangeLog    |    2 ++
 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 308ae75..c7dc798 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 330ba22..3eb50f4 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 2b935ae..cebddcb 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],



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