summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS32
-rw-r--r--configure.ac2
2 files changed, 33 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 385e1c8c8..b3212962e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,36 @@
=============
+Version 3.8.3
+=============
+
+- Handle repeated commandline parsing properly
+- Fix arrow icons in RTL locales
+- Fix interaction issues with some dialogs when the panel underneath
+ is switched
+- Raise the existing window when already opened
+- Translation updates
+
+Keyboard:
+- Use the XKB "grp" option for the input source switch shortcut
+
+Network:
+- Prevent ethernet device to switch back to 'on' state
+- Update on/off switch button when vpn becomes active/inactive
+- Avoid assertion in rfkill support with newer kernel versions
+
+Printers:
+- Don't reset position of tree view containing new devices when
+ discovery is running
+
+User Accounts:
+- Fix a memory leak
+- Prevent users from setting invalid real names
+- Don't let user disable own account
+- Remove autologin when an account is deleted
+- Prevent an account from being set to automatically logged in if it
+ is disabled or requires the password to be changed at next login
+- Prevent the last Administrator account demoted, deleted or disabled
+
+=============
Version 3.8.2
=============
diff --git a/configure.ac b/configure.ac
index c470945b0..db85c9da6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.8.2)
+m4_define([gnome_control_center_version], 3.8.3)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])