summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-03-17 16:25:59 +0100
committerBastien Nocera <hadess@hadess.net>2015-03-17 16:25:59 +0100
commit9ccc398dad414477a3c415d8e4de623d47298f16 (patch)
tree5a69914bd264ff155474043c47e4ad3b5d9af591
parent2803f452046b90607bad32dbea487199785823ab (diff)
downloadgsettings-desktop-schemas-3.15.92.tar.gz
3.15.923.15.92
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2cc9446..3ce0e4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 3.15.92
+========================
+
+- Add a way to turn off "PC-style" right-click for touchpads
+- Translation updates
+
+Major changes in 3.15.90
+========================
+
+- Use intltool to translate GSettings schema files directly
+- Translation updates
+
Major changes in 3.15.4
=======================
diff --git a/configure.ac b/configure.ac
index bd46c6e..cb4bd74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT([gsettings-desktop-schemas], [3.15.4],
+AC_INIT([gsettings-desktop-schemas], [3.15.92],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas])
AC_CONFIG_SRCDIR(schemas/org.gnome.desktop.default-applications.gschema.xml.in)
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz])