[gtkmm] 3.19.6
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 3.19.6
- Date: Mon, 11 Jan 2016 15:02:40 +0000 (UTC)
commit 61bd6a8de07396344aa20ce8129e437710c77943
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Jan 11 15:53:56 2016 +0100
3.19.6
NEWS | 29 +++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 256cc71..247590f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+3.19.6:
+
+Gtk:
+* TextIter: Add starts_tag(), deprecate begins_tag().
+ (Kjell Ahlstedt)
+* TreeView: Fix a crash in get_tooltip_context_path()
+ (Kjell Ahlstedt) Bug #760030.
+
+Gdk:
+* Add Gdk::Seat
+ (Kjell Ahlstedt) Bug #759806.
+* Device:
+ - Add get_seat().
+ - Deprecate grab() and ungrab().
+ DeviceManager, Display: Add and deprecate
+ (Kjell Ahlstedt) Bug #759806.
+* DeviceManager: Deprecate list_devices() and get_client_pointer().
+ (Kjell Ahlstedt) Bug #759806.
+* Display:
+ - Deprecate get_device_manager().
+ - Add list_seats(), get_default_seat(), signal_seat_added() and
+ signal_seat_removed().
+ (Kjell Ahlstedt) Bug #759806.
+
+Build:
+* C++11: Use the override keyword, instead of virtual, for suitable destructors.
+ (Murray Cumming)
+
+
3.19.5:
Gtk:
diff --git a/configure.ac b/configure.ac
index d5e8bc3..bd57dc3 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.19.5],
+AC_INIT([gtkmm], [3.19.6],
[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.47.3.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.19.5 cairomm-1.0 >=
1.12.0 gdk-pixbuf-2.0 >= 2.26.0'])
+AC_SUBST([GDKMM_MODULES], ['giomm-2.4 >= 2.47.3.1 pangomm-1.4 >= 2.38.2 gtk+-3.0 >= 3.19.6 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],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]