summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2014-07-23 15:48:16 +0200
committerRui Matos <tiagomatos@gmail.com>2014-07-23 15:50:37 +0200
commit042d3302eeab4c98dcda9dea54bc73a309c48fe8 (patch)
treec7a351af0d68d4a3d6a3e78412de43dc173edffb
parent84a9c519ecb6282cc655b06f78591eb8ced1b211 (diff)
downloadgnome-control-center-GNOME_CONTROL_CENTER_3_13_4.tar.gz
-rw-r--r--NEWS45
-rw-r--r--configure.ac2
2 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 071f6be0d..e67dc958d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,49 @@
==============
+Version 3.13.4
+==============
+
+- Use correct window icon
+- Translation updates
+
+Background:
+- Several small fixes
+- Fix emblems on HiDPI
+- Re-add drag'n'drop support
+- Allow dropping colours as well
+- Remember added colours
+- Copy all the manually added backgrounds
+
+Info:
+- Fix logo on HiDPI
+
+Keyboard:
+- Allow "print screen" and "scroll lock" as compose key options
+
+Mouse:
+- Fix scroll test background on HiDPI
+
+Notifications:
+- Fix duplicates in application list
+
+Power:
+- Update automatic suspend label when CanHibernate is false
+
+Region:
+- Make it possible to add an input source by activating its row
+
+Sharing:
+- Add maximum height for the networks list box
+- Use the selected URI from the file chooser, instead of the current
+ directory
+
+User Accounts:
+- Do not generate previews for directories
+
+Wacom:
+- Fix x/y ranges' swapping when calibrating on rotated screens
+- Fix stylus back/forward button assignments
+
+==============
Version 3.13.3
==============
diff --git a/configure.ac b/configure.ac
index c95c64fac..555308c81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-m4_define([gnome_control_center_version], 3.13.3)
+m4_define([gnome_control_center_version], 3.13.4)
AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])