0.13 release with FreeBSD, NetBSD and OS X support
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Jul 2011 17:56:23 +0000 (19:56 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 3 Jul 2011 17:56:23 +0000 (19:56 +0200)
AUTHORS
Changes
Fuse.pm

diff --git a/AUTHORS b/AUTHORS
index 0599877..e117f5e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,6 +12,7 @@ Chris Dolan <cdolan@cpan.org> - fixes for MacFuse 1.1.0
 Reuben Thomas <rrt@sc3d.org> - contributed examples/filter_attr_fs.pl
 jaslong from CPAN::Forum - documentation patch for fuse_get_context
 Justin Fletcher <gerph@gerph.org> - added file handles on open files
-Derrik Pates <demon@now.ai> - added 64-bit support and fuse 2.6 binding
+Derrik Pates <demon@now.ai> - added 64-bit support and fuse 2.6 binding, *BSD support
 Daniel Frett <daniel.frett@ccci.org> - make static callbacks thread-safe
 Alex Sudakov <cygakob@gmail.com> - fixes for readdir support
+Bojan Petrovic <bojan_petrovic@fastmail.fm> - FreeBSD support
diff --git a/Changes b/Changes
index cae6ac7..cadff62 100644 (file)
--- a/Changes
+++ b/Changes
@@ -74,3 +74,6 @@ Revision history for Perl extension Fuse.
          opendir, releasedir, fsyncdir, init, destroy, access, create,
          ftruncate, fgetattr, lock, utimens, bmap
 
+0.13
+       - improved support for FreeBSD, NetBSD and OS X
+       - restored non-threaded perl support
diff --git a/Fuse.pm b/Fuse.pm
index 060ab99..708fedf 100755 (executable)
--- a/Fuse.pm
+++ b/Fuse.pm
@@ -27,7 +27,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
 our @EXPORT = ();
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()