[gtkmm-documentation] 3.10.0



commit a723bfffbe6f0d0ec889eb4e679050a10a7dd3de
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 14 10:04:52 2014 +0200

    3.10.0

 NEWS         |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    6 +++---
 2 files changed, 51 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 71caaff..bba4fbf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+3.10.0:
+
+* Added Gtk::ActionBar.
+  (Juan R. García Blanco)
+* Added FlowBox example.
+  (Juan R. García Blanco)
+* Added HeaderBar example.
+  (Juan R. García Blanco) Bug #708866
+* Added ListBox example.
+  (Kjell Ahlstedt)
+* Added PlacesSidebar example.
+  (Juan R. García Blanco)
+* Added Popover example.
+  (Juan R. García Blanco)
+* Added Revealer example.
+  (Juan R. García Blanco) Bug #705460
+* Added SearchBar example.
+  (Juan R. García Blanco)
+* Add a multi-threaded example program.
+  (Kjell Ahlstedt)
+* Application example: Add a window menu.
+  (Murray Cumming)
+* Remove stock items and other deprecated API from the tutorial.
+  (Kjell Ahlstedt)
+* App_and_win_menus example: Add a menu item that sends a Gio::Notification.
+  (Kjell Ahlstedt)
+* ToolPalette example: Skip non-existent and large icons.
+  (Kjell Ahlstedt)
+* EventBox example: Make it possible to clip the label.
+  (Kjell Ahlstedt)
+* InfoBar example: Really show the infobar.
+  (Kjell Ahlstedt)
+* treemodelcustom: Use the new base class order.
+  (Murray Cumming)
+* SignalIO example: Add Gio::Application::hold().
+  (Kjell Ahlstedt)
+* Port from gnome-doc-utils to yelp-tools.
+  (Murray Cumming)
+* Drag and Drop chapter: Correct the description of the DnD signals.
+  (Kjell Ahlstedt)
+* Remove mention of deprecated Range::set_update_policy().
+  (Murray Cumming)Bug #703147 (Joris)
+* Fix broken links.
+  (Kjell Ahlstedt)
+* gmmproc appendix improvments.
+  (José Alburquerque)
+
+
 3.8.0:
 
 * Dialogs chapter: Add Non-modal AboutDialog section.
diff --git a/configure.ac b/configure.ac
index 08d5c06..874d18f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 ## This file is part of gtkmm-documentation.
 
 AC_PREREQ([2.59])
-AC_INIT([gtkmm-documentation], [3.8.0],
+AC_INIT([gtkmm-documentation], [3.10.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm-documentation], [http://www.gtkmm.org/])
 
@@ -19,8 +19,8 @@ AC_PROG_CXX
 AC_PATH_PROG([PERL], [perl], [perl])
 AC_PROG_SED
 
-PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.32.0])
-PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.4.0])
+PKG_CHECK_MODULES([GIOMM], [giomm-2.4 >= 2.40.0])
+PKG_CHECK_MODULES([GTKMM], [gtkmm-3.0 >= 3.10.0])
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
 
 AC_LANG([C++])


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