diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
commit | 4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch) | |
tree | 4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /contrib/minizip/ChangeLogUnzip | |
parent | 086e982175da84b3db958191031380794315f95f (diff) | |
download | zlib-1.2.0.5.tar.gz zlib-1.2.0.5.tar.bz2 zlib-1.2.0.5.zip |
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'contrib/minizip/ChangeLogUnzip')
-rw-r--r-- | contrib/minizip/ChangeLogUnzip | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/contrib/minizip/ChangeLogUnzip b/contrib/minizip/ChangeLogUnzip index 45fd099..cfabd61 100644 --- a/contrib/minizip/ChangeLogUnzip +++ b/contrib/minizip/ChangeLogUnzip | |||
@@ -1,51 +1,51 @@ | |||
1 | Change in 0.22: (19 May 03) | 1 | Change in 0.22: (19 May 03) |
2 | - crypting support (unless you define NOCRYPT) | 2 | - crypting support (unless you define NOCRYPT) |
3 | - append file in existing zipfile | 3 | - append file in existing zipfile |
4 | 4 | ||
5 | Change in 0.21: (10 Mar 03) | 5 | Change in 0.21: (10 Mar 03) |
6 | - bug fixes | 6 | - bug fixes |
7 | 7 | ||
8 | Change in 0.17: (27 Jan 02) | 8 | Change in 0.17: (27 Jan 02) |
9 | - bug fixes | 9 | - bug fixes |
10 | 10 | ||
11 | Change in 0.16: (19 Jan 02) | 11 | Change in 0.16: (19 Jan 02) |
12 | - Support of ioapi for virtualize zip file access | 12 | - Support of ioapi for virtualize zip file access |
13 | 13 | ||
14 | Change in 0.15: (19 Mar 98) | 14 | Change in 0.15: (19 Mar 98) |
15 | - fix memory leak in minizip.c | 15 | - fix memory leak in minizip.c |
16 | 16 | ||
17 | Change in 0.14: (10 Mar 98) | 17 | Change in 0.14: (10 Mar 98) |
18 | - fix bugs in minizip.c sample for zipping big file | 18 | - fix bugs in minizip.c sample for zipping big file |
19 | - fix problem in month in date handling | 19 | - fix problem in month in date handling |
20 | - fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for | 20 | - fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for |
21 | comment handling | 21 | comment handling |
22 | 22 | ||
23 | Change in 0.13: (6 Mar 98) | 23 | Change in 0.13: (6 Mar 98) |
24 | - fix bugs in zip.c | 24 | - fix bugs in zip.c |
25 | - add real minizip sample | 25 | - add real minizip sample |
26 | 26 | ||
27 | Change in 0.12: (4 Mar 98) | 27 | Change in 0.12: (4 Mar 98) |
28 | - add zip.c and zip.h for creates .zip file | 28 | - add zip.c and zip.h for creates .zip file |
29 | - fix change_file_date in miniunz.c for Unix (Jean-loup Gailly) | 29 | - fix change_file_date in miniunz.c for Unix (Jean-loup Gailly) |
30 | - fix miniunz.c for file without specific record for directory | 30 | - fix miniunz.c for file without specific record for directory |
31 | 31 | ||
32 | Change in 0.11: (3 Mar 98) | 32 | Change in 0.11: (3 Mar 98) |
33 | - fix bug in unzGetCurrentFileInfo for get extra field and comment | 33 | - fix bug in unzGetCurrentFileInfo for get extra field and comment |
34 | - enhance miniunz sample, remove the bad unztst.c sample | 34 | - enhance miniunz sample, remove the bad unztst.c sample |
35 | 35 | ||
36 | Change in 0.10: (2 Mar 98) | 36 | Change in 0.10: (2 Mar 98) |
37 | - fix bug in unzReadCurrentFile | 37 | - fix bug in unzReadCurrentFile |
38 | - rename unzip* to unz* function and structure | 38 | - rename unzip* to unz* function and structure |
39 | - remove Windows-like hungary notation variable name | 39 | - remove Windows-like hungary notation variable name |
40 | - modify some structure in unzip.h | 40 | - modify some structure in unzip.h |
41 | - add somes comment in source | 41 | - add somes comment in source |
42 | - remove unzipGetcCurrentFile function | 42 | - remove unzipGetcCurrentFile function |
43 | - replace ZUNZEXPORT by ZEXPORT | 43 | - replace ZUNZEXPORT by ZEXPORT |
44 | - add unzGetLocalExtrafield for get the local extrafield info | 44 | - add unzGetLocalExtrafield for get the local extrafield info |
45 | - add a new sample, miniunz.c | 45 | - add a new sample, miniunz.c |
46 | 46 | ||
47 | Change in 0.4: (25 Feb 98) | 47 | Change in 0.4: (25 Feb 98) |
48 | - suppress the type unzipFileInZip. | 48 | - suppress the type unzipFileInZip. |
49 | Only on file in the zipfile can be open at the same time | 49 | Only on file in the zipfile can be open at the same time |
50 | - fix somes typo in code | 50 | - fix somes typo in code |
51 | - added tm_unz structure in unzip_file_info (date/time in readable format) | 51 | - added tm_unz structure in unzip_file_info (date/time in readable format) |