gvfs r1811 - in branches/gnome-2-22: . po



Author: hansp
Date: Mon Jun 30 03:21:50 2008
New Revision: 1811
URL: http://svn.gnome.org/viewvc/gvfs?rev=1811&view=rev

Log:
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.



Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/NEWS
   branches/gnome-2-22/configure.ac
   branches/gnome-2-22/po/ChangeLog

Modified: branches/gnome-2-22/NEWS
==============================================================================
--- branches/gnome-2-22/NEWS	(original)
+++ branches/gnome-2-22/NEWS	Mon Jun 30 03:21:50 2008
@@ -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.

Modified: branches/gnome-2-22/configure.ac
==============================================================================
--- branches/gnome-2-22/configure.ac	(original)
+++ branches/gnome-2-22/configure.ac	Mon Jun 30 03:21:50 2008
@@ -58,7 +58,7 @@
 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 ****************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]