~ubuntu-branches/ubuntu/utopic/jzlib/utopic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2005-03-02 22:32:57 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050302223257-rbtp310soyl5gjw4
Tags: 1.0.5-1.1
NMU: Corrected kaffe-javac call (using
/usr/lib/kaffe/bin/javac). Closes: #273613 (rc, ftbfs).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ChangeLog of JZlib
2
2
====================================================================
3
 
Last modified: MTue Apr 23 16:40:37 UTC 2002
 
3
Last modified: Mon May 17 15:43:25 UTC 2004
 
4
 
 
5
        
 
6
Changes since version 1.0.4:
 
7
- a minor bug fix in ZInputStream
 
8
 
 
9
        
 
10
Changes since version 1.0.3:
 
11
- fixed a bug in closing ZOutputStream.
 
12
  The inflating and deflating processes were not finished successfully.
 
13
- added 'finish' and 'end' methods to ZOutputStream.java
 
14
- added 'example/test_stream_deflate_inflate.java'
 
15
 
 
16
        
 
17
Changes since version 1.0.2:
 
18
- enabled pure Java implementation of adler32 and
 
19
  commented out the dependency on J2SE in Adler32.java for J2ME users.
 
20
 
 
21
        
 
22
Changes since version 1.0.1:
 
23
- fixed a bug in deflating some trivial data, for example,
 
24
  large data chunk filled with zero.    
 
25
- added 'version' method to JZlib class.
 
26
 
 
27
        
 
28
Changes since version 1.0.0:
 
29
- added ZInputStream and ZOutputStream classes.
 
30
- fixed a typo in LICENSE.txt.
 
31
 
 
32
        
 
33
Changes since version 0.0.9:
 
34
- fixed a bug in setting a dictionary in the inflation process.
 
35
- The license was changed to a BSD style license.
 
36
- Z{Input,Output}Stream classes were deleted.
 
37
        
 
38
        
 
39
Changes since version 0.0.8:
 
40
- fixed a bug in handling a preset dictionary in the inflation process.
4
41
 
5
42
        
6
43
Changes since version 0.0.7:
21
58
- fixed to take care when occurring the buffer overflow in 
22
59
  com.jcraft.jzlib.ZOutputStream.
23
60
Many thanks to Tim Bendfelt at cs.wisc.edu , who pointed out above problems.
24
 
 
 
61
        
25
62
        
26
63
Changes since version 0.0.4:
27
64
............................