You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2015/08/22 08:05:08 UTC

svn commit: r1697078 - in /commons/proper/codec/trunk: RELEASE-NOTES.txt src/site/site.xml src/site/xdoc/download_codec.xml src/site/xdoc/index.xml

Author: ggregory
Date: Sat Aug 22 06:05:08 2015
New Revision: 1697078

URL: http://svn.apache.org/r1697078
Log:
Preparations for release 1.11.

Modified:
    commons/proper/codec/trunk/RELEASE-NOTES.txt
    commons/proper/codec/trunk/src/site/site.xml
    commons/proper/codec/trunk/src/site/xdoc/download_codec.xml
    commons/proper/codec/trunk/src/site/xdoc/index.xml

Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/RELEASE-NOTES.txt?rev=1697078&r1=1697077&r2=1697078&view=diff
==============================================================================
--- commons/proper/codec/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/codec/trunk/RELEASE-NOTES.txt Sat Aug 22 06:05:08 2015
@@ -1,3 +1,36 @@
+              Apache Commons Codec 1.11 RELEASE NOTES
+
+The Apache Commons Codec team is pleased to announce the commons-codec-1.11 release!
+
+The Apache Commons Codec package contains simple encoder and decoders for
+     various formats such as Base64 and Hexadecimal.  In addition to these
+     widely used encoders and decoders, the codec package also maintains a
+     collection of phonetic encoding utilities.
+
+This feature and fix release requires a minimum of Java 1.6, same as 1.10.
+
+Changes in this version include:
+
+New features:
+
+o BaseNCodecOutputStream only supports writing EOF on close()  Issue: CODEC-183. Thanks to Steven Wurster. 
+o Support SHA-224 in DigestUtils on Java 8  Issue: CODEC-195. Thanks to Gary Gregory. 
+o Support java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex  Issue: CODEC-194. Thanks to Gary Gregory. 
+o Support java.nio.ByteBuffer in DigestUtils  Issue: CODEC-193. Thanks to Michael Donaghy. 
+o Add BaseNCodec.encode(byte[], int, int) input with offset and length parameters for Base64 and Base32.  Issue: CODEC-202. Thanks to Oleg Kalnichevski. 
+
+Fixed Bugs:
+
+o Base32.HEX_DECODE_TABLE contains the wrong value 32  Issue: CODEC-200. Thanks to Luciano Vernaschi. 
+o Bug in HW rule in Soundex  Issue: CODEC-199. Thanks to Yossi Tamari. 
+
+
+
+Have fun!
+-Apache Commons Codec team
+
+-------------------------------------------------------------------------------
+
               Apache Commons Codec 1.10 RELEASE NOTES
 
 The Apache Commons Codec team is pleased to announce the commons-codec-1.10 release!

Modified: commons/proper/codec/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/site/site.xml?rev=1697078&r1=1697077&r2=1697078&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/site/site.xml (original)
+++ commons/proper/codec/trunk/src/site/site.xml Sat Aug 22 06:05:08 2015
@@ -28,6 +28,7 @@
             <item name="Download"      href="http://commons.apache.org/codec/download_codec.cgi"/>
             <item name="Users guide"   href="/userguide.html"/>
             <item name="Javadoc trunk" href="/apidocs/index.html"/>            
+            <item name="Javadoc 1.11"  href="/archives/1.11/apidocs/index.html"/>
             <item name="Javadoc 1.10"  href="/archives/1.10/apidocs/index.html"/>
             <item name="Javadoc 1.9"   href="/archives/1.9/apidocs/index.html"/>
             <item name="Javadoc 1.8"   href="/archives/1.8/apidocs/index.html"/>
@@ -43,6 +44,7 @@
         </menu>
 
         <menu name="Site Archives">
+            <item name="Codec 1.11"       href="/archives/1.11/index.html"/>
             <item name="Codec 1.10"       href="/archives/1.10/index.html"/>
             <item name="Codec 1.9"        href="/archives/1.9/index.html"/>
             <item name="Codec 1.8"        href="/archives/1.8/index.html"/>

Modified: commons/proper/codec/trunk/src/site/xdoc/download_codec.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/site/xdoc/download_codec.xml?rev=1697078&r1=1697077&r2=1697078&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/site/xdoc/download_codec.xml (original)
+++ commons/proper/codec/trunk/src/site/xdoc/download_codec.xml Sat Aug 22 06:05:08 2015
@@ -95,32 +95,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Codec 1.10 ">
+    <section name="Apache Commons Codec 1.11 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.10-bin.tar.gz">commons-codec-1.10-bin.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.10-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.tar.gz">commons-codec-1.11-bin.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.10-bin.zip">commons-codec-1.10-bin.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.10-bin.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.10-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/binaries/commons-codec-1.11-bin.zip">commons-codec-1.11-bin.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/codec/binaries/commons-codec-1.11-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/codec/source/commons-codec-1.10-src.tar.gz">commons-codec-1.10-src.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.10-src.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.10-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.tar.gz">commons-codec-1.11-src.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/codec/source/commons-codec-1.10-src.zip">commons-codec-1.10-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.10-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.10-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/codec/source/commons-codec-1.11-src.zip">commons-codec-1.11-src.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/codec/source/commons-codec-1.11-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>

Modified: commons/proper/codec/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/site/xdoc/index.xml?rev=1697078&r1=1697077&r2=1697078&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/codec/trunk/src/site/xdoc/index.xml Sat Aug 22 06:05:08 2015
@@ -85,7 +85,8 @@ The <a href="source-repository.html">sub
 <!-- ================================================== -->
 <section name="Releases">
 <ul>
-  <li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.10 (mirrors)</a> requires Java 1.6</li>
+  <li><a href="http://commons.apache.org/codec/download_codec.cgi">Codec 1.11 (mirrors)</a> requires Java 1.6</li>
+  <li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.10 (archives)</a> requires Java 1.6</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.9 (archives)</a> requires Java 1.6</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.8 (archives)</a> requires Java 1.6</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/">Codec 1.7 (archives)</a> requires Java 1.6</li>