We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002959f commit 0cbae14Copy full SHA for 0cbae14
.travis.yml
@@ -2,7 +2,6 @@ language: ruby
2
sudo: false
3
cache: bundler
4
rvm:
5
- - 1.9.3
6
- 2.0.0
7
- 2.1.5
8
- 2.2.0
Changelog.md
@@ -1,3 +1,15 @@
1
+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
9
+* Ability to not show warning about incorrect date
10
+* Be smarter about handling buffer file modes.
11
+* Support for Traditional Encryption (ZipCrypto)
12
13
1.1.6
14
=====
15
lib/zip/version.rb
@@ -1,3 +1,3 @@
module Zip
- VERSION = '1.1.6'
+ VERSION = '1.1.7'
end
0 commit comments