summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-11-15 10:52:04 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-11-15 10:52:04 +0000
commit50286e6093e59352a1b37728f4a841aaacf1a395 (patch)
treeeb877561d023c0fe9e013840cbbfa7c93c2d8fc1
parentc22cfe256be7746dfe0ff9e13ccb4084d22cb917 (diff)
downloadgvfs-50286e6093e59352a1b37728f4a841aaacf1a395.tar.gz
Require gio 0.1.2
2007-11-15 Alexander Larsson <alexl@redhat.com> * configure.ac: Require gio 0.1.2 * NEWS: Update for release svn path=/trunk/; revision=1027
-rw-r--r--ChangeLog8
-rw-r--r--NEWS13
-rw-r--r--configure.ac3
3 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ddaafc28..b3836736 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-11-15 Alexander Larsson <alexl@redhat.com>
+ * configure.ac:
+ Require gio 0.1.2
+
+ * NEWS:
+ Update for release
+
+2007-11-15 Alexander Larsson <alexl@redhat.com>
+
* daemon/Makefile.am:
* daemon/ftp.mount.in:
* daemon/gvfs-daemon.service.in:
diff --git a/NEWS b/NEWS
index e69de29b..f48db998 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,13 @@
+Major changes in 0.0.2:
+* Updated to work win gio-standalone 0.1.2
+* Build fixes on various platforms
+* Don't link client lib to libgvfscommon.so
+* Change how the uri mapper works
+* Integrate standard uri mappers (i.e. smb) into client libs
+ (You might need to remove $prefix/lib/gvfs/modules/libsmb.so
+ from an older version if you install this)
+* Cleanly handle when gvfs daemons die, without
+ crashing the app
+* Implement unmounting
+* Rename master daemon to "gvfsd" and mount daemons to
+ names like "gvfsd-sftp".
diff --git a/configure.ac b/configure.ac
index e27289b1..530fad37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,8 @@ GTK_DOC_CHECK
DISTCHECK_CONFIGURE_FLAGS="--enable-gtk-doc"
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.13.8 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-2.0 gio-unix-2.0)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.13.8 gthread-2.0 gobject-2.0 gmodule-no-export-2.0 gio-unix-2.0
+ gio-2.0 >= 0.1.2)
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)