summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2010-03-08 15:14:31 +0100
committerTomas Bzatek <tbzatek@redhat.com>2010-03-08 15:14:31 +0100
commit1f83926467c536896567def28eec2591f590cbb9 (patch)
treeee74cabca5612522fe48efca787cac00b6963ff7
parent7b0ec45df5e7bc26403b5244a060f55db7997c1d (diff)
downloadgvfs-1f83926467c536896567def28eec2591f590cbb9.tar.gz
Update for 1.5.51.5.5
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35113623..a48cc2da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 1.5.5
+======================
+* Fix with-dbus-service-dir configure switch
+* ftp: Cleanup (close the data connection unconditionally)
+* archive: Use archive_errno() the correct way
+* Correct return values on error for programs
+* Translation updates
+
Major changes in 1.5.4
======================
* gphoto2: Better support for devices that are read-only + delete
diff --git a/configure.ac b/configure.ac
index 84251904..f3c00eaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(client/gdaemonvfs.h)
-AM_INIT_AUTOMAKE(gvfs, 1.5.4)
+AM_INIT_AUTOMAKE(gvfs, 1.5.5)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK