summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-03-18 11:33:15 +0100
committerBastien Nocera <hadess@hadess.net>2016-03-18 11:33:15 +0100
commit446eb24790be338cff1616d16b4d7ae341b169c6 (patch)
treec2cd1da1be1bcd4a004b0327cbb3f8187bbe33fe
parent552258b12e393c317e104efba4f668ed3d1c3941 (diff)
downloadgnome-settings-daemon-446eb24790be338cff1616d16b4d7ae341b169c6.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 284230b4..fadd2213 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
==============
+Version 3.18.3
+==============
+
+Plugins:
+- Make all D-Bus calls cancellable, and fix possible user-after-free crashers
+
+Housekeeping:
+- Don't remove X11's socket when cleaning tmp
+
+Power:
+- Don't change the brightness from a sensor when in another session
+
+Rfkill:
+- Make kernel calls cancellable
+- When turning off a platform rfkill, turn on Bluetooth in a second pass
+
+Wacom:
+- Fix Wacom buttons not working
+- Fix possible infinite loop when remapping outputs
+- Fix a memory leak
+
+==============
Version 3.18.2
==============
diff --git a/configure.ac b/configure.ac
index 78a63fba..5a382bde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.18.2],
+ [3.18.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])