Update of /cvsroot/file-extattr/File-ExtAttr
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25408
Modified Files:
Changes META.yml README
Log Message:
Bump version to 1.00; summarise 1.00 changes so far
Index: README
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** README 14 Aug 2006 21:01:08 -0000 1.6
--- README 15 Aug 2006 09:18:04 -0000 1.7
***************
*** 1,3 ****
! File-ExtAttr version 0.05
=========================
--- 1,3 ----
! File-ExtAttr version 1.00
=========================
Index: Changes
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Changes 27 May 2006 11:52:40 -0000 1.16
--- Changes 15 Aug 2006 09:18:04 -0000 1.17
***************
*** 1,4 ****
--- 1,8 ----
Revision history for Perl extension File::ExtAttr.
+ 1.00 2006-08-15
+ - (richdawe) Add support for Solaris 10.
+ - (richdawe) Add support for File::ExtAttr::Tie on *BSD.
+
0.05 2006-05-27
- (richdawe) Add support for FreeBSD 6.0. This may also work
Index: META.yml
===================================================================
RCS file: /cvsroot/file-extattr/File-ExtAttr/META.yml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** META.yml 6 Mar 2006 20:06:45 -0000 1.2
--- META.yml 15 Aug 2006 09:18:04 -0000 1.3
***************
*** 2,6 ****
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: File-ExtAttr
! version: 0.05
version_from: lib/File/ExtAttr.pm
installdirs: site
--- 2,6 ----
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: File-ExtAttr
! version: 1.00
version_from: lib/File/ExtAttr.pm
installdirs: site
|