From b9a7de5914e41bd3fa361f2e369690e6eb84ab1d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 20 May 2011 15:38:44 +0200 Subject: [PATCH] document changes for version 0.12 --- Changes | 8 ++++++++ Fuse.pm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ef067c3..cae6ac7 100644 --- a/Changes +++ b/Changes @@ -66,3 +66,11 @@ Revision history for Perl extension Fuse. 0.11 - make static callbacks thread-safe, contributed by Daniel Frett - readdir implmenentation contributed by Alex Sudakov RT #55953 + +0.12 + - all changes in this version are contributed by Darrik Pates + - BACKWARD COMPATILIBY CHANGE: readdir introduced in 0.11 changed! + - mount option -o big_writes, and added: + opendir, releasedir, fsyncdir, init, destroy, access, create, + ftruncate, fgetattr, lock, utimens, bmap + diff --git a/Fuse.pm b/Fuse.pm index 3385c26..060ab99 100755 --- a/Fuse.pm +++ b/Fuse.pm @@ -27,7 +27,7 @@ our %EXPORT_TAGS = ( our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT = (); -our $VERSION = '0.11'; +our $VERSION = '0.12'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() -- 2.20.1