diff --git a/NEWS b/NEWS index 669c5548c3..a5c9607381 100644 --- a/NEWS +++ b/NEWS @@ -6,14 +6,26 @@ Overview of Changes in GTK+ 3.23.2 - Avoid hex boxes - Use icons for sections +* Color chooser improvements + - Allow picking colors from the screen again. The current + implementation can use either the screnshot portal or + a recent gnome-shell API + * GtkPlacesSidebar now shows a spinner during mount operations +* Wayland + - Support both gtk-text-input and text-input-unstable-v3 as + input protocol + * Bug fixes: #628 TextView: spaces acting as non-breaking whitespace... + !248 win32: Correct handling of transient state changes + !272 Replace gtk_text_input with text_input_unstable_v3 support * Translation updates: - German - Lithuanian + - Polish - Spanish - Turkish diff --git a/configure.ac b/configure.ac index 7d5df4638d..c729f5c5ac 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [23]) -m4_define([gtk_micro_version], [1]) +m4_define([gtk_micro_version], [2]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)])