~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/tools/zip/minizip/ChangeLogUnzip

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Change in 0.15: (19 Mar 98)
2
 
- fix memory leak in minizip.c
3
 
 
4
 
Change 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
 
 
10
 
Change in 0.13: (6 Mar 98)
11
 
- fix bugs in zip.c
12
 
- add real minizip sample
13
 
 
14
 
Change 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
 
 
19
 
Change 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
 
 
23
 
Change 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
 
 
34
 
Change 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)