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