We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3496018 commit e0dcb45Copy full SHA for e0dcb45
doc/Changes.txt
@@ -1,4 +1,4 @@
1
-Changes for 0.85.5?
+Changes for 0.85.5
2
+ Fix for unreferenced ZipFile causing read failure after garbage collection.
3
+ Fix to ZipInputStream.CloseEntry were skipping could fail for long values.
4
+ Potential race condition flaw in FastZip event handling fixed up.
@@ -19,6 +19,7 @@ Changes for 0.85.5?
19
+ Zip entries with zero bytes written optimised.
20
+ TarBuffer.IsEofBlock made obsolete use static TarBuffer.IsEndOfArchiveBlock instead.
21
+ 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.
23
24
25
Changes for 0.85.4
0 commit comments