summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2017-08-07 12:48:32 +0200
committerOndrej Holy <oholy@redhat.com>2017-08-07 12:48:32 +0200
commit72b9efbe5d5ef6b0ae0681ad687bb4c439300fd9 (patch)
treeba10ed2e54a7bf25ed4ba01a5f124c7edba7b88a
parent9274d41b68c2ba20599f460e74dcf0c009a3df66 (diff)
downloadgvfs-1.33.90.tar.gz
Update NEWS for 1.33.90 release1.33.90
-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)