From: Dobrica Pavlinusic Date: Sun, 16 May 2010 16:58:34 +0000 (+0200) Subject: bump version [0.09_4] and document it X-Git-Tag: 0.09_4 X-Git-Url: http://git.rot13.org/?p=perl-fuse.git;a=commitdiff_plain;h=1566961c8f79a07d62f9e8ad74f2693aeed4539a;hp=5a5106f6c7b8d4fce13099be89574510bf4f6e48 bump version [0.09_4] and document it --- diff --git a/AUTHORS b/AUTHORS index 14624f8..af84a19 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,3 +11,4 @@ Andrew Chadwick - fixes for Ubuntu and dh-make-perl (fakeroot Chris Dolan - fixes for MacFuse 1.1.0 Reuben Thomas - contributed examples/filter_attr_fs.pl jaslong from CPAN::Forum - documentation patch for fuse_get_context +Justin Fletcher - added file handles on open files diff --git a/Changes b/Changes index a0f8692..74fabd8 100644 --- a/Changes +++ b/Changes @@ -55,3 +55,6 @@ Revision history for Perl extension Fuse. 0.09_3 - really fix 2+ Gb file bug, RT #32639, RT #33903 + +0.09_4 + - Justin Fletcher addition of file handles on open files, RT #57517 diff --git a/Fuse.pm b/Fuse.pm index 3ab76a0..dc8d8e3 100755 --- a/Fuse.pm +++ b/Fuse.pm @@ -28,7 +28,7 @@ our %EXPORT_TAGS = ( our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = (); -our $VERSION = '0.09_3'; +our $VERSION = '0.09_4'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant()