[gdl] Updated files for release



commit 7982ba00bf6474d6012ffb4237dfd4488ce0bb75
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Aug 6 18:32:28 2012 +0200

    Updated files for release

 NEWS         |    8 ++++++++
 configure.in |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0d1ff78..50cd07e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 3.5.5
+
+* Fix various layout bugs from previous changes (SÃbastien Granjoux)
+* Remove public members in structs (SÃbastien Granjoux)
+* Deprecate macros and replace them with access functions (+ adding some new access functions for now private members) (SÃbastien Granjoux)
+* Fix bgo #667158 - Constructor for GdlDockBar loses 'dock' argument with gobj (SÃbastien Granjoux)
+* Fix bgo #680655 - test-dock crashes (SÃbastien Granjoux)
+
 Changes in 3.5.4
 
 * New handling of hidden/not existing windows in layout:
diff --git a/configure.in b/configure.in
index ff803d3..8ed107d 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ GDL_CURRENT=5
 
 dnl increment any time the source changes; set to
 dnl  0 if you increment CURRENT
-GDL_REVISION=0
+GDL_REVISION=1
 
 dnl increment if any interfaces have been added; set to 0
 dnl  if any interfaces have been changed or removed. removal has



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