summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@src.gnome.org>2008-04-08 02:20:04 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-04-08 02:20:04 +0000
commit3c78cf96d433f98457f55ab1146f8c9f00ad7c7c (patch)
treea75a7b3ea2ed761cf1567588b45601b0360ff16f
parent997cb690b79aec79fb0a9a7c9e2b6edeab883116 (diff)
downloadgvfs-GVFS_0_2_3.tar.gz
Release gvfs 0.2.3GVFS_0_2_3
* NEWS: Prepare for release. * daemon/Makefile.am: Fix for release svn path=/branches/gnome-2-22/; revision=1727
-rw-r--r--ChangeLog5
-rw-r--r--NEWS8
-rw-r--r--daemon/Makefile.am3
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81d60fd9..10e52d3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-08 Christian Kellner <gicmo@gnome.org>
+
+ * NEWS: Prepare for release.
+ * daemon/Makefile.am: Fix for release
+
2008-04-05 Christian Kellner <gicmo@gnome.org>
* client/httpuri.c:
diff --git a/NEWS b/NEWS
index c1282f9f..938fef94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 0.2.3:
+* WebDAV: implement set_display_name
+* WebDAV fixes
+* Proper fallback icons for encrypted volumes
+* Sftp: Fix make_directory calls
+* Ftp: various fixes
+* Minor bug were fixed and leaks plugged
+
Major changes in 0.2.2:
* Respect the giomoduledir provided in gio package config file
* Better mount icon and name for archive backend
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 9a5be5ba..2372df94 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -73,6 +73,8 @@ mount_in_files += obexftp.mount.in
if USE_OBEXFTP
mount_DATA += obexftp.mount
libexec_PROGRAMS += gvfsd-obexftp
+endif
+
BUILT_SOURCES = obexftp-marshal.c obexftp-marshal.h
obexftp-marshal.h: obexftp-marshal.list
@@ -81,7 +83,6 @@ obexftp-marshal.h: obexftp-marshal.list
obexftp-marshal.c: obexftp-marshal.list
echo "#include \"obexftp-marshal.h\"" > $@ && glib-genmarshal $< --prefix=obexftp_marshal --body >> $@
-endif
mount_in_files += dns-sd.mount.in
if HAVE_AVAHI