bump version to 0.08, added Changes for this version 0.08
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 29 Nov 2006 13:27:59 +0000 (13:27 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 29 Nov 2006 13:27:59 +0000 (13:27 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@106 6e4b0b00-1209-0410-87b2-b275959b5705

Changes
Fuse.pm

diff --git a/Changes b/Changes
index 43b06ab..ca2fa50 100644 (file)
--- a/Changes
+++ b/Changes
@@ -40,3 +40,9 @@ Revision history for Perl extension Fuse.
     - testsuite uses a multithreaded loopback.pl, when available.
     - Update docs accordingly.  Update examples accordingly.
     - Works on FreeBSD with fuse4bsd http://fuse4bsd.creo.hu/
+
+0.08 Wed Nov 29 14:24:39 CET 2006
+    - fix race condition in test/s/mount.t
+    - allow Fuse to be run from a non-master thread
+    - CPANPLUS doesn't report errors anymore if fuse isn't installed
+    - fix to test helper
diff --git a/Fuse.pm b/Fuse.pm
index 98821e1..37fd364 100644 (file)
--- a/Fuse.pm
+++ b/Fuse.pm
@@ -28,7 +28,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
 our @EXPORT = ();
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()