~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to PNG/zlib/contrib/minizip/ChangeLogUnzip

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Change in 1.01e (12 feb 05)
 
2
- Fix in zipOpen2 for globalcomment (Rolf Kalbermatter)
 
3
- Fix possible memory leak in unzip.c (Zoran Stevanovic)
 
4
 
 
5
Change in 1.01b (20 may 04)
 
6
- Integrate patch from Debian package (submited by Mark Brown)
 
7
- Add tools mztools from Xavier Roche
 
8
 
 
9
Change in 1.01 (8 may 04)
 
10
- fix buffer overrun risk in unzip.c (Xavier Roche)
 
11
- fix a minor buffer insecurity in minizip.c (Mike Whittaker)
 
12
 
 
13
Change in 1.00: (10 sept 03)
 
14
- rename to 1.00
 
15
- cosmetic code change
 
16
 
 
17
Change in 0.22: (19 May 03)
 
18
- crypting support (unless you define NOCRYPT)
 
19
- append file in existing zipfile
 
20
 
 
21
Change in 0.21: (10 Mar 03)
 
22
- bug fixes
 
23
 
 
24
Change in 0.17: (27 Jan 02)
 
25
- bug fixes
 
26
 
 
27
Change in 0.16: (19 Jan 02)
 
28
- Support of ioapi for virtualize zip file access
 
29
 
1
30
Change in 0.15: (19 Mar 98)
2
31
- fix memory leak in minizip.c
3
32
 
4
33
Change in 0.14: (10 Mar 98)
5
34
- fix bugs in minizip.c sample for zipping big file
6
35
- fix problem in month in date handling
7
 
- fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for 
 
36
- fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for
8
37
    comment handling
9
38
 
10
39
Change in 0.13: (6 Mar 98)
32
61
- add a new sample, miniunz.c
33
62
 
34
63
Change in 0.4: (25 Feb 98)
35
 
- suppress the type unzipFileInZip. 
 
64
- suppress the type unzipFileInZip.
36
65
  Only on file in the zipfile can be open at the same time
37
66
- fix somes typo in code
38
67
- added tm_unz structure in unzip_file_info (date/time in readable format)