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