diff --git a/NEWS b/NEWS index 46ca40cc5..15d34d44c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +=============== +Version 3.19.90 +=============== + +- Updated translations + +Network: +- Prevent secrets from getting lost on each connection edit +- Fix a crash when clicking to forget a VPN on the editor + +Printers: +- Redesign the Printer Jobs Dialog + +Region & Language: +- Prevent a potential crash when exiting the panel + +Wacom: +- Workaround deadlocks in Clutter event handlers + ============== Version 3.19.5 ============== diff --git a/configure.ac b/configure.ac index 29e0886d3..6c2f56094 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.19.5) +m4_define([gnome_control_center_version], 3.19.90) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])