You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/13 11:44:38 UTC

[commons-codec] branch master updated (b22276db -> 53af484d)

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

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


    from b22276db Comment protected members
     add 7ccbc3d0 CODEC-305: Fix byte-skipping in Base16 decoding
     new 53af484d CODEC-305: Track changes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                             |  3 ++-
 .../org/apache/commons/codec/binary/Base16.java     | 11 +++++------
 .../org/apache/commons/codec/binary/Base16Test.java | 21 +++++++++++++++++++++
 3 files changed, 28 insertions(+), 7 deletions(-)


[commons-codec] 01/01: CODEC-305: Track changes

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 53af484dfdb989be92a80b06968abc98b67a8157
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Jun 13 12:43:01 2022 +0100

    CODEC-305: Track changes
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 06fd11cc..8f35bad7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-    <release version="1.16" date="2022-01-21" description="Feature and fix release.">
+    <release version="1.16" date="TBD" description="Feature and fix release.">
       <!-- FIX -->
       <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Arturo Bernal">Minor improvements #67.</action> 
       <action                   dev="aherbert" type="fix" due-to="James Gan">Remove duplicated words from Javadocs.</action>
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="CODEC-298" dev="ggregory" type="fix" due-to="Arturo Bernal">Use Standard Charset object #82.</action>
       <action                   dev="ggregory" type="fix" due-to="Arturo Bernal">Use String.contains() functions #125.</action>
       <action                   dev="ggregory" type="fix" due-to="Arturo Bernal">Avoid use toString() or substring() in favor of a simplified expression #126.</action>
+      <action issue="CODEC-305" dev="aherbert" type="fix" due-to="Florian">Fix byte-skipping in Base16 decoding #135.</action>
       <!-- ADD -->
       <action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt Sicker">Add support for Blake3 family of hashes.</action>
       <action                   dev="ggregory" type="add">Add github/codeql-action.</action>