From: Richard D. <ric...@us...> - 2009-03-05 06:42:26
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20501 Modified Files: Changes Log Message: Fix RT #31970: "OS X: setfattr fails to set empty value". According to the CPAN Testers results, this works on Mac OS X 10.5. Skip the "empty" tests on Mac OS X 10.4 and earlier. Document issue. Index: Changes =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** Changes 5 Mar 2009 06:20:07 -0000 1.46 --- Changes 5 Mar 2009 06:42:20 -0000 1.47 *************** *** 1,5 **** Revision history for Perl extension File::ExtAttr. ! 1.09 2009-03-05 - (richdawe) Add note to README about needing to install --- 1,5 ---- Revision history for Perl extension File::ExtAttr. ! 1.09 2009-03-?? - (richdawe) Add note to README about needing to install *************** *** 7,10 **** --- 7,17 ---- and <attr/xattr.h>. + - (richdawe) Fix RT #31970: "OS X: setfattr fails to set empty value". + According to the CPAN Testers results, this works + on Mac OS X 10.5. + + Skip the "empty" tests on Mac OS X 10.4 and earlier. + Document issue. + - (richdawe) Fix RT #37889: "Crash when operating on a closed file handle on Solaris". This was due to using an uninitialised |