[gtk+] 3.89.1



commit 1f7ab7c069855b21f0a7c05dbf0d3e9d08caa507
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Nov 21 05:57:17 2016 -0500

    3.89.1

 NEWS         |    2 ++
 configure.ac |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8b46ec3..0ff01ae 100644
--- a/NEWS
+++ b/NEWS
@@ -94,6 +94,7 @@ Detailed changes:
  774046 GtkSpinButton does not always unref priv->{up,down}_button
  774066 GtkHeaderBar does not unref all GtkBox and GtkSeparator it creates
  774097 GtkPrintOperation should not truncate job names
+ 774114 Window shadows are repainted even if only the contents of the window change
  774185 GtkPlacesSidebar does not unref itsel as many times as it references
  774347 Fails to build: unknown type name GdkColor
  774352 GtkAppChooserWidget does not unref all GAppInfo it references
@@ -104,6 +105,7 @@ Detailed changes:
  774614 Wrong #include in Print docs
  774634 GtkPlacesView does not unref all GDaemonFileEnumerator it references
  774695 GtkProgressbar needs full and empty classes
+ 774699 wintab: list iteration regression causes odd-indexed devices to be ignored during...
 
 * Translation updates
  Brazilian Portuguese
diff --git a/configure.ac b/configure.ac
index 6e337ea..83110e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [89])
-m4_define([gtk_micro_version], [0])
+m4_define([gtk_micro_version], [1])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])


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