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 2019/07/20 14:53:31 UTC

[commons-codec] branch master updated: Prepare for the next release.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 35875fa  Prepare for the next release.
35875fa is described below

commit 35875fad92782ae31daf729d8883903ef1e69a10
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 20 10:53:27 2019 -0400

    Prepare for the next release.
---
 src/changes/changes.xml |  2 +-
 src/site/site.xml       | 32 +++++++++++++++++---------------
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e816a27..641defd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-    <release version="1.13" date="YYYY-MM-DD" description="TBD">
+    <release version="1.13" date="2019-MM-DD" description="Feature and fix release.">
       <action issue="CODEC-255" dev="sebb" due-to="Holger Grote" type="fix">ColognePhonetic handles x incorrectly</action>      
       <action issue="CODEC-254" dev="sebb" due-to="Holger Grote" type="fix">ColognePhonetic does not treat the letter H correctly</action>      
       <action issue="CODEC-134" dev="tmousaw-ptc" type="fix">Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding.</action>
diff --git a/src/site/site.xml b/src/site/site.xml
index 4f3c819..c9b61cb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -24,27 +24,29 @@
 
     <body>
         <menu name="Codec">
-            <item name="Overview"      href="/index.html"/>
-            <item name="Download"      href="https://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.12"  href="/archives/1.12/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"/>
-            <item name="Javadoc 1.7"   href="/archives/1.7/apidocs/index.html"/>
+            <item name="Overview"        href="/index.html"/>
+            <item name="Download"        href="https://commons.apache.org/codec/download_codec.cgi"/>
+            <item name="Users guide"     href="/userguide.html"/>
+            <item name="Javadoc current" href="/apidocs/index.html"/>
+            <item name="Javadoc 1.13"    href="/archives/1.13/apidocs/index.html"/>
+            <item name="Javadoc 1.12"    href="/archives/1.12/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"/>
+            <item name="Javadoc 1.7"     href="/archives/1.7/apidocs/index.html"/>
         </menu>
 
         <menu name="Development">
-            <item name="Release Notes"        href="/changes-report.html"/>
-            <item name="Mailing Lists"        href="/mail-lists.html"/>
-            <item name="Issue Tracking"       href="/issue-tracking.html"/>
-            <item name="Source Repository"    href="/source-repository.html"/>
-            <item name="Javadoc trunk"        href="/apidocs/index.html"/>
+            <item name="Release Notes"     href="/changes-report.html"/>
+            <item name="Mailing Lists"     href="/mail-lists.html"/>
+            <item name="Issue Tracking"    href="/issue-tracking.html"/>
+            <item name="Source Repository" href="/source-repository.html"/>
+            <item name="Javadoc current"   href="/apidocs/index.html"/>
         </menu>
 
         <menu name="Site Archives">
+            <item name="Codec 1.13"       href="/archives/1.13/index.html"/>
             <item name="Codec 1.12"       href="/archives/1.12/index.html"/>
             <item name="Codec 1.11"       href="/archives/1.11/index.html"/>
             <item name="Codec 1.10"       href="/archives/1.10/index.html"/>