diff --git a/NEWS b/NEWS index 3894d6c0f9..e8854cf3d2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Overview of Changes in GTK+ 3.19.11 =================================== +* GtkRange, GtkScale and GtkScrollbar have been ported to use gadgets + +* Themes: + - Windows theme improvements * Inspector: - Show input device information @@ -10,11 +14,6 @@ Overview of Changes in GTK+ 3.19.11 - Implement primary selection (using a private protocol with mutter for now) -* GtkRange, GtkScale and GtkScrollbar have been ported to use gadgets - -* Themes: - - Windows theme improvements - * Bugs fixed: 756751 Keypad decimal point patch prevents entry of comma in german keypad... 760482 GtkFrame cuts off bottom 2 pixels of child @@ -31,7 +30,9 @@ Overview of Changes in GTK+ 3.19.11 762820 Remove "core_pointer" from the GdkDisplay struct 762887 yelp crashes most of the time on startup with gtk+ 3.19.10 762891 gdk: remove the display->list_devices vfunc - + 761156 Setting a popover 'relative_to' a widget on an offscreen window cra... + 761686 GtkTreeView theming problems + 762468 wayland: Switching between fullscreen and unfullscreen too fast may... * Translation updates: Brazilian Portuguese diff --git a/configure.ac b/configure.ac index e65240a524..9c9a60e65e 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [19]) -m4_define([gtk_micro_version], [10]) +m4_define([gtk_micro_version], [11]) m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)])