CHANGES in win32-file-0.6.9 vs CHANGES in win32-file-0.7.0

- old
+ new

@@ -1,8 +1,14 @@ -== 0.6.9 - 11-Dec-2013 -* Added back some missing require statements. -* Updated the dependency versions and added Rake as a development dependency. -* Updated the create task in the Rakefile for Rubygems 2.x. +== 0.7.0 - 16-Dec-2013 +* Now requires Ruby 1.9 or later. +* Converted to use FFI instead of win32-api. Now works with JRuby, too. +* Removed the atribute methods (hidden?, normal?, etc). These are now in + the win32-file-attributes gem instead. +* The encryption and security related methods were removed. These are now in + the win32-security and win32-file-security gems instead. +* Added implementations of readable?, readable_real?, writable?, + writable_real?, world_readable? and world_writable?, courtesy of the + win32-file-stat library. == 0.6.8 - 6-Apr-2012 * Fixed some unused variable warnings for 1.9.3. * Minor cleanup of the Rakefile. * Fixed an issue with a blockdev test.