From: Richard D. <ric...@us...> - 2006-10-02 22:06:57
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1220 Modified Files: Changes TODO Log Message: 1.00 is ready for release Index: Changes =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Changes 2 Oct 2006 20:55:42 -0000 1.20 --- Changes 2 Oct 2006 22:06:54 -0000 1.21 *************** *** 1,5 **** Revision history for Perl extension File::ExtAttr. ! 1.00 2006-08-28 - (richdawe) Add support for Solaris 10. --- 1,5 ---- Revision history for Perl extension File::ExtAttr. ! 1.00 2006-10-02 - (richdawe) Add support for Solaris 10. Index: TODO =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/TODO,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** TODO 1 Oct 2006 11:17:17 -0000 1.14 --- TODO 2 Oct 2006 22:06:54 -0000 1.15 *************** *** 12,16 **** Factor out common code from the tests Refactor the buffer allocation into a common function in ExtAttr.xs - Write tests for testing creation/replacement of attributes (and failure cases) Remove dependency on libattr on Linux - just define ENOATTR -> ENODATA? --- 12,15 ---- *************** *** 24,33 **** there's no point supporting 3.0? - "user." prefix vs. other platforms. This needs sorting out, perhaps - as an optional parameter on each *xattr function? Defaults to "user." - on Linux, nothing on the other platforms. - - TODO: How to handle "user." and the list retrieval? - Document pre-reqs for test suite: Test::Distribution, Test::Pod::Coverage Include these in a .spec file that we can include with distro --- 23,26 ---- |