summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-03-10 11:45:35 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-03-10 11:45:35 +0000
commitb70e432cf8ca3cd022129e385116d7c173c598c8 (patch)
tree251853e0c062e97741a3603b68c3d803eea0690e
parente2d5d14f9075876a4497a5d5e96471dcf72455bc (diff)
downloadgvfs-GVFS_1_1_8.tar.gz
Update for releaseGVFS_1_1_8
2009-03-10 Alexander Larsson <alexl@redhat.com> * NEWS: Update for release svn path=/trunk/; revision=2313
-rw-r--r--ChangeLog5
-rw-r--r--NEWS15
2 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c29660b..573da00f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-03-10 Alexander Larsson <alexl@redhat.com>
+ * NEWS:
+ Update for release
+
+2009-03-10 Alexander Larsson <alexl@redhat.com>
+
* daemon/gvfsbackendsftp.c:
(handle_login):
Don't ask for username when getting ssh key passphrase
diff --git a/NEWS b/NEWS
index 92234b65..09208d00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Major changes in 1.1.8
+======================
+* Fix crashers and leaks
+* Handle file:// uris with anchors in gvfs-open
+* fuse: Support ftruncate to the current file size
+* escape/unescape hostname part in uris, allowing spaces in e.g. smb domains
+* hal: Fix "No mount object" error on mount
+* Change details of the new .xdg-volume-info file format
+* Fix races in cancellation of gvfs streams
+* Remove debug spew from backends
+* ftp: Fix anonymous login
+* gphoto2: Ignore broken storages with no capacity
+* Don't globally modify COMP_WORDBREAKS in bash completion script
+* Don't ask for username when getting ssh key passphrase
+
Major changes in 1.1.7
======================
* Fix build on some platforms