[gtkmm] 3.89.3



commit 3bc9e5cd01830691002508caff7e1055e3373784
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jan 19 08:46:26 2017 +0100

    3.89.3

 NEWS         |   18 ++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 114ad84..8befe26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+3.89.3: (unstable)
+Distro packagers should probably not package this yet.
+
+Gtk:
+* Grid: attach(): Add default values.
+  (Kjell Ahlstedt)
+* TextIter:
+  - TextIter: Make a real const_iterator
+  (Kjell Ahlstedt) Bug #142126
+  - forward/backward_find_char(): Take a sigc::slot
+  instead of a function pointer.
+  (Kjell Ahlstedt)
+
+Documentation:
+* Demos: Remove obsolete text from the TextView demo
+  (Kjell Ahlstedt)
+
+
 3.89.2: (unstable)
 Distro packagers should probably not package this yet.
 
diff --git a/configure.ac b/configure.ac
index 209626d..a251f43 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.89.2],
+AC_INIT([gtkmm], [3.89.3],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gtkmm],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -95,7 +95,7 @@ AS_IF([test "x$enable_static" = xyes],
 # gdkmm really does need GTK+, because part of Gdk::DragContext is in GTK+.
 # The extra gdk-pixbuf-2.0 check is because gdkmm requires a newer gdk-pixbuf than gtk+-4.0 requires.
 # TODO: Remove the mention of cairomm once pangomm needs to depend on such a new version.
-AC_SUBST([GDKMM_MODULES], ['giomm-2.52 >= 2.49.1 pangomm-2.42 >= 2.38.2 cairomm-1.16 >= 1.15.3 gtk+-4.0 >= 
3.89.2 gdk-pixbuf-2.0 >= 2.35.5'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.52 >= 2.49.1 pangomm-2.42 >= 2.38.2 cairomm-1.16 >= 1.15.3 gtk+-4.0 >= 
3.89.3 gdk-pixbuf-2.0 >= 2.35.5'])
 
 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]