summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@src.gnome.org>2008-05-26 23:14:09 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-05-26 23:14:09 +0000
commit7d6ea68f0e3b613b48d6d64b873c83caaa4a8a04 (patch)
tree3169b539c25ee712afdd91f4568dd0f3f69084f8
parenta7486ad1d6f2c6593189a2e4fbe4735a73e3095c (diff)
downloadgvfs-7d6ea68f0e3b613b48d6d64b873c83caaa4a8a04.tar.gz
Prepare NEWS for release
svn path=/branches/gnome-2-22/; revision=1786
-rw-r--r--ChangeLog4
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0426a307..0924d3ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-27 Christian Kellner <gicmo@gnome.org>
+
+ * NEWS: Prepare for release.
+
2008-05-22 Hans Petter Jansson <hpj@novell.com>
Fix fuse daemon locking and file handle life-cycle issues that
diff --git a/NEWS b/NEWS
index 938fef94..f0b250a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 0.2.4:
+* Fix fuse locking and file handle life-cycle issues that
+ were causing frequent crashes.
+* Unmount fuse mounts on logout
+* Ftp: various fixes
+* gphoto: various fixes
+* Add ability to control http debuging through GVFS_HTTP_DEBUG
+ env variable
+
Major changes in 0.2.3:
* WebDAV: implement set_display_name
* WebDAV fixes
diff --git a/configure.ac b/configure.ac
index 5b540b9c..bb7ebf69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(client/gdaemonvfs.h)
-AM_INIT_AUTOMAKE(gvfs, 0.2.4)
+AM_INIT_AUTOMAKE(gvfs, 0.2.5)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK