summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-04-09 19:42:44 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-04-09 19:42:44 +0000
commit8aa2a06810a98a721787138a44844be2aba1f084 (patch)
treeedab2a3d15484a94c6c781dc5ec3edb95b92f2f3 /NEWS
parentd068240cc0296105e8ef38a46b5a1f90d04bb3d3 (diff)
downloadglade-8aa2a06810a98a721787138a44844be2aba1f084.tar.gz
Rolling 3.5.1.GLADE3_3_5_1
* NEWS, configure.ac: Rolling 3.5.1. svn path=/trunk/; revision=1784
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 70dc27be..feaf2ef5 100644
--- a/NEWS
+++ b/NEWS
@@ -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