From 1566961c8f79a07d62f9e8ad74f2693aeed4539a Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 16 May 2010 18:58:34 +0200 Subject: [PATCH] bump version [0.09_4] and document it --- AUTHORS | 1 + Changes | 3 +++ Fuse.pm | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) 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() -- 2.20.1