You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2009/07/12 21:10:04 UTC

svn commit: r793398 - /commons/proper/codec/trunk/xdocs/changes.xml

Author: ggregory
Date: Sun Jul 12 19:10:04 2009
New Revision: 793398

URL: http://svn.apache.org/viewvc?rev=793398&view=rev
Log:
Fix typo.

Modified:
    commons/proper/codec/trunk/xdocs/changes.xml

Modified: commons/proper/codec/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/xdocs/changes.xml?rev=793398&r1=793397&r2=793398&view=diff
==============================================================================
--- commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ commons/proper/codec/trunk/xdocs/changes.xml Sun Jul 12 19:10:04 2009
@@ -23,7 +23,7 @@
 	</properties>
 	<body>
 		<release version="1-4-SNAPSHOT" date="4 May 2005" description="Feature and fix release.">
-			<action dev="ggregory," type="add" issue="34157 " due-to="Jamie Flournoy" due-to-email="jamie@white-mountain.org">
+			<action dev="ggregory," type="add" issue="34157" due-to="Jamie Flournoy" due-to-email="jamie@white-mountain.org">
              DigestUtils: Add methods for SHA-256, SHA-384, and SHA-512.</action>
 			<action dev="ggregory," type="fix" issue="30825" due-to="Piero Ottuzzi " due-to-email="ottuzzi@libero.it">
 				Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets.</action>