summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-31 16:24:37 +0100
committerBastien Nocera <hadess@hadess.net>2013-10-31 16:24:37 +0100
commit4d989bfbe3de3abfa5cef69c9b2910bada59f1ed (patch)
tree699c62cdf307c8a48ddb22f4a9c194a71e6db5a1
parentb607f6bb08b52b9b3b3703704dab6b9c75ffaa1a (diff)
downloadgnome-control-center-4d989bfbe3de3abfa5cef69c9b2910bada59f1ed.tar.gz
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 87b963b4a..003f955c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,25 @@
=============
+Version 3.8.6
+=============
+
+Background:
+- Fix memory leaks
+
+Mouse:
+- Do not reset the mouse speed when unset
+- Do not set acceleration twice
+
+Network:
+- Fix a number of possible crashers
+- Fix the forget dialogue not working as expected
+
+Power:
+- Don't show the estimated battery capacity
+
+Sharing:
+- Allow screen sharing approving without remote control enabled
+
+=============
Version 3.8.5
=============
diff --git a/configure.ac b/configure.ac
index 1184e44ef..12f04b907 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.8.5)
+m4_define([gnome_control_center_version], 3.8.6)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])