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