summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-07-24 15:24:18 +0200
committerBastien Nocera <hadess@hadess.net>2013-07-24 15:24:18 +0200
commit1c059a9de50b459fb7157ea8640072ecc03caf70 (patch)
treee183107866dfba6335121ac2de31db35866d1fd1
parentc2e1d3abe10f7db7762ddfb36d0ebcf599f8d178 (diff)
downloadgnome-control-center-GNOME_CONTROL_CENTER_3_8_4.tar.gz
With help from Marek Kasik
-rw-r--r--NEWS53
-rw-r--r--configure.ac2
2 files changed, 54 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b3212962e..b348eaccf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,57 @@
=============
+Version 3.8.4
+=============
+
+- Go back to overview when setting panel to NULL
+- Ensure a search is in progress before activating a panel
+- Ensure the current language has a display name in the model
+- Translation updates
+
+Display:
+- Prevent a crash if the screen being dragged is removed
+- Fix floating screens and subsequent errors
+- Use the preferred width and height when moving inactive displays
+- Prevent the built-in display being turned on if the lid is closed
+
+Info:
+- Show disk info even if there's no /etc/fstab file
+
+Mouse:
+- Show enable trackpad slider button even if mouse is not present
+
+Power:
+- Don't resize panel items when the battery status has changed
+- Fix crash with no batteries
+
+Printers:
+- Don't authenticate automatically found SMB servers
+
+Privacy:
+- Fix default "Retain history" value
+
+Region and Language:
+- Make sure not to display an empty input sources list
+
+Sharing:
+- Hide the vino password by default
+- Limit screen sharing password to 8 bytes
+- Mark sharing button labels as translatable
+- Avoid conflicts with the sensitivity of the remote control options
+
+Sound:
+- Don't show applications playing event sounds
+
+User Accounts:
+- Check the password mode in password authenticate callback
+- Set the password mode to regular mode when user changes his password
+- Don't crash when changing language in the region panel
+- Don't delete the only administrator account
+- Fix empty login history window
+- Use Enter key on password dialog
+- Do not display system accounts
+- Correctly selects the newly-created user
+
+=============
Version 3.8.3
=============
diff --git a/configure.ac b/configure.ac
index 6fef75fe1..03d7fe677 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.8.3)
+m4_define([gnome_control_center_version], 3.8.4)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])