summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b4397cd2..e72095d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 1.18.3
+=======================
+* Fix seeking past end of file for various backends
+* fuse: Improve write performance
+* archive: Handle open failure
+
Major changes in 1.18.2
=======================
* Fix a client side regression in 1.18.1 where apps would stop responding
diff --git a/configure.ac b/configure.ac
index 81229e60..c46edd68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.18.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.18.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar])
AC_CONFIG_HEADERS(config.h)