Skip to content

Commit

Permalink
Update ChangeLog and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aquasync committed Jun 24, 2013
1 parent d954c10 commit 90f5dfc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
== 1.2.11.7 / 2013-06-24

- Various encoding fixes to make tests pass on current rubies.
- Fix RangesIO#write behaviour when passed an encoded string (github #14,
romuloceccon).
- Fix Dirent#each_child attempting iteration on file children (github #13).
- Unused variable fixes to avoid warnings (github #12, kachick).

== 1.2.11.6 / 2012-12-10

- Fix breakage of writable IO stream detection on Windows (github #11).
Expand Down
2 changes: 1 addition & 1 deletion lib/ole/storage/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Ole # :nodoc:
class Storage
VERSION = '1.2.11.6'
VERSION = '1.2.11.7'
end
end

0 comments on commit 90f5dfc

Please sign in to comment.