diff --git a/NEWS b/NEWS index 5a052b640..01db8f4e0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +============== +Version 3.11.2 +============== + +Wacom: +- Fix slider on Inking Pen page + +Background: +- Fix compilation with libsocialweb + +Sharing: +- Remove OBEX FTP support +- Fix Bluetooth label always being off +- Make it possible to add new folders +- Fix a crash when turning off sharing + +Power: +- Fix automatic suspend popup sizing + +Everywhere: +- Improve rtl appearance by flipping margins + + ============== Version 3.11.1 ============== diff --git a/configure.ac b/configure.ac index 4081e5690..b3bca3af7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.11.1) +m4_define([gnome_control_center_version], 3.11.2) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])