This is an automated email from the ASF dual-hosted git repository. chtompki 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 477db01 (add) starting release 1.13 section in changes.xml 477db01 is described below commit 477db01dd858150534c5dc128630dc56c4f15aaf Author: Rob Tompkins <chtom...@gmail.com> AuthorDate: Sat Feb 16 00:04:50 2019 -0500 (add) starting release 1.13 section in changes.xml --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d81f952..2d763d6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,9 +43,12 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> + <release version="1.13" date="YYYY-MM-DD" description="TBD"> + <!--Nothing yet --> + </release> + <release version="1.12" date="2019-02-04" description="Feature and fix release."> <!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline --> - <action issue="CODEC-253" dev="chtompki" type="update">Update from Java 7 to Java 8</action> <action issue="CODEC-252" dev="chtompki" type="fix">B64 salt generator: Random -> ThreadLocalRandom</action> <action issue="CODEC-250" dev="sebb" type="fix" due-to="Alex Volodko">Wrong value calculated by Cologne Phonetic if a special character is placed between equal letters</action> <action issue="CODEC-244" dev="ggregory" type="update">Update from Java 6 to Java 7</action>