|
1 | 1 | $Id$ |
2 | 2 |
|
| 3 | +The Commons Codec team is pleased to announce the commons-codec-X.Y release! |
| 4 | + |
| 5 | +The codec package contains simple encoder and decoders for |
| 6 | +various formats such as Base64 and Hexadecimal. In addition to these |
| 7 | +widely used encoders and decoders, the codec package also maintains a |
| 8 | +collection of phonetic encoding utilities. |
| 9 | + |
| 10 | +Changes in this version include: |
| 11 | + |
| 12 | +Fixed Bugs: |
| 13 | + |
| 14 | +Changes: |
| 15 | + |
| 16 | +Known issue only on IBM Java 5: |
| 17 | + |
| 18 | +------------------------------------------------------------------------------- |
| 19 | +Test set: org.apache.commons.codec.binary.Base64InputStreamTest |
| 20 | +------------------------------------------------------------------------------- |
| 21 | +Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.287 sec |
| 22 | +<<< FAILURE! |
| 23 | +testInputStreamReader(org.apache.commons.codec.binary.Base64InputStreamTest) |
| 24 | +Time elapsed: 0.004 sec <<< ERROR! |
| 25 | +sun.io.MalformedInputException |
| 26 | + at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:310) |
| 27 | + at |
| 28 | +sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:316) |
| 29 | + at |
| 30 | +sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:366) |
| 31 | + at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:252) |
| 32 | + at java.io.InputStreamReader.read(InputStreamReader.java:212) |
| 33 | + at java.io.BufferedReader.fill(BufferedReader.java:157) |
| 34 | + at java.io.BufferedReader.readLine(BufferedReader.java:320) |
| 35 | + at java.io.BufferedReader.readLine(BufferedReader.java:383) |
| 36 | + at |
| 37 | +org.apache.commons.codec.binary.Base64InputStreamTest.testInputStreamReader(Base64InputStreamTest.java:110) |
| 38 | +------------------------------------------------------------------------------- |
| 39 | +$ java -version |
| 40 | +java version "1.5.0" |
| 41 | +Java(TM) 2 Runtime Environment, Standard Edition (build pxa64devifx-20110627 |
| 42 | +(SR12 FP5 )) |
| 43 | +IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux amd64-64 |
| 44 | +j9vmxa6423ifx-20110624 (JIT enabled) |
| 45 | +J9VM - 20110623_85457_LHdSMr |
| 46 | +JIT - 20100623_16197ifx10_r8 |
| 47 | +GC - FP22011_06) |
| 48 | +JCL - 20110627 |
| 49 | +------------------------------------------------------------------------------- |
| 50 | + |
| 51 | +Have fun! |
| 52 | +-Commons Codec team |
| 53 | + |
| 54 | + |
| 55 | +=============================================================================== |
| 56 | + |
3 | 57 | The Commons Codec team is pleased to announce the commons-codec-1.6 release! |
4 | 58 |
|
5 | 59 | The codec package contains simple encoder and decoders for |
|
0 commit comments