summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2013-06-07 23:01:14 +0200
committerRui Matos <tiagomatos@gmail.com>2013-06-08 00:01:02 +0200
commitf816aeeffcaa854d9c49908db50a12d33cf6622f (patch)
tree25e7c57501fcd4edbaa8c1bddff4aef68ec358cf
parent970f57211b76774722397a350dd8e40a529667e1 (diff)
downloadgnome-settings-daemon-f816aeeffcaa854d9c49908db50a12d33cf6622f.tar.gz
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a4c1bfc..799c1e4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
=============
+Version 3.8.3
+=============
+
+Media-keys:
+- Fix potential crash if gnome-shell crashes while coming up
+- Show shell search for search button
+
+Keyboard:
+- Remove the input source switcher helper
+- Introduce a SetInputSource DBus method
+
+Updates:
+- Fix potential crash
+
+=============
Version 3.8.2
=============
diff --git a/configure.ac b/configure.ac
index 1dd27c0d..b583223b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.8.2],
+ [3.8.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])