summaryrefslogtreecommitdiff
path: root/contrib/minizip/ChangeLogUnzip
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:20:15 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:20:15 -0700
commitc34c1fcbb19852ca35216ad66276f4f86af3fc22 (patch)
tree4bd0972d6c682e474725eca372f6551d539f8768 /contrib/minizip/ChangeLogUnzip
parent02b6cf579f02ec78c052735020a5d3c5723ed641 (diff)
downloadzlib-1.1.2.tar.gz
zlib-1.1.2.tar.bz2
zlib-1.1.2.zip
zlib 1.1.2v1.1.2
Diffstat (limited to 'contrib/minizip/ChangeLogUnzip')
-rw-r--r--contrib/minizip/ChangeLogUnzip38
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/minizip/ChangeLogUnzip b/contrib/minizip/ChangeLogUnzip
new file mode 100644
index 0000000..9987c54
--- /dev/null
+++ b/contrib/minizip/ChangeLogUnzip
@@ -0,0 +1,38 @@
1Change in 0.15: (19 Mar 98)
2- fix memory leak in minizip.c
3
4Change in 0.14: (10 Mar 98)
5- fix bugs in minizip.c sample for zipping big file
6- fix problem in month in date handling
7- fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for
8 comment handling
9
10Change in 0.13: (6 Mar 98)
11- fix bugs in zip.c
12- add real minizip sample
13
14Change in 0.12: (4 Mar 98)
15- add zip.c and zip.h for creates .zip file
16- fix change_file_date in miniunz.c for Unix (Jean-loup Gailly)
17- fix miniunz.c for file without specific record for directory
18
19Change in 0.11: (3 Mar 98)
20- fix bug in unzGetCurrentFileInfo for get extra field and comment
21- enhance miniunz sample, remove the bad unztst.c sample
22
23Change in 0.10: (2 Mar 98)
24- fix bug in unzReadCurrentFile
25- rename unzip* to unz* function and structure
26- remove Windows-like hungary notation variable name
27- modify some structure in unzip.h
28- add somes comment in source
29- remove unzipGetcCurrentFile function
30- replace ZUNZEXPORT by ZEXPORT
31- add unzGetLocalExtrafield for get the local extrafield info
32- add a new sample, miniunz.c
33
34Change in 0.4: (25 Feb 98)
35- suppress the type unzipFileInZip.
36 Only on file in the zipfile can be open at the same time
37- fix somes typo in code
38- added tm_unz structure in unzip_file_info (date/time in readable format)