[glade3] Rolling Glade 3.6.6



commit e9c9e54acfa0f9feb0a8560ea40abad78a8697e5
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Jun 22 22:06:00 2009 -0400

    Rolling Glade 3.6.6
    
    * configure.ac, NEWS: Rolling Glade 3.6.6

 ChangeLog    |    4 +++-
 NEWS         |   12 ++++++++++++
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9a252d8..b6556fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
 2009-06-22  Tristan Van Berkom <tvb gnome org>
 
+	* configure.ac, NEWS: Rolling Glade 3.6.6
+	
 	* gladeui/glade-app.c, gladeui/Makefile.am: Find quartz specific runtime prefix
-	using ige_mac_bundle_get_path().
+	using ige_mac_bundle_get_path() (bug 586551)
 
 	* gladeui/glade-project.c: Added algorythm to introspect lowest possible
 	version of GTK+ to depend on for a project, this helps cases where the 
diff --git a/NEWS b/NEWS
index 5a42e3c..330ba22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
 ===========
+Glade 3.6.6
+===========
+	- Fixed missing image dialogs for packing properties
+	- Make assistant page-titles translatable (bug 503146)
+	- Make GtkMessageDialog texts translatable (bug 586063)
+	- Fixed obscure crash at project load time (James Liggett - bug 585860)
+	- Migrated to use non-deprecated symbols from glib/GTK+ (Sam Thursfield - bug 572756) 
+	- Introspect lowest GTK+ project dependancy when loading files with missing 
+	  versioning info (bug 586046).
+	- Fixed runtime path resolutions on osx (bug 586551).
+
+===========
 Glade 3.6.5
 ===========
 	- Quartz build support and use ige-mac-integration to setup the menubar
diff --git a/configure.ac b/configure.ac
index cc18856..2b935ae 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, 5)
+m4_define(glade_micro_version, 6)
 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]