[gdl] Update files for release



commit 42445a0f902dd97da86ec0e3e8f220d5a2f5087c
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Sep 1 10:06:54 2013 +0200

    Update files for release

 NEWS         |   30 ++++++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3fe4ee7..0bd7c77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Changes in 3.9.91
+
+* Allow to add GdlDock object inside GdlDockItem (Sébastien Granjoux)
+* Hide unused widget (Sébastien Granjoux)
+* Remove unused header (Juan Pablo Ugarte)
+* Indent layout when saving (Dominique Lasserre)
+* New property tab-pos and tab-reorderable for GdlSwitcher (Dominique Lasserre)
+* Fix build with automake 1.13 (Marcin Banasiak)
+* Emit notify signal in DockObject setters (Evan Nemerson)
+
+* Fix bgo#699545 - Can't grab or focus widgets after moving around the docks (Ubuntu-specific) (Sébastien 
Granjoux)
+* Fix bgo#515755 - Manually show and hide grip (Dominique Lasserre)
+
+* Translation: eu (Inaki Larranaga Murgoitio)
+* Translation: pl (Piotr Drąg)
+* Translation: it (Milo Casagrande)
+* Translation: lt (Aurimas Černius)
+* Translation: gl (Fran Diéguez)
+* Translation: id (Andika Triwidada)
+* Translation: ru (Yuri Myasoedov)
+* Translation: cs (Marek Černocký)
+* Translation: pt_BR (Rafael Ferreira)
+* Translation: es (Daniel Mustieles)
+* Translation: sl (Matej Urbančič)
+* Translation: el (Dimitris Spingos)
+* Translation: ca (Gil Forcada, Carles Ferrando)
+* Translation: tg (Victor Ibragimov)
+* Translation: fr (Alexandre Franke)
+
+
 Changes in 3.8.0
 
 * Translation: el (Dimitris Spingos)
diff --git a/configure.in b/configure.in
index dec8c13..1a38988 100644
--- a/configure.in
+++ b/configure.in
@@ -12,14 +12,14 @@ AC_CONFIG_HEADERS([config.h])
 
 GDL_MAJOR_VERSION=3
 GDL_MINOR_VERSION=9
-GDL_MICRO_VERSION=0
+GDL_MICRO_VERSION=91
 
 dnl increment if the interface has additions, changes, removals.
 GDL_CURRENT=5
 
 dnl increment any time the source changes; set to
 dnl  0 if you increment CURRENT
-GDL_REVISION=7
+GDL_REVISION=8
 
 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]