Skip to content

Commit 35875fa

Browse files
author
Gary Gregory
committed
Prepare for the next release.
1 parent 5dd79f1 commit 35875fa

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
4343
</properties>
4444
<body>
4545

46-
<release version="1.13" date="YYYY-MM-DD" description="TBD">
46+
<release version="1.13" date="2019-MM-DD" description="Feature and fix release.">
4747
<action issue="CODEC-255" dev="sebb" due-to="Holger Grote" type="fix">ColognePhonetic handles x incorrectly</action>
4848
<action issue="CODEC-254" dev="sebb" due-to="Holger Grote" type="fix">ColognePhonetic does not treat the letter H correctly</action>
4949
<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>

src/site/site.xml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,29 @@
2424

2525
<body>
2626
<menu name="Codec">
27-
<item name="Overview" href="/index.html"/>
28-
<item name="Download" href="https://commons.apache.org/codec/download_codec.cgi"/>
29-
<item name="Users guide" href="/userguide.html"/>
30-
<item name="Javadoc trunk" href="/apidocs/index.html"/>
31-
<item name="Javadoc 1.12" href="/archives/1.12/apidocs/index.html"/>
32-
<item name="Javadoc 1.11" href="/archives/1.11/apidocs/index.html"/>
33-
<item name="Javadoc 1.10" href="/archives/1.10/apidocs/index.html"/>
34-
<item name="Javadoc 1.9" href="/archives/1.9/apidocs/index.html"/>
35-
<item name="Javadoc 1.8" href="/archives/1.8/apidocs/index.html"/>
36-
<item name="Javadoc 1.7" href="/archives/1.7/apidocs/index.html"/>
27+
<item name="Overview" href="/index.html"/>
28+
<item name="Download" href="https://commons.apache.org/codec/download_codec.cgi"/>
29+
<item name="Users guide" href="/userguide.html"/>
30+
<item name="Javadoc current" href="/apidocs/index.html"/>
31+
<item name="Javadoc 1.13" href="/archives/1.13/apidocs/index.html"/>
32+
<item name="Javadoc 1.12" href="/archives/1.12/apidocs/index.html"/>
33+
<item name="Javadoc 1.11" href="/archives/1.11/apidocs/index.html"/>
34+
<item name="Javadoc 1.10" href="/archives/1.10/apidocs/index.html"/>
35+
<item name="Javadoc 1.9" href="/archives/1.9/apidocs/index.html"/>
36+
<item name="Javadoc 1.8" href="/archives/1.8/apidocs/index.html"/>
37+
<item name="Javadoc 1.7" href="/archives/1.7/apidocs/index.html"/>
3738
</menu>
3839

3940
<menu name="Development">
40-
<item name="Release Notes" href="/changes-report.html"/>
41-
<item name="Mailing Lists" href="/mail-lists.html"/>
42-
<item name="Issue Tracking" href="/issue-tracking.html"/>
43-
<item name="Source Repository" href="/source-repository.html"/>
44-
<item name="Javadoc trunk" href="/apidocs/index.html"/>
41+
<item name="Release Notes" href="/changes-report.html"/>
42+
<item name="Mailing Lists" href="/mail-lists.html"/>
43+
<item name="Issue Tracking" href="/issue-tracking.html"/>
44+
<item name="Source Repository" href="/source-repository.html"/>
45+
<item name="Javadoc current" href="/apidocs/index.html"/>
4546
</menu>
4647

4748
<menu name="Site Archives">
49+
<item name="Codec 1.13" href="/archives/1.13/index.html"/>
4850
<item name="Codec 1.12" href="/archives/1.12/index.html"/>
4951
<item name="Codec 1.11" href="/archives/1.11/index.html"/>
5052
<item name="Codec 1.10" href="/archives/1.10/index.html"/>

0 commit comments

Comments
 (0)