summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-03-28 12:58:25 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-03-28 12:58:25 +0000
commit4a2b97eeca6416fba00308e1e8b448f5464e6fcf (patch)
tree2e1b3069b6f4fdf9995e52d1f7d5a8c43278d511
parent20d7d86f0d888d92262c80f74ca7539f66fe0667 (diff)
downloadgvfs-4a2b97eeca6416fba00308e1e8b448f5464e6fcf.tar.gz
Dist libsmb-compat.h.GVFS_0_2_2
2008-03-28 Alexander Larsson <alexl@redhat.com> * daemon/Makefile.am (gvfsd_smb_SOURCES): Dist libsmb-compat.h. * NEWS: Update for release svn path=/trunk/; revision=1690
-rw-r--r--ChangeLog8
-rw-r--r--NEWS12
-rw-r--r--daemon/Makefile.am2
3 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df5392b0..cae9976b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-03-28 Alexander Larsson <alexl@redhat.com>
+
+ * daemon/Makefile.am (gvfsd_smb_SOURCES):
+ Dist libsmb-compat.h.
+
+ * NEWS:
+ Update for release
+
2008-03-28 Christian Kellner <gicmo@gnome.org>
* configure.ac: Silence out libtool if
diff --git a/NEWS b/NEWS
index 8c03725a..c1282f9f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Major changes in 0.2.2:
+* Respect the giomoduledir provided in gio package config file
+* Better mount icon and name for archive backend
+* Fix crashes with cancelled stream ops
+* Fix race that caused a mount to hang for a client
+* Implement async query_filesystem_info
+* Fix minor leaks
+* trash: Correct display names for directories
+* sftp: Kerberos support
+* smb: Port to new samba 3.2.0 API (backwards compat)
+* sftp: Handle overwrites correctly (was silent overwrite)
+
Major changes in 0.2.1:
* Added archive backend
* Implement most of the async functions in GDaemonFile
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index c574bacc..9a5be5ba 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -176,7 +176,7 @@ gvfsd_localtest_CPPFLAGS = \
gvfsd_localtest_LDADD = $(libraries)
gvfsd_smb_SOURCES = \
- gvfsbackendsmb.c gvfsbackendsmb.h \
+ gvfsbackendsmb.c gvfsbackendsmb.h libsmb-compat.h \
daemon-main.c daemon-main.h \
daemon-main-generic.c