[gtkmm] 3.9.16



commit 9ecbad80d235675843fdb34f97bb6202a0fe7363
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Sep 20 08:46:57 2013 +0200

    3.9.16

 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0cc92b3..48c5b21 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.9.16 (unstable):
+
+Gtk:
+* Added HeaderBar.
+  (Juan Rafael García Blanco) Bug #708194
+* Added ListBox and ListBoxRow,
+  (Kjell Ahlstedt) Bug #708115
+* Added PlacesSidebar.
+  (Juan Rafael García Blanco) Bug #705642
+* Added Stack and StackSwitcher,
+  (Andrew Potter) Bug #704964
+* Widget:
+  * Make insert_action_group() public.
+  (Murray Cumming)
+  * Add remove_action_group()
+  (Murray Cumming)
+
 3.9.14 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index d2e6bd9..2a0b182 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [3.9.14],
+AC_INIT([gtkmm], [3.9.16],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -91,7 +91,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra cairomm-1.0 check is because gdkmm requires a newer cairomm than pangomm requires.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-3.0 requires.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.37.7 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.9.14 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.37.7 pangomm-1.4 >= 2.27.1 gtk+-3.0 >= 3.9.16 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.22.1'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],



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