summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@src.gnome.org>2008-04-05 15:48:51 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-04-05 15:48:51 +0000
commit997cb690b79aec79fb0a9a7c9e2b6edeab883116 (patch)
treed034fca5bfc9baf1593d2e7829167af7a948c5e5 /ChangeLog
parentc51e8010696d49dc0bcecf343e53ee25d015f53d (diff)
downloadgvfs-997cb690b79aec79fb0a9a7c9e2b6edeab883116.tar.gz
WebDAV mount cleanups
* client/httpuri.c: Only set a port in the mount spec if it is not the default port for the scheme. * daemon/gvfsbackenddav.c: Cleanup mount function a bit. svn path=/branches/gnome-2-22/; revision=1725
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54b85e98..81d60fd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-04-05 Christian Kellner <gicmo@gnome.org>
+
+ * client/httpuri.c:
+ Only set a port in the mount spec if it is not the default
+ port for the scheme.
+
+ * daemon/gvfsbackenddav.c:
+ Cleanup mount function a bit.
+
2008-04-04 Christian Kellner <gicmo@gnome.org>
* daemon/gvfsbackenddav.c: