summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2015-02-13 14:12:31 +0100
committerOndrej Holy <oholy@redhat.com>2015-02-13 14:14:36 +0100
commit379b9e631fbdce13bd77f30e701d1ae9ba23defb (patch)
tree72d33a1e36fdaff3ea9f833f524d06c78ba72df6
parent628d0136bbac1543c9c99e40cb410b3807dedf4c (diff)
downloadgvfs-1.23.90.tar.gz
Update NEWS for 1.23.90 release1.23.90
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd63b1e7..68803ef9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Major changes in 1.23.90
+========================
+* ftp: Implement backups for replace
+* Add an nfs backend based on libnfs
+* test: Various improvements and fixes
+* ftp: Implement G_FILE_COPY_NOFOLLOW_SYMLINKS
+* programs: Fix bash completion
+* dav: Add support for server-side copying
+* mtp: Set MTP filetype from mime type when uploading files
+* gvfs-mount: Allow mounting as an anonymous user
+* smb: Handle the anonymous flag
+* Several smaller bugfixes
+* Translation updates
+
Major changes in 1.23.4
=======================
* gproxymount: Fix crashes if eject callback isn't specified
diff --git a/configure.ac b/configure.ac
index 78b802c5..5169ddf8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.23.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.23.90],[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)