bump version [0.09_4] and document it rt-30790-xattr-includes 0.09_4
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 May 2010 16:58:34 +0000 (18:58 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 16 May 2010 16:58:34 +0000 (18:58 +0200)
AUTHORS
Changes
Fuse.pm

diff --git a/AUTHORS b/AUTHORS
index 14624f8..af84a19 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -11,3 +11,4 @@ Andrew Chadwick <andrewc@cpan.org> - fixes for Ubuntu and dh-make-perl (fakeroot
 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
diff --git a/Changes b/Changes
index a0f8692..74fabd8 100644 (file)
--- 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 (executable)
--- 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()