summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 79ea1264..43c874c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 1.4.0
+======================
+* Translation updates
+* metadata: fix leaks
+* fix some uninitialized memory reads
+* Always return metadata:: as a writable namespace for all backends
+
Major changes in 1.3.6
======================
* Translation updates
diff --git a/configure.ac b/configure.ac
index 8b96927c..c799c946 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(client/gdaemonvfs.h)
-AM_INIT_AUTOMAKE(gvfs, 1.3.7)
+AM_INIT_AUTOMAKE(gvfs, 1.4.0)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK