File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes since v0.84
2
2
+ Mod time written in gzip header corrected.
3
- + Fix for password checking for InfoZip style archives.
4
- + Fix for ZipInputStream where closing an open entry wasnt handling all cases.
3
+ + Fix for ZipInputStream where closing an open entry wasnt handling all cases correctly.
5
4
+ Add support for Zip64 handling to both streams and ZipFile classes.
6
5
+ Add ability to modify an existing archive to ZipFile class.
7
6
+ Limited FxCop cleanups
8
7
+ TarArchive and others made IDisposable.
9
- + TarOutputStream end-of-file garbage data fixed.
8
+ + TarOutputStream end-of-file garbage data problem fixed.
9
+ + Zip archive no longer performs zero writes which cause can problems.
10
10
+ A bundle of minor bug fixes particularly in the Zip area.
11
+ + Enhanced testing facilities to allow feedback.
12
+
13
+ Known issues fixed.
14
+ + ZIP-975 BZip Compress and Decompress stream handling inconsistent.
15
+ + ZIP-517 Stored entry handling were descriptors is specified in flags.
16
+ + ZIP-514 FastZip not firing File/Directory Failure.
17
+ + ZIP-513 HttpResponse exception when writing 0 bytes.
18
+ + ZIP-506 Decryption fails for entry with extended time.
19
+ + ZIP-174 Exception on zero length entries.
20
+
11
21
12
22
Changes since v0.83b
13
23
+ When skipping to an entry in a zip archive no data is read. This allows password setting after examining the entry to
You can’t perform that action at this time.
0 commit comments