Update of /cvsroot/file-extattr/File-ExtAttr
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4777
Modified Files:
Changes
Log Message:
Make the tied hash namespace-aware
Index: Changes
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** Changes 1 Oct 2006 08:18:49 -0000 1.19
--- Changes 2 Oct 2006 20:55:42 -0000 1.20
***************
*** 2,11 ****
1.00 2006-08-28
- (richdawe) Add support for Solaris 10.
- (richdawe) Add support for File::ExtAttr::Tie on *BSD.
- (richdawe) API change: Namespace and the create/replace flag
! are now passed via a hash. This breaks API compatibility.
! There should be no further API changes.
! NOTE: This has not been tested on Mac OS X.
0.05 2006-05-27
--- 2,18 ----
1.00 2006-08-28
+
- (richdawe) Add support for Solaris 10.
+
- (richdawe) Add support for File::ExtAttr::Tie on *BSD.
+
- (richdawe) API change: Namespace and the create/replace flag
! are now passed via a hash. This breaks API compatibility
! for both File::ExtAttr and File::ExtAttr::Tie.
!
! One API change remains: using exceptions rather
! than warnings to report errors.
!
! NOTE: This relase has not been built or tested on Mac OS X.
0.05 2006-05-27
|