summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-11-21 05:57:17 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-11-21 18:36:07 -0500
commit1f7ab7c069855b21f0a7c05dbf0d3e9d08caa507 (patch)
tree91bad67d878ca4ac4bd22cecb6aebfb6eb63a07e
parent6e197afc4498bf788b498d869d478b03cb7f58d9 (diff)
downloadgtk+-1f7ab7c069855b21f0a7c05dbf0d3e9d08caa507.tar.gz
3.89.13.89.1
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b46ec3afb..0ff01aea5b 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 6e337eadad..83110e7666 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)])