CHANGES in win32-file-0.5.6 vs CHANGES in win32-file-0.6.0

- old
+ new

@@ -1,4 +1,15 @@ +== 0.6.0 - 14-Nov-2008 +* Converted methods to use wide character handling. +* Added working implementations for the File.readlink, File.symlink and + File.symlink? singleton methods. These require Windows Vista or later to + work properly. Otherwise, they follow current MRI behavior. +* To work properly in conjunction with win32-file-stat, a custom version + of the File.directory? method was implemented. +* Changed VERSION to WIN32_FILE_VERSION to be more consistent with other + Win32Utils libraries, and to avoid any potential conflicts with Ruby itself. +* Prerequisite updates. + == 0.5.6 - 30-Sep-2008 * The File.long_path and File.short_path methods now return the full path instead of just the basename of the path. I really have no idea why I was doing that before, but it's fixed now. * Fixed error handling in the File#compressed= and File#sparse= methods.