You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Upgrade rubocop and fix various linting complaints [#437](https://github.com/rubyzip/rubyzip/pull/437)
4
+
- Set `OutputStream.write_buffer`'s buffer to binmode [#439](https://github.com/rubyzip/rubyzip/pull/439)
5
+
- Upgrade rubocop and fix various linting complaints [#437](https://github.com/rubyzip/rubyzip/pull/437)[#440](https://github.com/rubyzip/rubyzip/pull/440)
5
6
6
7
Tooling:
8
+
7
9
- Add a `bin/console` script for development [#420](https://github.com/rubyzip/rubyzip/pull/420)
10
+
- Update rake requirement (development dependency only) to fix a security alert.
8
11
9
12
# 2.2.0 (2020-02-01)
10
13
@@ -13,10 +16,10 @@ Tooling:
13
16
# 2.1.0 (2020-01-25)
14
17
15
18
- Fix (at least partially) the `restore_times` and `restore_permissions` options to `Zip::File.new`[#413](https://github.com/rubyzip/rubyzip/pull/413)
16
-
- 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.
17
-
- Fix handling of UniversalTime (`mtime`, `atime`, `ctime`) fields. [#421](https://github.com/rubyzip/rubyzip/pull/421)
18
-
- Previously, `Zip::File` did not pass the options to `Zip::Entry` in some cases. [#423](https://github.com/rubyzip/rubyzip/pull/423)
19
-
- Note that `restore_times` in this release does nothing on Windows and only restores `mtime`, not `atime` or `ctime`.
19
+
- 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.
20
+
- Fix handling of UniversalTime (`mtime`, `atime`, `ctime`) fields. [#421](https://github.com/rubyzip/rubyzip/pull/421)
21
+
- Previously, `Zip::File` did not pass the options to `Zip::Entry` in some cases. [#423](https://github.com/rubyzip/rubyzip/pull/423)
22
+
- Note that `restore_times` in this release does nothing on Windows and only restores `mtime`, not `atime` or `ctime`.
20
23
- Allow `Zip::File.open` to take an options hash like `Zip::File.new`[#418](https://github.com/rubyzip/rubyzip/pull/418)
21
24
- Always print warnings with `warn`, instead of a mix of `puts` and `warn`[#416](https://github.com/rubyzip/rubyzip/pull/416)
22
25
- Create temporary files in the system temporary directory instead of the directory of the zip file [#411](https://github.com/rubyzip/rubyzip/pull/411)
@@ -31,7 +34,7 @@ Tooling
31
34
Security
32
35
33
36
- Default the `validate_entry_sizes` option to `true`, so that callers can trust an entry's reported size when using `extract`[#403](https://github.com/rubyzip/rubyzip/pull/403)
34
-
- This option defaulted to `false` in 1.3.0 for backward compatibility, but it now defaults to `true`. If you are using an older version of ruby and can't yet upgrade to 2.x, you can still use 1.3.0 and set the option to `true`.
37
+
- This option defaulted to `false` in 1.3.0 for backward compatibility, but it now defaults to `true`. If you are using an older version of ruby and can't yet upgrade to 2.x, you can still use 1.3.0 and set the option to `true`.
35
38
36
39
Tooling / Documentation
37
40
@@ -43,7 +46,7 @@ Tooling / Documentation
43
46
Security
44
47
45
48
- Add `validate_entry_sizes` option so that callers can trust an entry's reported size when using `extract`[#403](https://github.com/rubyzip/rubyzip/pull/403)
46
-
- This option defaults to `false` for backward compatibility in this release, but you are strongly encouraged to set it to `true`. It will default to `true` in rubyzip 2.0.
49
+
- This option defaults to `false` for backward compatibility in this release, but you are strongly encouraged to set it to `true`. It will default to `true` in rubyzip 2.0.
0 commit comments