8000 Note write_zip64_support default is false before 3.0 · rubyzip/rubyzip@b1ee5cf · GitHub
[go: up one dir, main page]

Skip to content

Commit b1ee5cf

Browse files
khustonhainesr
authored andcommitted
Note write_zip64_support default is false before 3.0
Improve accuracy of readme to note that write_zip64_support is enabled by default in versions 3.0 and later.
1 parent fd0cf54 commit b1ee5cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,14 @@ end
359359

360360
### Zip64 Support
361361

362-
By default, Zip64 support is enabled for writing. To disable it do this:
362+
Since version 3.0, Zip64 support is enabled for writing by default. To disable it do this:
363363

364364
```ruby
365365
Zip.write_zip64_support = false
366366
```
367367

368+
Prior to version 3.0, Zip64 support is disabled for writing by default.
369+
368370
_NOTE_: If Zip64 write support is enabled then any extractor subsequently used may also require Zip64 support to read from the resultant archive.
369371

370372
### Block Form

0 commit comments

Comments
 (0)
0