From a8aa9344a185f30981d128e87caaa5f11d20316b Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Mon, 14 Dec 2015 14:18:01 +0100 Subject: Update NEWS and version for 1.27.3 release --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 08fa04e7..618ac1fb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Major changes in 1.27.3 +======================= +* sftp: Fail cancelled jobs +* metadata: Avoid endless recursion when copying meta files +* mtp: Use phone icon for MTP devices +* udisks2: Do not show notification if unmount failed +* completion: Allow bash completion for gvfs-mount +* http: Return error if seek was not successful +* sftp: Handle "Too many authentication failures" error +* Several smaller bugfixes +* Translation updates + Major changes in 1.26.2 ======================= * Accept XDG_RUNTIME_DIR/bus as a valid D-Bus session/user bus diff --git a/configure.ac b/configure.ac index 7ad2c17e..682cf1b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) -AC_INIT([gvfs],[1.27.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs]) +AC_INIT([gvfs],[1.27.3],[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) -- cgit v1.2.1