Skip to content

Commit 0cbae14

Browse files
committed
Version bump
1 parent 002959f commit 0cbae14

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: ruby
22
sudo: false
33
cache: bundler
44
rvm:
5-
- 1.9.3
65
- 2.0.0
76
- 2.1.5
87
- 2.2.0

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.1.7
2+
=====
3+
4+
* Fix UTF-8 support for comments
5+
* `Zip.sort_entries` working for zip output
6+
* Prevent tempfile path from being unlinked by garbage collection
7+
* NTFS Extra Field (0x000a) support
8+
* 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+
113
1.1.6
214
=====
315

lib/zip/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Zip
2-
VERSION = '1.1.6'
2+
VERSION = '1.1.7'
33
end

0 commit comments

Comments
 (0)