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