Skip to content

Commit 8176660

Browse files
committed
CODEC-171 Add support for CRC32-C
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1744643 13f79535-47bb-0310-9956-ffa450edef68
1 parent d80fbe4 commit 8176660

3 files changed

Lines changed: 700 additions & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ The <action> type attribute can be add,update,fix,remove.
4343
</properties>
4444
<body>
4545
<release version="1.11" date="DD MM 2015" description="Feature and fix release.">
46-
<!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->
46+
<!-- The first attribute below should be the issue id; makes it easier to navigate in the IDE outline -->
47+
48+
<action issue="CODEC-171" dev="sebb" type="add">Add support for CRC32-C</action>
4749
<action issue="CODEC-221" dev="sebb" type="update">HmacUtils.updateHmac calls reset() unnecessarily</action>
4850
<action issue="CODEC-200" dev="sebb" type="fix" due-to="Luciano Vernaschi">Base32.HEX_DECODE_TABLE contains the wrong value 32</action>
4951
<action dev="ggregory" type="fix" issue="CODEC-207" due-to="Gary Gregory">Charsets Javadoc breaks build when using Java 8</action>

0 commit comments

Comments
 (0)