You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/07/16 05:39:32 UTC

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

Author: bayard
Date: Thu Jul 16 03:39:32 2009
New Revision: 794509

URL: http://svn.apache.org/viewvc?rev=794509&view=rev
Log:
Converting 1.3 bugzilla ids to JIRA keys. 

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=794509&r1=794508&r2=794509&view=diff
==============================================================================
--- commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ commons/proper/codec/trunk/xdocs/changes.xml Thu Jul 16 03:39:32 2009
@@ -76,27 +76,27 @@
 			</action>
 		</release>
 		<release version="1.3" date="10 July 2004" description="Feature and fix release.">
-			<action dev="ggregory, tobrien" type="add" issue="27813" due-to="Alex Karasulu">
+			<action dev="ggregory, tobrien" type="add" issue="CODEC-21" due-to="Alex Karasulu">
             BinaryCodec: Encodes and decodes binary to and from Strings of 0s and 1s.
       	    </action>
-			<action dev="ggregory" type="add" issue="26617" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
+			<action dev="ggregory" type="add" issue="CODEC-41" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
       	    QuotedPrintableCodec: Codec for RFC 1521 MIME (Multipurpose Internet 
             Mail Extensions) Part One. Rules #3, #4, and #5 of the quoted-printable spec 
             are not implemented yet. See also issue 27789.
             </action>
-			<action dev="ggregory" type="add" issue="26617" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
+			<action dev="ggregory" type="add" issue="CODEC-41" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
       	    BCodec: Identical to the Base64 encoding defined by RFC 1521 and allows a 
             character set to be specified.
             </action>
-			<action dev="ggregory" type="add" issue="26617" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
+			<action dev="ggregory" type="add" issue="CODEC-41" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
       	    QCodec: Similar to the Quoted-Printable content-transfer-encoding defined 
             in RFC 1521 and designed to allow text containing mostly ASCII characters to
             be decipherable on an ASCII terminal without decoding.
             </action>
-			<action dev="ggregory" type="add" issue="25243" due-to="Matthew Inger" due-to-email="mattinger@yahoo.com">
+			<action dev="ggregory" type="add" issue="CODEC-45" due-to="Matthew Inger" due-to-email="mattinger@yahoo.com">
       	    Soundex: Implemented the DIFFERENCE algorithm.
       	    </action>
-			<action dev="ggregory" type="add" issue="25243" due-to="Matthew Inger" due-to-email="mattinger@yahoo.com">
+			<action dev="ggregory" type="add" issue="CODEC-45" due-to="Matthew Inger" due-to-email="mattinger@yahoo.com">
       	    RefinedSoundex: Implemented the DIFFERENCE algorithm.
       	    </action>
 			<action dev="ggregory" type="update">
@@ -109,16 +109,16 @@
       	    The Board recommendation to remove Javadoc author tags has been 
             implemented. All author tags are now "Apache Software Foundation".
       	    </action>
-			<action dev="ggregory" type="fix" issue="25995" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
+			<action dev="ggregory" type="fix" issue="CODEC-25" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
             The default URL encoding logic was broken.
       	    </action>
-			<action dev="ggregory" type="fix" issue="27781" due-to="Gary D. Gregory">
+			<action dev="ggregory" type="fix" issue="CODEC-31" due-to="Gary D. Gregory">
             Base64 chunked encoding not compliant with RFC 2045 section 2.1 CRLF.
        	    </action>
-			<action dev="ggregory" type="fix" issue="28455">
+			<action dev="ggregory" type="fix" issue="CODEC-5">
             Hex converts illegal characters to 255.
        	    </action>
-			<action dev="tobrien" type="fix" issue="28457">
+			<action dev="tobrien" type="fix" issue="CODEC-17">
             Metaphone now correctly handles a silent B in a word that ends in MB.
             "COMB" is encoded as "KM", before this fix "COMB" was encoded as "KMB".
        	    </action>