summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2008-06-30 03:21:50 +0000
committerHans Petter <hansp@src.gnome.org>2008-06-30 03:21:50 +0000
commit2752fc5d211eb2af403191bdf31b8bb61d2f185d (patch)
treee7bc8c0078aafcdb33f275119f31c9d419032b91
parentff3095ab0452ad9e6b1694e0ac1cefb161df5c8f (diff)
downloadgvfs-GVFS_0_2_5.tar.gz
Prepare for release. Fix definition of giomodulesdir, so we install GIOGVFS_0_2_5
2008-06-29 Hans Petter Jansson <hpj@novell.com> * NEWS: Prepare for release. * configure.ac: Fix definition of giomodulesdir, so we install GIO modules to the libdir specified by the user. Fixes distcheck. svn path=/branches/gnome-2-22/; revision=1811
-rw-r--r--ChangeLog8
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--po/ChangeLog2
4 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ec2ff07..e1d74b3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+=== gvfs 0.2.5 ===
+
+2008-06-29 Hans Petter Jansson <hpj@novell.com>
+
+ * NEWS: Prepare for release.
+ * configure.ac: Fix definition of giomodulesdir, so we install
+ GIO modules to the libdir specified by the user. Fixes distcheck.
+
2008-06-11 A. Walton <awalton@gnome.org>
* daemon/gvfsbackendtrash.c (escape_pathname), (unescape_pathname):
diff --git a/NEWS b/NEWS
index f0b250a3..38eea732 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 0.2.5:
+* Fix unremovable files in trash (#523139).
+* Fix recursive copy of directories (#522933).
+
Major changes in 0.2.4:
* Fix fuse locking and file handle life-cycle issues that
were causing frequent crashes.
diff --git a/configure.ac b/configure.ac
index bb7ebf69..89c66b9c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ DBUS_SERVICE_DIR=$with_dbus_service_dir
AC_SUBST(DBUS_SERVICE_DIR)
dnl **** gio module path handling ****
-giomodulesdir=`pkg-config --variable=giomoduledir gio-2.0`
+giomodulesdir=`pkg-config --define-variable=libdir=$libdir --variable=giomoduledir gio-2.0`
AC_SUBST(giomodulesdir)
dnl ****************************
diff --git a/po/ChangeLog b/po/ChangeLog
index f8a64691..06a8cb84 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,5 @@
+=== gvfs 0.2.5 ===
+
2008-05-22 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin