[gdl] Updated files for 2.91.1 release



commit 475f2a1ccea7c4363510a24b368ed0a6bc140a3e
Author: Johannes Schmid <jhs gnome org>
Date:   Wed Oct 27 15:24:04 2010 +0200

    Updated files for 2.91.1 release

 NEWS         |   11 +++++++++++
 configure.in |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5447821..1eed317 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in 2.91.1
+
+* Ported to lastest gtk+ master:
+ * bgo#633049 - Stop using GtkObject
+ * bgo#630841 - Don't use deprecated GDK drawing APIs
+ * bgo#631070 - Use upstream gettext instead the Glib one
+ * bgo#624636 - Update to new GtkNotebook switch-page signal signature
+* Due to new drawing API we have much niver preview windows now :)
+
+Thanks to Javier Jardon, Frederic Peters and Kjartan Maraas
+
 Changes in 2.90.0
 
 * Depends on gtk+-3.0 now:
diff --git a/configure.in b/configure.in
index 5fd9e97..9edbbba 100644
--- a/configure.in
+++ b/configure.in
@@ -11,8 +11,8 @@ AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 
 GDL_MAJOR_VERSION=2
-GDL_MINOR_VERSION=90
-GDL_MICRO_VERSION=0
+GDL_MINOR_VERSION=91
+GDL_MICRO_VERSION=1
 
 dnl increment if the interface has additions, changes, removals.
 GDL_CURRENT=1



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