summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-12-19 10:49:59 +0100
committerBastien Nocera <hadess@hadess.net>2012-12-19 10:49:59 +0100
commit1e3a28f1234b795bf2ebd64e3a65bf479c394408 (patch)
tree5795312846375884d463f9527b3cfc1c64809dc6
parent6bf6140aeb4dd1c661cd8106503f49c35931b659 (diff)
downloadgsettings-desktop-schemas-3.7.3.tar.gz
3.7.33.7.3
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1cd5e4c..d9d7678 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 3.7.3
+======================
+
+* Add lockdown mode key for user-accounts
+* Add trash, temp files and recent files related settings
+* Add schemas for notification filtering
+* Add new "switch-application" keybinding, so that
+ the "switch-windows" keybinding can be kept for the legacy mode
+* Add new switch-input-source keybinding
+
Major changes in 3.7.2
======================
diff --git a/configure.ac b/configure.ac
index 4c217fc..4c959be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT([gsettings-desktop-schemas], [3.7.2.2],
+AC_INIT([gsettings-desktop-schemas], [3.7.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas])
AC_CONFIG_SRCDIR(schemas/org.gnome.desktop.default-applications.gschema.xml.in.in)
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])