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