summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2015-03-16 00:09:25 +0000
committerRoss Lagerwall <rosslagerwall@gmail.com>2015-03-16 00:09:25 +0000
commite5c394af1f7cd14b89e2e50c69eaa74c21a0da0e (patch)
tree07531b6d95b777b3be6248ee7d2d7558d3fc0317
parent62c4c2af399dba0566ae69353f127472fa3e3364 (diff)
downloadgvfs-1.23.92.tar.gz
Update NEWS and version for 1.23.92 release1.23.92
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 68803ef9..350c95d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Major changes in 1.23.92
+========================
+* Remove obsolete obexftp code
+* metadata: Reliability improvements
+* afc, gphoto2: Fix force unmount when device is removed
+* ftp: Prevent segfault when unmounting
+* ftp: Bug fixes for directory parsing
+* dav: Fix crash on mount when using dns-sd
+* common: Increase mount timeout to 30 minutes
+* Several smaller bugfixes
+* Update man pages
+* Translation updates
+
Major changes in 1.23.90
========================
* ftp: Implement backups for replace
diff --git a/configure.ac b/configure.ac
index f868d9e8..78d2ee3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.23.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.23.92],[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)