diff --git a/NEWS b/NEWS index 4254e508d..61c0ba317 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,44 @@ +=========================== +Version 3.3.91 (2012-03-05) +=========================== + +Color: +- Layout fixes +- Ensure the "Set profile system-wide" button is visible + +Display: +- Fix crash when the screen setup changes and the Display + panel has been closed + +Info: +- Fix updates buttons never saying "No updates" +- Fix empty dialogue when bringing up "Other media" dialog again +- Avoid empty entries in "Other types" dialogue +- Remove unused and broken icons + +Network: +- Fix huge inline toolbar icons + +Power: +- Fix reference to "Screen" panel, got renamed to + "Brightness & Lock" + +Printers: +- Port to GDBus + +Region & Language: +- Fix handling of variants in "Copy" button + +Use Accounts: +- Fix sizing problems in the user list +- Fix possible crash for incomplete locales (such as Esperanto) + +Wacom: +- Fix resetting display mapping +- Layout fixes +- Add touchring and touchstrips to the mapped buttons +- Fix crasher when XRandR isn't available + =========================== Version 3.3.90 (2012-02-21) =========================== diff --git a/configure.ac b/configure.ac index 25a349a70..aee97ac59 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -m4_define([gnome_control_center_version], 3.3.90) +m4_define([gnome_control_center_version], 3.3.91) AC_INIT([gnome-control-center], [gnome_control_center_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])