From: Richard D. <ric...@us...> - 2007-04-27 06:11:39
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv30943 Modified Files: Changes META.yml README Log Message: Bump version to 1.03; document fixes so far Index: README =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/README,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** README 27 Apr 2007 06:01:57 -0000 1.9 --- README 27 Apr 2007 06:11:37 -0000 1.10 *************** *** 1,3 **** ! File-ExtAttr version 1.01 ========================= --- 1,3 ---- ! File-ExtAttr version 1.03 ========================= Index: META.yml =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/META.yml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** META.yml 2 Oct 2006 22:20:05 -0000 1.4 --- META.yml 27 Apr 2007 06:11:37 -0000 1.5 *************** *** 2,6 **** #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: File-ExtAttr ! version: 1.01 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.03 version_from: lib/File/ExtAttr.pm installdirs: site Index: Changes =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Changes 6 Apr 2007 11:44:48 -0000 1.23 --- Changes 27 Apr 2007 06:11:37 -0000 1.24 *************** *** 1,4 **** --- 1,9 ---- Revision history for Perl extension File::ExtAttr. + 1.03 2007-04-27 + + - (richdawe) Fix RT #26542: "Tests fail with taint-mode + and ATTR_TEST_DIR set"; also document ATTR_TEST_DIR. + 1.02 2007-04-06 |