8000 Merge pull request #428 from rubyzip/v2-1-0 · rubyzip/rubyzip@0b79104 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b79104

Browse files
authored
Merge pull request #428 from rubyzip/v2-1-0
Bump version to 2.1.0
2 parents 76cf229 + f6639f9 commit 0b79104

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# X.X.X (Next)
22

3+
# 2.1.0 (2020-01-25)
4+
35
- Fix (at least partially) the `restore_times` and `restore_permissions` options to `Zip::File.new` [#413](https://github.com/rubyzip/rubyzip/pull/413)
46
- Previously, neither option did anything, regardless of what it was set to. We have therefore defaulted them to `false` to preserve the current behavior, for the time being. If you have explicitly set either to `true`, it will now have an effect.
5-
- Fix handling of UniversalTime (`mtime`, `atime`, `ctime`) fields [#421](https://github.com/rubyzip/rubyzip/pull/421)
7+
- Fix handling of UniversalTime (`mtime`, `atime`, `ctime`) fields. [#421](https://github.com/rubyzip/rubyzip/pull/421)
68
- Previously, `Zip::File` did not pass the options to `Zip::Entry` in some cases. [#423](https://github.com/rubyzip/rubyzip/pull/423)
79
- Note that `restore_times` in this release does nothing on Windows and only restores `mtime`, not `atime` or `ctime`.
810
- Allow `Zip::File.open` to take an options hash like `Zip::File.new` [#418](https://github.com/rubyzip/rubyzip/pull/418)

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 = '2.0.0'
2+
VERSION = '2.1.0'
33
end

0 commit comments

Comments
 (0)
0