CHANGES in win32-file-0.6.6 vs CHANGES in win32-file-0.6.7
- old
+ new
@@ -1,4 +1,10 @@
+== 0.6.7 - 23-Nov-2011
+* Fixed an encoding problem with File.set_permissions for Ruby 1.9.x.
+* Fixed a bug in File.basename where an error could be caused by trailing
+ slashes. Thanks go to paz for the spot and patch.
+* Updated the clean task in the Rakefile.
+
== 0.6.6 - 3-Sep-2010
* Fixed a bug in the custom File.dirname where trailing slashes were
affecting the result. Trailing slashes are now ignored.
* Added a global test task and a default rake task. Both run all tests.