Skip to content

Commit 802c64a

Browse files
committed
Updated Changes.txt
1 parent 698d45d commit 802c64a

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

doc/Changes.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
Changes since v0.84
22
+ 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.
54
+ Add support for Zip64 handling to both streams and ZipFile classes.
65
+ Add ability to modify an existing archive to ZipFile class.
76
+ Limited FxCop cleanups
87
+ 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.
1010
+ 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+
1121

1222
Changes since v0.83b
1323
+ When skipping to an entry in a zip archive no data is read. This allows password setting after examining the entry to

0 commit comments

Comments
 (0)