diff options
Diffstat (limited to 'contrib/minizip/ChangeLogUnzip')
-rw-r--r-- | contrib/minizip/ChangeLogUnzip | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/minizip/ChangeLogUnzip b/contrib/minizip/ChangeLogUnzip new file mode 100644 index 0000000..9987c54 --- /dev/null +++ b/contrib/minizip/ChangeLogUnzip | |||
@@ -0,0 +1,38 @@ | |||
1 | Change in 0.15: (19 Mar 98) | ||
2 | - fix memory leak in minizip.c | ||
3 | |||
4 | Change in 0.14: (10 Mar 98) | ||
5 | - fix bugs in minizip.c sample for zipping big file | ||
6 | - fix problem in month in date handling | ||
7 | - fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for | ||
8 | comment handling | ||
9 | |||
10 | Change in 0.13: (6 Mar 98) | ||
11 | - fix bugs in zip.c | ||
12 | - add real minizip sample | ||
13 | |||
14 | Change in 0.12: (4 Mar 98) | ||
15 | - add zip.c and zip.h for creates .zip file | ||
16 | - fix change_file_date in miniunz.c for Unix (Jean-loup Gailly) | ||
17 | - fix miniunz.c for file without specific record for directory | ||
18 | |||
19 | Change in 0.11: (3 Mar 98) | ||
20 | - fix bug in unzGetCurrentFileInfo for get extra field and comment | ||
21 | - enhance miniunz sample, remove the bad unztst.c sample | ||
22 | |||
23 | Change in 0.10: (2 Mar 98) | ||
24 | - fix bug in unzReadCurrentFile | ||
25 | - rename unzip* to unz* function and structure | ||
26 | - remove Windows-like hungary notation variable name | ||
27 | - modify some structure in unzip.h | ||
28 | - add somes comment in source | ||
29 | - remove unzipGetcCurrentFile function | ||
30 | - replace ZUNZEXPORT by ZEXPORT | ||
31 | - add unzGetLocalExtrafield for get the local extrafield info | ||
32 | - add a new sample, miniunz.c | ||
33 | |||
34 | Change in 0.4: (25 Feb 98) | ||
35 | - suppress the type unzipFileInZip. | ||
36 | Only on file in the zipfile can be open at the same time | ||
37 | - fix somes typo in code | ||
38 | - added tm_unz structure in unzip_file_info (date/time in readable format) | ||