[gdl] Updated for 3.1.1 release



commit 3447045be3211198ee30687201b94552429af121
Author: Johannes Schmid <jhs gnome org>
Date:   Mon May 23 20:54:43 2011 +0200

    Updated for 3.1.1 release

 NEWS                            |   11 +++++++++++
 configure.in                    |    6 +++---
 docs/reference/gdl-sections.txt |    3 +++
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 556901d..e2d20b7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in 3.1.1
+
+* Bug 649254 - Use the gobject way to create the private structs
+* Bug 649258 - Use the new GtkStyleContext
+* Bug 649259 - Remove deprecated methods (all Ignacio Casal Quinteiro (nacho))
+
+Changes in 3.0.1
+
+* Set GtkJunctionSides for GdlSwitcher toggle buttons (Christian Hergert)
+* Translation updates
+
 Changes in 3.0.0
 
 * Translation updates
diff --git a/configure.in b/configure.in
index cd8f9b5..0cc4ed1 100644
--- a/configure.in
+++ b/configure.in
@@ -11,15 +11,15 @@ AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 
 GDL_MAJOR_VERSION=3
-GDL_MINOR_VERSION=0
-GDL_MICRO_VERSION=0
+GDL_MINOR_VERSION=1
+GDL_MICRO_VERSION=1
 
 dnl increment if the interface has additions, changes, removals.
 GDL_CURRENT=1
 
 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
diff --git a/docs/reference/gdl-sections.txt b/docs/reference/gdl-sections.txt
index dd6c41a..eab5249 100644
--- a/docs/reference/gdl-sections.txt
+++ b/docs/reference/gdl-sections.txt
@@ -88,6 +88,7 @@ gdl_dock_item_lock
 gdl_dock_item_unlock
 gdl_dock_item_set_default_position
 gdl_dock_item_preferred_size
+GdlDockItemClassPrivate
 GdlDockItemPrivate
 <SUBSECTION Standard>
 GDL_DOCK_ITEM
@@ -123,6 +124,7 @@ GDL_DOCK_TABLABEL_GET_CLASS
 GdlDockNotebook
 GdlDockNotebookClass
 gdl_dock_notebook_new
+GdlDockNotebookClassPrivate
 <SUBSECTION Standard>
 GDL_DOCK_NOTEBOOK
 GDL_IS_DOCK_NOTEBOOK
@@ -158,6 +160,7 @@ GdlSwitcherClass
 gdl_switcher_new
 gdl_switcher_insert_page
 GdlSwitcherPrivate
+GdlSwitcherClassPrivate
 <SUBSECTION Standard>
 GDL_SWITCHER
 GDL_IS_SWITCHER



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