summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f01d917f..0a4c1bfc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
=============
+Version 3.8.2
+=============
+
+Media-keys:
+- Don't show a label for "analog-output" ports
+
+Color:
+- Remove warning for some laptop docks
+- Don't try to parse temporary files we generate
+
+Power:
+- Fix brightness not being restored on resume on some systems
+- Make "Turn off screen when inactive" switch work
+
+=============
Version 3.8.1
=============
diff --git a/configure.ac b/configure.ac
index 9c9c9a32..1dd27c0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.8.1],
+ [3.8.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])