From 77a4e2ec3759648e85a5172bb9fbdedcd7370023 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Nov 2017 14:52:24 -0500 Subject: [PATCH] 3.22.26 --- NEWS | 25 +++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f0d0066756..1f0fd2b773 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +Overview of Changes in GTK+ 3.22.26 +=================================== + +* Bugs fixed: + 789630 Distribute protocol/server-decoration.xml in tarballs + 787142 input/IME: Defer the emit of the "commit" signal + 789134 icon-browser: Centre Copy button in dialog again + 789678 AboutDialog: Fix accepting GTK_LICENSE_AGPL_3_0 + 788898 Inspector: better default split of CSS nodes/props + 789733 Fix GtkEntry:has-frame not working + 789213 gdk/win32: Fix Win32 GL Context switching + 785176 placessidebar: add starred location item + +* Translation updates: + Arabic + Brazilian Portuguese + Czech + Dutch + German + Norwegian bokmål + Polish + Slovak + Swedish + + Overview of Changes in GTK+ 3.22.25 =================================== diff --git a/configure.ac b/configure.ac index 5892a1c608..4c212fc772 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,8 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [22]) -m4_define([gtk_micro_version], [25]) -m4_define([gtk_interface_age], [25]) +m4_define([gtk_micro_version], [26]) +m4_define([gtk_interface_age], [26]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version],