You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Changes.txt
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
Changes since v0.85
2
2
3
-
+ BREAKING CHANGE: Zip name transform implementations and other classes no longer support non-relative paths.
4
-
+ Update to Compact Framework handling to cater for CF 2.0 as well as 1.0
5
-
+ GZipOutputStream header writing delayed allowing the class to be used with HTTP and IIS (via HttpResponse.Filter). This was supposed to be fixed in 0.6 but was ommited.
3
+
+ BREAKING CHANGE: Zip name transform implementations and other classes no longer directly support non-relative paths.
4
+
+ Update to Compact Framework handling to cater for CF 2.0 as well as 1.0 (minus encryption for 1.0)
6
5
+ Fix for Zip64 descriptor handling.
6
+
+ Zip64 handling altered to default to "Zip32" for compatability.
7
7
+ Add preliminary implementation for handlng of full unicode names.
8
8
+ Fix up encryption handling for ZipFile during updates.
9
-
+ ZIP-149 SVN Revision number incorporated in builds.
10
9
+ Fix for updating bug were comment is the only thing updated.
11
-
+ Add IEntryFactory interface and default implementation.
10
+
+ Add IEntryFactory interface and default implementation. Used in FastZip class currently.
11
+
+ ZIP-1216 GZipOutputStream header writing delayed allowing the class to be used with HTTP and IIS (via HttpResponse.Filter). This was supposed to be fixed in 0.6 but was ommited.
12
+
+ ZIP-149 SVN Revision number incorporated in builds.
0 commit comments