summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2014-06-03 15:18:21 +0200
committerRui Matos <tiagomatos@gmail.com>2014-06-03 15:18:21 +0200
commitf57c704677ee0363c3b04b025802b5bb3223e69d (patch)
treec8419c5c01c5e4ee709d84eb91873ceaba1b9cb5
parent203b59acc908317e1412f72cf47f08d147021dbd (diff)
downloadgnome-settings-daemon-f57c704677ee0363c3b04b025802b5bb3223e69d.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 8ae42fcc..72139f93 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,40 @@
==============
+Version 3.10.3
+==============
+
+- Several fixes for hi-dpi displays - see below
+- Don't die when gnome-session says Stop so that applications that are
+ still running during session exit don't lose their theme and icons
+- Check the exit status of hotplug scripts correctly
+
+Housekeeping:
+- Don't follow symlinks to subdirectories
+
+Keyboard:
+- Apply num-lock to newly connected keyboards
+
+Mouse:
+- Avoid X errors, and thus a crash, in some cases
+
+Power:
+- Fix wakeup with some keymaps
+- Fix restarting of the lid inhibitor check timer
+
+Updates:
+- Remove the unconditional clearing of the offline updates message
+
+Wacom:
+- Add OLED handling over Bluetooth for the Intuos4 Wireless tablets
+
+XSettings:
+- Export Gtk/ShellShowsDesktop setting so that Gtk can decide whether
+ to show the 'Desktop' item in the places sidebar
+- Use primary monitor for scaling factor
+- Disable scaling factor on HDMI outputs
+- Enable hidpi scaling on 4K monitors
+- Never turn on hi-dpi support for small resolutions
+
+==============
Version 3.10.2
==============
diff --git a/configure.ac b/configure.ac
index 05cc224a..5b72ff90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.10.2],
+ [3.10.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])