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],