glade3 r2069 - trunk



Author: tvb
Date: Mon Dec 15 21:05:31 2008
New Revision: 2069
URL: http://svn.gnome.org/viewvc/glade3?rev=2069&view=rev

Log:

	* NEWS, configure.ac: Rolling 3.5.4



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec 15 21:05:31 2008
@@ -1,4 +1,14 @@
 ===========
+Glade 3.5.4
+===========
+	- Added short readable versions of new enum/flag values
+	- Fixed a crasher in the store editor
+	- Focus always stays in the store editor when editing cells get cancelled
+	- Better resizing in editors (property names/warnings expand, inputs dont)
+	- Cleaned up gtk+ includes (Maxim Ermilov - bug 561260)
+	- Some code now available under LGPL
+
+===========
 Glade 3.5.3
 ===========
 	- Support for GtkIconFactory

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Dec 15 21:05:31 2008
@@ -4,7 +4,7 @@
 
 m4_define(glade_major_version, 3)
 m4_define(glade_minor_version, 5)
-m4_define(glade_micro_version, 3)
+m4_define(glade_micro_version, 4)
 m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
 
 AC_INIT([glade3], [glade_version],
@@ -48,7 +48,7 @@
 # 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=0
-GLADE_CURRENT=8
+GLADE_CURRENT=9
 GLADE_AGE=0
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
 AC_SUBST(GLADE_REVISION)



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