Skip to content

Commit 1cc505d

Browse files
committed
Converting 1.3 bugzilla ids to JIRA keys.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@794509 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8c6b42a commit 1cc505d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

xdocs/changes.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,27 @@
7676
</action>
7777
</release>
7878
<release version="1.3" date="10 July 2004" description="Feature and fix release.">
79-
<action dev="ggregory, tobrien" type="add" issue="27813" due-to="Alex Karasulu">
79+
<action dev="ggregory, tobrien" type="add" issue="CODEC-21" due-to="Alex Karasulu">
8080
BinaryCodec: Encodes and decodes binary to and from Strings of 0s and 1s.
8181
</action>
82-
<action dev="ggregory" type="add" issue="26617" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
82+
<action dev="ggregory" type="add" issue="CODEC-41" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
8383
QuotedPrintableCodec: Codec for RFC 1521 MIME (Multipurpose Internet
8484
Mail Extensions) Part One. Rules #3, #4, and #5 of the quoted-printable spec
8585
are not implemented yet. See also issue 27789.
8686
</action>
87-
<action dev="ggregory" type="add" issue="26617" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
87+
<action dev="ggregory" type="add" issue="CODEC-41" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
8888
BCodec: Identical to the Base64 encoding defined by RFC 1521 and allows a
8989
character set to be specified.
9090
</action>
91-
<action dev="ggregory" type="add" issue="26617" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
91+
<action dev="ggregory" type="add" issue="CODEC-41" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
9292
QCodec: Similar to the Quoted-Printable content-transfer-encoding defined
9393
in RFC 1521 and designed to allow text containing mostly ASCII characters to
9494
be decipherable on an ASCII terminal without decoding.
9595
</action>
96-
<action dev="ggregory" type="add" issue="25243" due-to="Matthew Inger" due-to-email="mattinger@yahoo.com">
96+
<action dev="ggregory" type="add" issue="CODEC-45" due-to="Matthew Inger" due-to-email="mattinger@yahoo.com">
9797
Soundex: Implemented the DIFFERENCE algorithm.
9898
</action>
99-
<action dev="ggregory" type="add" issue="25243" due-to="Matthew Inger" due-to-email="mattinger@yahoo.com">
99+
<action dev="ggregory" type="add" issue="CODEC-45" due-to="Matthew Inger" due-to-email="mattinger@yahoo.com">
100100
RefinedSoundex: Implemented the DIFFERENCE algorithm.
101101
</action>
102102
<action dev="ggregory" type="update">
@@ -109,16 +109,16 @@
109109
The Board recommendation to remove Javadoc author tags has been
110110
implemented. All author tags are now "Apache Software Foundation".
111111
</action>
112-
<action dev="ggregory" type="fix" issue="25995" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
112+
<action dev="ggregory" type="fix" issue="CODEC-25" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
113113
The default URL encoding logic was broken.
114114
</action>
115-
<action dev="ggregory" type="fix" issue="27781" due-to="Gary D. Gregory">
115+
<action dev="ggregory" type="fix" issue="CODEC-31" due-to="Gary D. Gregory">
116116
Base64 chunked encoding not compliant with RFC 2045 section 2.1 CRLF.
117117
</action>
118-
<action dev="ggregory" type="fix" issue="28455">
118+
<action dev="ggregory" type="fix" issue="CODEC-5">
119119
Hex converts illegal characters to 255.
120120
</action>
121-
<action dev="tobrien" type="fix" issue="28457">
121+
<action dev="tobrien" type="fix" issue="CODEC-17">
122122
Metaphone now correctly handles a silent B in a word that ends in MB.
123123
"COMB" is encoded as "KM", before this fix "COMB" was encoded as "KMB".
124124
</action>

0 commit comments

Comments
 (0)