summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2015-03-24 14:04:30 +0100
committerRui Matos <tiagomatos@gmail.com>2015-03-24 14:04:30 +0100
commitda7502b1798de52ee860cfcef092a926de8fad44 (patch)
tree89072fd7bc28a91c985723bb9f94c10d8f5f0bf3
parente2f0f94259a8072180c499c2e44de3860bb6d295 (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_14_3.tar.gz
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed6261ab..6a4221f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
==============
+Version 3.14.3
+==============
+
+- Updated translations
+
+Date & Time:
+- Fix multiple Settings button being added to notifications
+
+Power:
+- Disable touchscreens when the screen is turned off
+- Make sure to set an error when GDBus set_property fails
+
+Printer:
+- Don't leak HTTP connections
+
+Wacom:
+- Fix possible crashes in the Wacom plugin
+
+XRandR:
+- Fix possible race with XRandR D-Bus initialisation
+
+==============
Version 3.14.2
==============
diff --git a/configure.ac b/configure.ac
index 4bf280e4..5e797a06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.14.2],
+ [3.14.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])