You can subscribe to this list here.
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Richard D. <ri...@ph...> - 2008-07-19 10:42:05
|
Hello. File::ExtAttr 1.08 should be available soon from CPAN. This releases clean up some API issues (inconsistent reporting of errors in $!), reports "unknown attribute" errors consistently across platforms, and has some build fixes. Changes below. Rich =] 1.08 2008-08-19 - (richdawe) Add a typemap for usage of "const char *" in the XS. This may help fix the build with Perl 5.6.x or earlier. - (richdawe) Remove NetBSD 3.x from list of supported OSes, since File::ExtAttr's test suite will never pass on it. - (richdawe) Update Makefile.PL to fail more gracefully when the build pre-requisites are not present. On Linux use Devel::CheckLib to check for libattr. Also exit more gracefully if libattr's headers are not present. - (richdawe) OpenBSD isn't supported, so bail gracefully in Makefile.PL on that platform. - (richdawe) Make sure that the errno value from any failed system calls is propagated into $! (#32679, #32680). - (richdawe) File::ExtAttr no longer generate noisy warnings when an xattr system call fails. All error reporting is now via the function return values and $!. - (richdawe) Operations with non-default or non-"user" namespaces will now fail with EOPNOTSUPP instead of ENOATTR on Mac OS X, *BSD and Solaris. This behaviour matches the behaviour on Linux. - (richdawe) Added a note to the documentation about Solaris extensible system attributes, which are different to extended file attributes. -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "Whatever you can do, or dream you can, begin it. Boldness has genius, power, and magic in it." -- Johann Wolfgang von Goethe |
From: Richard D. <ri...@ph...> - 2007-12-15 12:20:16
|
Hello. I've released File::ExtAttr 1.07; it's available from <http://search.cpan.org/dist/File-ExtAttr/>. Changes: 1.07 2007-12-15 - (richdawe) Bugfix: When the attribute value was empty, getfattr() returned garbage. Fixed. (Reported by Joe Stewart -- thanks!) - (richdawe) Change my contact details. Regards, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "Whatever you can do, or dream you can, begin it. Boldness has genius, power, and magic in it." -- Johann Wolfgang von Goethe |
From: Richard D. <ri...@ph...> - 2007-11-04 10:27:30
|
Hello. I've released File::ExtAttr 1.06 to CPAN. It should appear here <http://search.cpan.org/dist/File-ExtAttr/> soon. 1.06 2007-11-04 - (richdawe) Bugfix: Builds and works again on Mac OS X 10.4 (Tiger). - (richdawe) Fix typo in t/33nslong.t, which caused it to fail on Mac OS X. Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "Whatever you can do, or dream you can, begin it. Boldness has genius, power, and magic in it." -- Johann Wolfgang von Goethe |
From: Richard D. <ri...@ph...> - 2007-08-13 17:18:04
|
The title was wrong, but the mail had the right version... Richard Dawe wrote: > Hello. > > I've released File::ExtAttr 1.05, which is available from here: > <http://search.cpan.org/dist/File-ExtAttr/>. Changes: > > 1.05 2007-08-13 > > - (richdawe) Fix META.yml so that it's valid. Add a test using > Test::YAML::Meta to the test suite, > to validate META.yml. > > - (richdawe) Fix RT #27864: "Tests fail with nl_NL locale set". > > - (richdawe) Add test cases for setting attributes on directories, > by filename. > > - (richdawe) Bugfix: Fix a memory leak in getfattr(). The memory was > leaked when the function failed, e.g.: if it was called > with the name of a non-existent attribute. > > Bye, Rich =] > -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You just amass stuff while you are alive. It's like stuff washed up on a beach somewhere, and that somewhere is you." -- Damien Hirst |
From: Richard D. <ri...@ph...> - 2007-08-13 16:48:29
|
Hello. I've released File::ExtAttr 1.05, which is available from here: <http://search.cpan.org/dist/File-ExtAttr/>. Changes: 1.05 2007-08-13 - (richdawe) Fix META.yml so that it's valid. Add a test using Test::YAML::Meta to the test suite, to validate META.yml. - (richdawe) Fix RT #27864: "Tests fail with nl_NL locale set". - (richdawe) Add test cases for setting attributes on directories, by filename. - (richdawe) Bugfix: Fix a memory leak in getfattr(). The memory was leaked when the function failed, e.g.: if it was called with the name of a non-existent attribute. Bye, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You just amass stuff while you are alive. It's like stuff washed up on a beach somewhere, and that somewhere is you." -- Damien Hirst |
From: Richard D. <ri...@ph...> - 2007-05-06 10:26:05
|
Hello. I've released File::ExtAttr 1.04, which should appear here soon: <http://search.cpan.org/dist/File-ExtAttr/>. Changes: 1.04 2007-05-06 - (richdawe) OpenBSD does not support extended attributes -- fail the build on OpenBSD; documentation updates. - (richdawe) Really fix build for NetBSD 3.x. Update the test suite to skip tests on NetBSD 3.1 or earlier, since NetBSD 4.0 is the first version to actually have filesystem support for extended attributes. Bye, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You just amass stuff while you are alive. It's like stuff washed up on a beach somewhere, and that somewhere is you." -- Damien Hirst |
From: Richard D. <ri...@ph...> - 2007-04-29 19:35:35
|
Hello. I've released File::ExtAttr 1.03 <http://search.cpan.org/dist/File-ExtAttr/>. Changes: 1.03 2007-04-27 - (richdawe) Fix RT #26542: "Tests fail with taint-mode and ATTR_TEST_DIR set"; also document ATTR_TEST_DIR. - (richdawe) Build fix for NetBSD, OpenBSD: Use strerror() if strerror_r() is not available. NOTE: The NetBSD and OpenBSD builds are not fixed. I haven't got a test system for those at the moment, because VMware seems to be hosed on both my Fedora Core 6 machines. :( Bye, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You just amass stuff while you are alive. It's like stuff washed up on a beach somewhere, and that somewhere is you." -- Damien Hirst |
From: Richard D. <ri...@ph...> - 2007-04-06 18:17:07
|
Hello. File::ExtAttr 1.02 has been released. It's just a bugfix release: 1.02 2007-04-06 - (richdawe) Fix listfattr() so it works on Linux. Thanks to rafl and Jonathan Rockway for the patch! - (richdawe) Add test cases for listfattr(). - (richdawe) Fix warning in listfattr(), listfattrns() when operating on a file handle. It should appear on CPAN shortly at <http://search.cpan.org/dist/File-ExtAttr/>. Bye, Rich =3D] --=20 Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You just amass stuff while you are alive. It's like stuff washed up on a beach somewhere, and that somewhere is you." -- Damien Hirst |
From: Richard D. <ri...@ph...> - 2006-05-28 09:53:09
|
Hello. I have released File::ExtAttr 0.05. Changes: 0.05 2006-05-27 - (richdawe) Add support for FreeBSD 6.0. This may also work with NetBSD >= 4.0 and OpenBSD > 3.8. - (richdawe) All *fattr functions now take some optional flags. - (richdawe) Add File::ExtAttr::Tie for tied access to extattrs; thanks to David Leadbeater! It can be downloaded from <http://search.cpan.org/dist/File-ExtAttr/>. The next version will be break API compatibility on Linux. See <http://www.advogato.org/person/richdawe/diary.html?start=109> for more details. Bye, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You can't evaluate a man by logic alone." -- McCoy, "I, Mudd", Star Trek |
From: Richard D. <ri...@ph...> - 2006-01-23 21:47:23
|
Hello. 0.04 is available. Here's the changelog: 0.04 2006-01-20 - (richdawe) Add Mac OS X support; thanks to Jonathan Rockway. - (richdawe) Add a check to Makefile.PL for libattr's headers on Linux. - (richdawe) Requirement on Perl 5.8.5 is spurious; remove it. Available from <http://search.cpan.org/dist/File-ExtAttr/> soon (when it's mirrored out). Bye, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You can't evaluate a man by logic alone." -- McCoy, "I, Mudd", Star Trek |