|
76 | 76 | </action> |
77 | 77 | </release> |
78 | 78 | <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"> |
80 | 80 | BinaryCodec: Encodes and decodes binary to and from Strings of 0s and 1s. |
81 | 81 | </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"> |
83 | 83 | QuotedPrintableCodec: Codec for RFC 1521 MIME (Multipurpose Internet |
84 | 84 | Mail Extensions) Part One. Rules #3, #4, and #5 of the quoted-printable spec |
85 | 85 | are not implemented yet. See also issue 27789. |
86 | 86 | </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"> |
88 | 88 | BCodec: Identical to the Base64 encoding defined by RFC 1521 and allows a |
89 | 89 | character set to be specified. |
90 | 90 | </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"> |
92 | 92 | QCodec: Similar to the Quoted-Printable content-transfer-encoding defined |
93 | 93 | in RFC 1521 and designed to allow text containing mostly ASCII characters to |
94 | 94 | be decipherable on an ASCII terminal without decoding. |
95 | 95 | </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"> |
97 | 97 | Soundex: Implemented the DIFFERENCE algorithm. |
98 | 98 | </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"> |
100 | 100 | RefinedSoundex: Implemented the DIFFERENCE algorithm. |
101 | 101 | </action> |
102 | 102 | <action dev="ggregory" type="update"> |
|
109 | 109 | The Board recommendation to remove Javadoc author tags has been |
110 | 110 | implemented. All author tags are now "Apache Software Foundation". |
111 | 111 | </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"> |
113 | 113 | The default URL encoding logic was broken. |
114 | 114 | </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"> |
116 | 116 | Base64 chunked encoding not compliant with RFC 2045 section 2.1 CRLF. |
117 | 117 | </action> |
118 | | - <action dev="ggregory" type="fix" issue="28455"> |
| 118 | + <action dev="ggregory" type="fix" issue="CODEC-5"> |
119 | 119 | Hex converts illegal characters to 255. |
120 | 120 | </action> |
121 | | - <action dev="tobrien" type="fix" issue="28457"> |
| 121 | + <action dev="tobrien" type="fix" issue="CODEC-17"> |
122 | 122 | Metaphone now correctly handles a silent B in a word that ends in MB. |
123 | 123 | "COMB" is encoded as "KM", before this fix "COMB" was encoded as "KMB". |
124 | 124 | </action> |
|
0 commit comments