Author: ggregory
Date: Fri Aug 22 23:00:53 2014
New Revision: 1619950
URL: http://svn.apache.org/r1619950
Log:
[CODEC-188] Add support for HMAC Message Authentication Code (MAC)
digests</action>
Modified:
commons/proper/codec/trunk/src/changes/changes.xml
Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1619950&r1=1619949&r2=1619950&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Fri Aug 22 23:00:53 2014
@@ -43,6 +43,7 @@ The <action> type attribute can be add,u
</properties>
<body>
<release version="1.10" date="DD Mmmm 2014" description="Feature and fix
release.">
+ <action dev="ggregory" type="fix" issue="CODEC-188" due-to="Hendrik
Saly">Add support for HMAC Message Authentication Code (MAC) digests</action>
<action dev="ggregory" type="fix" issue="CODEC-187" due-to="Michael
Tobias, Thomas Neidhart">Beider Morse Phonetic Matching producing incorrect
tokens</action>
<action dev="ggregory" type="fix" issue="CODEC-184" due-to="Cyrille
Artho">NullPointerException in DoubleMetaPhone.isDoubleMetaphoneEqual when
using empty strings</action>
<action dev="ggregory" type="add" issue="CODEC-181" due-to="Ivan
Martinez-Ortiz">Make possible to provide padding byte to BaseNCodec in
constructor</action>