[gdl] Updated files for release



commit 27d2359d1fc1175af51e793c46ae46106c392a28
Author: Johannes Schmid <jhs gnome org>
Date:   Sun May 3 21:11:40 2009 +0200

    Updated files for release
---
 NEWS         |   15 +++++++++++++++
 configure.in |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 3315a9a..8c333e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in 2.27.1:
+
+Bugs fixed:
+#579057 â?? Grip layout bug where negative rectangles are possible
+#578967 â?? gdl_dock_item_grip_remove must be implemented
+#471317 â?? invisible buttons in HCI theme
+#560820 â?? Remove GdlComboButton
+#577938 â?? gdl_dock_placeholder_new's name param should be const gchar* not gchar*
+#577107 â?? Layout bug in the grip widget headers
+#577001 â?? Patch: Added optional grip handle hatching
+#577469 â?? Remove deprecated GTK+ symbols
+
+API changes:
+- GdlComboButton API has been removed. Use GtkMenuToolButton instead
+
 Changes in 2.26.0:
 
 * Fix distcheck
diff --git a/configure.in b/configure.in
index 5345f20..9a0b10a 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ AM_CONFIG_HEADER(config.h)
 
 GDL_MAJOR_VERSION=2
 GDL_MINOR_VERSION=27
-GDL_MICRO_VERSION=0
+GDL_MICRO_VERSION=1
 PACKAGE=gdl
 GDL_VERSION=$GDL_MAJOR_VERSION.$GDL_MINOR_VERSION.$GDL_MICRO_VERSION
 



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