Skip to content

Commit e0dcb45

Browse files
committed
update changes and ReadMe.rtf
1 parent 3496018 commit e0dcb45

File tree

2 files changed

+100
-72
lines changed

2 files changed

+100
-72
lines changed

doc/Changes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Changes for 0.85.5?
1+
Changes for 0.85.5
22
+ Fix for unreferenced ZipFile causing read failure after garbage collection.
33
+ Fix to ZipInputStream.CloseEntry were skipping could fail for long values.
44
+ Potential race condition flaw in FastZip event handling fixed up.
@@ -19,6 +19,7 @@ Changes for 0.85.5?
1919
+ Zip entries with zero bytes written optimised.
2020
+ TarBuffer.IsEofBlock made obsolete use static TarBuffer.IsEndOfArchiveBlock instead.
2121
+ GZip Finish and Close no longer add extra footers. Close can be called twice without exception. Writes after finish/close now fail.
22+
+ Fastzip now throws exceptions if they are 'handled' via delegates.
2223

2324

2425
Changes for 0.85.4

0 commit comments

Comments
 (0)