Version bump
This commit is contained in:
parent
002959f2e2
commit
0cbae14c76
|
@ -2,7 +2,6 @@ language: ruby
|
|||
sudo: false
|
||||
cache: bundler
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.5
|
||||
- 2.2.0
|
||||
|
|
12
Changelog.md
12
Changelog.md
|
@ -1,3 +1,15 @@
|
|||
1.1.7
|
||||
=====
|
||||
|
||||
* Fix UTF-8 support for comments
|
||||
* `Zip.sort_entries` working for zip output
|
||||
* Prevent tempfile path from being unlinked by garbage collection
|
||||
* NTFS Extra Field (0x000a) support
|
||||
* Use String#tr instead of String#gsub
|
||||
* Ability to not show warning about incorrect date
|
||||
* Be smarter about handling buffer file modes.
|
||||
* Support for Traditional Encryption (ZipCrypto)
|
||||
|
||||
1.1.6
|
||||
=====
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Zip
|
||||
VERSION = '1.1.6'
|
||||
VERSION = '1.1.7'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue