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