summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c68bf8e..050be927 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 1.33.90
+========================
+* admin: Require mounting for each client explicitly
+* dav: Fix DAV implementation stripping spaces
+* gdaemonfileenumerator: Fix crashes in synchronous enumerator code
+* goa: Fix password-based authentication
+* Translation updates
+
Major changes in 1.33.3
=======================
* Do not sent user invisible mounts in order to speed up g_volume_monitor_get
diff --git a/configure.ac b/configure.ac
index ecfefc3e..e9bebbff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.33.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.33.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar -Wno-portability])
AC_CONFIG_HEADERS(config.h)