summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2017-08-21 17:03:19 +0200
committerOndrej Holy <oholy@redhat.com>2017-08-21 17:03:19 +0200
commit7a776d77c2029924e19a8bf7102f6a8608021f44 (patch)
treec757d32aa8beb55ae4f5e022996ef28219c60668
parentcdaa10cef32ed935a783b2700675be0af3c9542e (diff)
downloadgvfs-1.33.91.tar.gz
Update NEWS for 1.33.911.33.91
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 050be927..70dc4495 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 1.33.91
+========================
+* daemon: Avoid overflowing when querying for filesystem info
+* proxy: Fix shadow mount handling for equal paths
+* gdaemonfile: Fix g_file_equal for different mount_prefix
+* gdaemonfile: Fix relative path handling
+* client: Fix crash when calculating a relative path
+* channel: Set sockets as nonblocking to prevent deadlocks when copying
+* google: Report FS total size and free space
+* Several smaller bugfixes
+* Translation updates
+
Major changes in 1.33.90
========================
* admin: Require mounting for each client explicitly
diff --git a/configure.ac b/configure.ac
index 2c93eb3e..992e4b28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.33.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.33.91],[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)