README in file-find-0.2.1 vs README in file-find-0.2.2
- old
+ new
@@ -47,12 +47,14 @@
considered. Please log any feature requests on the project page at
http://www.rubyforge.org/projects/shards.
Some specific things I plan on adding:
+* symbolic permissions for the :perm option
* exec
* links
+* support for :user and :group on MS Windows
= Options I won't support
Generally speaking, anything that would require mucking around with C code
or is just too difficult to implement in a cross platform manner will not be
supported. These include the following options:
@@ -77,10 +79,14 @@
= Known Issues
The 'perm' option does not work on MS Windows, even for its limited subset of
permissions, i.e. 664 and 666. This is arguably a bug in Ruby's
File::Stat.mode method on MS Windows.
+The 'user' and 'group' options are not currently supported on MS Windows.
+This can be supported, but will require changes in the win32-file and
+win32-file-stat libraries (which would then become dependencies).
+
= Bugs
None that I'm aware of. Please log any bug reports on the project page at
http://www.rubyforge.org/projects/shards.
= Acknowledgements
@@ -89,9 +95,9 @@
= License
Ruby's
= Copyright
-(C) 2007, Daniel J. Berger, All Rights Reserved
+(C) 2007-2008, Daniel J. Berger, All Rights Reserved
= Author
Daniel J. Berger