summaryrefslogtreecommitdiff
path: root/contrib/minizip/ChangeLogUnzip
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
commit4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch)
tree4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /contrib/minizip/ChangeLogUnzip
parent086e982175da84b3db958191031380794315f95f (diff)
downloadzlib-1.2.0.5.tar.gz
zlib-1.2.0.5.tar.bz2
zlib-1.2.0.5.zip
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'contrib/minizip/ChangeLogUnzip')
-rw-r--r--contrib/minizip/ChangeLogUnzip102
1 files changed, 51 insertions, 51 deletions
diff --git a/contrib/minizip/ChangeLogUnzip b/contrib/minizip/ChangeLogUnzip
index 45fd099..cfabd61 100644
--- a/contrib/minizip/ChangeLogUnzip
+++ b/contrib/minizip/ChangeLogUnzip
@@ -1,51 +1,51 @@
1Change in 0.22: (19 May 03) 1Change in 0.22: (19 May 03)
2- crypting support (unless you define NOCRYPT) 2- crypting support (unless you define NOCRYPT)
3- append file in existing zipfile 3- append file in existing zipfile
4 4
5Change in 0.21: (10 Mar 03) 5Change in 0.21: (10 Mar 03)
6- bug fixes 6- bug fixes
7 7
8Change in 0.17: (27 Jan 02) 8Change in 0.17: (27 Jan 02)
9- bug fixes 9- bug fixes
10 10
11Change in 0.16: (19 Jan 02) 11Change in 0.16: (19 Jan 02)
12- Support of ioapi for virtualize zip file access 12- Support of ioapi for virtualize zip file access
13 13
14Change in 0.15: (19 Mar 98) 14Change in 0.15: (19 Mar 98)
15- fix memory leak in minizip.c 15- fix memory leak in minizip.c
16 16
17Change in 0.14: (10 Mar 98) 17Change in 0.14: (10 Mar 98)
18- fix bugs in minizip.c sample for zipping big file 18- fix bugs in minizip.c sample for zipping big file
19- fix problem in month in date handling 19- fix problem in month in date handling
20- fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for 20- fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for
21 comment handling 21 comment handling
22 22
23Change in 0.13: (6 Mar 98) 23Change in 0.13: (6 Mar 98)
24- fix bugs in zip.c 24- fix bugs in zip.c
25- add real minizip sample 25- add real minizip sample
26 26
27Change in 0.12: (4 Mar 98) 27Change in 0.12: (4 Mar 98)
28- add zip.c and zip.h for creates .zip file 28- add zip.c and zip.h for creates .zip file
29- fix change_file_date in miniunz.c for Unix (Jean-loup Gailly) 29- fix change_file_date in miniunz.c for Unix (Jean-loup Gailly)
30- fix miniunz.c for file without specific record for directory 30- fix miniunz.c for file without specific record for directory
31 31
32Change in 0.11: (3 Mar 98) 32Change in 0.11: (3 Mar 98)
33- fix bug in unzGetCurrentFileInfo for get extra field and comment 33- fix bug in unzGetCurrentFileInfo for get extra field and comment
34- enhance miniunz sample, remove the bad unztst.c sample 34- enhance miniunz sample, remove the bad unztst.c sample
35 35
36Change in 0.10: (2 Mar 98) 36Change in 0.10: (2 Mar 98)
37- fix bug in unzReadCurrentFile 37- fix bug in unzReadCurrentFile
38- rename unzip* to unz* function and structure 38- rename unzip* to unz* function and structure
39- remove Windows-like hungary notation variable name 39- remove Windows-like hungary notation variable name
40- modify some structure in unzip.h 40- modify some structure in unzip.h
41- add somes comment in source 41- add somes comment in source
42- remove unzipGetcCurrentFile function 42- remove unzipGetcCurrentFile function
43- replace ZUNZEXPORT by ZEXPORT 43- replace ZUNZEXPORT by ZEXPORT
44- add unzGetLocalExtrafield for get the local extrafield info 44- add unzGetLocalExtrafield for get the local extrafield info
45- add a new sample, miniunz.c 45- add a new sample, miniunz.c
46 46
47Change in 0.4: (25 Feb 98) 47Change in 0.4: (25 Feb 98)
48- suppress the type unzipFileInZip. 48- suppress the type unzipFileInZip.
49 Only on file in the zipfile can be open at the same time 49 Only on file in the zipfile can be open at the same time
50- fix somes typo in code 50- fix somes typo in code
51- added tm_unz structure in unzip_file_info (date/time in readable format) 51- added tm_unz structure in unzip_file_info (date/time in readable format)