summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])