[gtkmm] 3.18.0



commit ec1cf2cd1a70a1896b3f589ef31d9a375b33c908
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 22 08:55:46 2015 +0200

    3.18.0

 NEWS         |   13 +++++++++++++
 configure.ac |    6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index ef2fce7..9158284 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.18.0 (stable):
+
+
+* Gtk::Object (and Gtk::Widget): Add dont_allow_use_in_glib_refptr_.
+  (Kjell Ahlstedt, Murray Cumming)
+* Gtk::TreeView, TreeViewColumn: Deprecate SlotCellData, add SlotTreeCellData.
+  (Kjell Ahlstedt) Bug #657844
+* Gdk::Cursor, Pixbuf, Window: Fix use of Cairo::xxx in namespace Gd
+  (Kjell Ahlstedt) Bug #755061 (lagerstrom15)
+* MSVC build fixes.
+  (Chun-wei Fan)
+
+
 3.17.90 (unstable):
 
 Gtk:
diff --git a/configure.ac b/configure.ac
index 2ef3872..2f02a58 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.17.90],
+AC_INIT([gtkmm], [3.18.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -93,7 +93,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.45.80 pangomm-1.4 >= 2.37.2 gtk+-3.0 >= 3.17.9 cairomm-1.0 >= 
1.9.2 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.46.1 pangomm-1.4 >= 2.38.1 gtk+-3.0 >= 3.18.0 cairomm-1.0 >= 
1.12.0 gdk-pixbuf-2.0 >= 2.26.0'])
 
 AS_IF([test "x$gtkmm_host_windows" = xyes],
       [GTKMM_MODULES=$GDKMM_MODULES],
@@ -104,7 +104,7 @@ AS_IF([test "x$gtkmm_host_windows" = xyes],
 GTKMM_ARG_ENABLE_API_ATKMM
 
 AS_IF([test "x$gtkmm_enable_api_atkmm" != xno],
-      [GTKMM_MODULES="atkmm-1.6 >= 2.23.3 $GTKMM_MODULES"])
+      [GTKMM_MODULES="atkmm-1.6 >= 2.24.1 $GTKMM_MODULES"])
 AC_SUBST([GTKMM_MODULES])
 
 AC_SUBST([GTKMM_DEMOS_EXTRA_MODULES], ['epoxy >= 1.2'])


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