glade3 r1784 - trunk
- From: tvb svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r1784 - trunk
- Date: Wed, 9 Apr 2008 20:42:44 +0100 (BST)
Author: tvb
Date: Wed Apr 9 20:42:44 2008
New Revision: 1784
URL: http://svn.gnome.org/viewvc/glade3?rev=1784&view=rev
Log:
* NEWS, configure.ac: Rolling 3.5.1.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Apr 9 20:42:44 2008
@@ -1,4 +1,17 @@
===========
+Glade 3.5.1
+===========
+ - Added versioning support, you can always chose the target version of
+ your project starting with gtk+ 2.8 - a project preferences dialog has
+ been added where you can switch your format, switch your target version
+ and test for incompatabilities. incompatability error dialogs are also
+ launched on save as. Target versions are saved to the glade file;
+ TODO: patch GtkBuilder to test the required gtk+ version from
+ <requires lib="gtk+" version="2.8"> and at least warn, also let
+ third party widget developers test thier own versions using builder
+ (all new catalog tags and properties are also documented).
+
+===========
Glade 3.5.0
===========
- Resurrected GtkScaleButton and GtkVolumeButton
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Apr 9 20:42:44 2008
@@ -4,7 +4,7 @@
m4_define(glade_major_version, 3)
m4_define(glade_minor_version, 5)
-m4_define(glade_micro_version, 0)
+m4_define(glade_micro_version, 1)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],
@@ -47,8 +47,8 @@
# 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=2
-GLADE_CURRENT=7
+GLADE_REVISION=0
+GLADE_CURRENT=8
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]