summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)