Skip to content

Commit 5c754f5

Browse files
committed
Preparations for release 1.11.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1697078 13f79535-47bb-0310-9956-ffa450edef68
1 parent d52b257 commit 5c754f5

4 files changed

Lines changed: 50 additions & 14 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Apache Commons Codec 1.11 RELEASE NOTES
2+
3+
The Apache Commons Codec team is pleased to announce the commons-codec-1.11 release!
4+
5+
The Apache Commons 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+
This feature and fix release requires a minimum of Java 1.6, same as 1.10.
11+
12+
Changes in this version include:
13+
14+
New features:
15+
16+
o BaseNCodecOutputStream only supports writing EOF on close() Issue: CODEC-183. Thanks to Steven Wurster.
17+
o Support SHA-224 in DigestUtils on Java 8 Issue: CODEC-195. Thanks to Gary Gregory.
18+
o Support java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex Issue: CODEC-194. Thanks to Gary Gregory.
19+
o Support java.nio.ByteBuffer in DigestUtils Issue: CODEC-193. Thanks to Michael Donaghy.
20+
o Add BaseNCodec.encode(byte[], int, int) input with offset and length parameters for Base64 and Base32. Issue: CODEC-202. Thanks to Oleg Kalnichevski.
21+
22+
Fixed Bugs:
23+
24+
o Base32.HEX_DECODE_TABLE contains the wrong value 32 Issue: CODEC-200. Thanks to Luciano Vernaschi.
25+
o Bug in HW rule in Soundex Issue: CODEC-199. Thanks to Yossi Tamari.
26+
27+
28+
29+
Have fun!
30+
-Apache Commons Codec team
31+
32+
-------------------------------------------------------------------------------
33+
134
Apache Commons Codec 1.10 RELEASE NOTES
235

336
The Apache Commons Codec team is pleased to announce the commons-codec-1.10 release!

src/site/site.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<item name="Download" href="http://commons.apache.org/codec/download_codec.cgi"/>
2929
<item name="Users guide" href="/userguide.html"/>
3030
<item name="Javadoc trunk" href="/apidocs/index.html"/>
31+
<item name="Javadoc 1.11" href="/archives/1.11/apidocs/index.html"/>
3132
<item name="Javadoc 1.10" href="/archives/1.10/apidocs/index.html"/>
3233
<item name="Javadoc 1.9" href="/archives/1.9/apidocs/index.html"/>
3334
<item name="Javadoc 1.8" href="/archives/1.8/apidocs/index.html"/>
@@ -43,6 +44,7 @@
4344
</menu>
4445

4546
<menu name="Site Archives">
47+
<item name="Codec 1.11" href="/archives/1.11/index.html"/>
4648
<item name="Codec 1.10" href="/archives/1.10/index.html"/>
4749
<item name="Codec 1.9" href="/archives/1.9/index.html"/>
4850
<item name="Codec 1.8" href="/archives/1.8/index.html"/>

src/site/xdoc/download_codec.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,32 +95,32 @@ limitations under the License.
9595
</p>
9696
</subsection>
9797
</section>
98-
<section name="Apache Commons Codec 1.10 ">
98+
<section name="Apache Commons Codec 1.11 ">
9999
<subsection name="Binaries">
100100
<table>
101101
<tr>
102-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.10-bin.tar.gz">commons-codec-1.10-bin.tar.gz</a></td>
103-
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.md5">md5</a></td>
104-
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc">pgp</a></td>
102+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.tar.gz">commons-codec-1.11-bin.tar.gz</a></td>
103+
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.md5">md5</a></td>
104+
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.asc">pgp</a></td>
105105
</tr>
106106
<tr>
107-
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.10-bin.zip">commons-codec-1.10-bin.zip</a></td>
108-
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.10-bin.zip.md5">md5</a></td>
109-
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.10-bin.zip.asc">pgp</a></td>
107+
<td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.zip">commons-codec-1.11-bin.zip</a></td>
108+
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.md5">md5</a></td>
109+
<td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.asc">pgp</a></td>
110110
</tr>
111111
</table>
112112
</subsection>
113113
<subsection name="Source">
114114
<table>
115115
<tr>
116-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.10-src.tar.gz">commons-codec-1.10-src.tar.gz</a></td>
117-
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.10-src.tar.gz.md5">md5</a></td>
118-
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.10-src.tar.gz.asc">pgp</a></td>
116+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.tar.gz">commons-codec-1.11-src.tar.gz</a></td>
117+
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.md5">md5</a></td>
118+
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.asc">pgp</a></td>
119119
</tr>
120120
<tr>
121-
<td><a href="[preferred]/commons/codec/source/commons-codec-1.10-src.zip">commons-codec-1.10-src.zip</a></td>
122-
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.10-src.zip.md5">md5</a></td>
123-
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.10-src.zip.asc">pgp</a></td>
121+
<td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.zip">commons-codec-1.11-src.zip</a></td>
122+
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.md5">md5</a></td>
123+
<td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.asc">pgp</a></td>
124124
</tr>
125125
</table>
126126
</subsection>

src/site/xdoc/index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ The <a href="source-repository.html">subversion repository</a> can be
8585
<!-- ================================================== -->
8686
<section name="Releases">
8787
<ul>
88-
<li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.10 (mirrors)</a> requires Java 1.6</li>
88+
<li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.11 (mirrors)</a> requires Java 1.6</li>
89+
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.10 (archives)</a> requires Java 1.6</li>
8990
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.9 (archives)</a> requires Java 1.6</li>
9091
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.8 (archives)</a> requires Java 1.6</li>
9192
<li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.7 (archives)</a> requires Java 1.6</li>

0 commit comments

Comments
 (0)