summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2008-03-17 18:25:10 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-03-17 18:25:10 +0000
commit035a452206ed6870e061f4a478b2fd26ce45bcf9 (patch)
tree75dd220242ac3a0e2026d0999f1bc8eea2f1e6a1
parent4ed5a8b2866de214d4a8647909dbecba5230f8cd (diff)
downloadgvfs-035a452206ed6870e061f4a478b2fd26ce45bcf9.tar.gz
=== gvfs 0.2.1 ===GVFS_0_2_1
2008-03-17 Christian Kellner <gicmo@gnome.org> * NEWS: Update for release svn path=/trunk/; revision=1667
-rw-r--r--ChangeLog6
-rw-r--r--NEWS12
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3fcbc91..cb500aaa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+=== gvfs 0.2.1 ===
+
+2008-03-17 Christian Kellner <gicmo@gnome.org>
+
+ * NEWS: Update for release
+
2008-03-17 Alexander Larsson <alexl@redhat.com>
* daemon/gvfsbackendftp.c (do_mount):
diff --git a/NEWS b/NEWS
index 244346ac..8c03725a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 0.2.1:
+* Added archive backend
+* Implement most of the async functions in GDaemonFile
+* Correctly handle usernames in uris for ftp://
+* Ftp fixes
+* Webdav fixes
+* Add gvfs-rename command line utility
+* Fix cancellation
+* OpenBSD fixes
+* smb: hide dot files
+* Enviroment variable to disable fuse backend at runtime
+
Major changes in 0.2.0:
* Fix crashes
* Build and portability fixes