summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2015-12-14 14:18:01 +0100
committerOndrej Holy <oholy@redhat.com>2015-12-14 14:18:01 +0100
commita8aa9344a185f30981d128e87caaa5f11d20316b (patch)
tree4b1d0f8809839f4fec6c55ac7d6f9d28eda562cb
parent5e65aa2bffc6fc55cd03021f2fcdb64492cc42fe (diff)
downloadgvfs-a8aa9344a185f30981d128e87caaa5f11d20316b.tar.gz
Update NEWS and version for 1.27.3 release1.27.3
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
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)