Skip to content

Commit b89372b

Browse files
committed
Fixing remaining bugzilla ids to be JIRA keys to close out CODEC-76
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@794512 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1cc505d commit b89372b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

xdocs/changes.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<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
85-
are not implemented yet. See also issue 27789.
85+
are not implemented yet. See also issue CODEC-46.
8686
</action>
8787
<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
@@ -136,19 +136,19 @@
136136
<action dev="tobrien" type="add" due-to="Dave Dribin, David Graham">
137137
DigestUtils: Calculates MD5 and SHA digests.
138138
</action>
139-
<action dev="tobrien" type="fix" issue="19860" due-to="Brian Ewins">
139+
<action dev="tobrien" type="fix" issue="CODEC-26" due-to="Brian Ewins">
140140
Modified Base64 to remedy non-compliance with RFC
141141
2045. Non-Base64 characters were not being discarded during the
142142
decode. RFC 2045 explicitly states that all characters outside of the
143143
base64 alphabet are to be ignored.
144144
</action>
145-
<action dev="ggregory" type="fix" issue="24360">
145+
<action dev="ggregory" type="fix" issue="CODEC-4">
146146
Hex.decode(Object) throws a ClassCastException when a String argument is passed in.
147147
</action>
148-
<action dev="ggregory" type="fix" issue="24471">
148+
<action dev="ggregory" type="fix" issue="CODEC-3">
149149
Soundex: The HW rule is not applied; hyphens and apostrophes are not ignored.
150150
</action>
151-
<action dev="ggregory" type="fix" issue="24484">
151+
<action dev="ggregory" type="fix" issue="CODEC-29">
152152
Soundex.setMaxLength causes bugs and is not needed.
153153
Calling Soundex.setMaxLength() with a value of 2 or less causes the wrong
154154
answer to be returned. Since the encoding returned by Soundex is always

0 commit comments

Comments
 (0)