summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-07-04 13:40:47 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2011-07-04 13:40:47 +0200
commitcd7e00588cf27a0b35932837e4bdd538bd4d3866 (patch)
treeb6c7abd342652d7ded752cd9de64235f7fc0c2e8
parent4bb984fcee3c67d6ea41b8076e16611825cc0ec6 (diff)
downloadgnome-settings-daemon-cd7e00588cf27a0b35932837e4bdd538bd4d3866.tar.gz
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1be4d50e..4e0f035f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,40 @@
=============
+Version 3.1.3
+=============
+
+Common:
+- Use defines instead of variables for ranges (Bastien Nocera)
+- Fix function keys not being grabbed (Bastien Nocera) (#649222)
+- Allow the "Pause" key to be used (Bastien Nocera) (#653524)
+
+Clipboard:
+- Fix incremental sending from the clipboard manager (Cosimo Cecchi) (#652609)
+
+Color:
+- Fix a potential buffer-overflow when converting to wide text (Richard Hughes)
+
+Keyboard:
+- Use the same kbd layout menu labels as Gnome Shell (Jeremy Bicha) (#652836)
+- Add missing "Settings" to the string (Bastien Nocera)
+- Fix menu items actions (Bastien Nocera)
+
+Media keys:
+- Use constant for icon size in OSD (Bastien Nocera)
+- Remove progress bar borders (Bastien Nocera) (#652321)
+
+Mouse:
+- Check device is a touchpad before enabling/disabling it (Rodrigo Moya)
+
+Translations:
+- be (Ihar Hrachyshka)
+- es (Jorge González)
+- gl (Fran Diéguez)
+- he (Yaron Shahrabani)
+- nb (Kjartan Maraas)
+- sl (Matej Urbančič)
+- sr (Мирослав Николић)
+
+=============
Version 3.1.2
=============
diff --git a/configure.ac b/configure.ac
index b81c7e0d..81c8ae91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.1.2],
+ [3.1.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])