Skip to content

Commit 5d202fc

Browse files
committed
Make date formats consistent.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130389 13f79535-47bb-0310-9956-ffa450edef68
1 parent b7d60a4 commit 5d202fc

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

xdocs/changes.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
General Javadoc improvements.
7575
</action>
7676
</release>
77-
<release version="1.2" date="Dec 9 2003" description="Feature and fix release.">
77+
<release version="1.2" date="24 Nov 2003" description="Feature and fix release.">
7878
<action dev="tobrien" type="add" due-to="Oleg Kalnichevski" due-to-email="olegk@apache.org">
7979
URLCodec: Implements the www-form-urlencoded encoding scheme.
8080
</action>
@@ -101,40 +101,40 @@
101101
separator) the need for a maxLength attribute is not needed. Deprecate
102102
the field and accessor methods.
103103
</action>
104-
<action type="fix">
104+
<action dev="Members" type="fix">
105105
Fix in Metaphone relating to the handling of the maximum code length.
106106
</action>
107107
</release>
108-
<release version="1.1" date="May 29 2003" description="The first official release. Numerous projects had been depending on version 1.0-dev while in the Sandbox.">
109-
<action type="add">
108+
<release version="1.1" date="29 April 2003" description="The first official release. Numerous projects had been depending on version 1.0-dev while in the Sandbox.">
109+
<action dev="Members" type="add">
110110
A newer version of the Base64 class reflecting improvements from
111111
both the commons-httpclient and xml-rpc versions of code forked
112112
from catalina.
113113
</action>
114-
<action type="add">
114+
<action dev="Members" type="add">
115115
Base64 class from commons-httpclient in org.apache.commons.codec.base64
116116
has been retained for backwards compatibility but has been deprecated.
117117
</action>
118-
<action type="add">
118+
<action dev="Members" type="add">
119119
Soundex class from commons-util in org.apache.commons.codec.
120120
</action>
121-
<action type="add">
121+
<action dev="Members" type="add">
122122
Metaphone class from commons-util in org.apache.commons.codec.
123123
</action>
124124
<action dev="tobrien" type="add">
125125
RefinedSoundex class in org.apache.commons.codec.
126126
</action>
127-
<action type="add">
127+
<action dev="Members" type="add">
128128
Encoder/Decoder interfaces in org.apache.commons.
129129
</action>
130-
<action type="add">
130+
<action dev="Members" type="add">
131131
String and Binary specific Encoder/Decoder interfaces in org.apache.commons.</action>
132-
<action type="add">
132+
<action dev="Members" type="add">
133133
StringEncoderComparator replaces the SoundexComparator from the language package.</action>
134-
<action type="fix">
134+
<action dev="Members" type="fix">
135135
Base64 now discards whitespace characters when decoding encoded content.</action>
136136
</release>
137-
<release version="1.0-dev" date="April 25 2003" description="Last release from the Sandbox.">
137+
<release version="1.0-dev" date="25 April 2003" description="Last release from the Sandbox.">
138138
<action dev="tobrien" type="add">
139139
Base64 class from commons-httpclient in org.apache.commons.codec.base64.
140140
</action>
@@ -144,7 +144,7 @@
144144
<action dev="tobrien" type="add">
145145
Metaphone class from commons-util in org.apache.commons.codec.
146146
</action>
147-
<action type="add">
147+
<action dev="Members" type="add">
148148
SoundexComparator class from commons-util in org.apache.commons.codec.
149149
</action>
150150
</release>

xdocs/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ limitations under the License.
6767
<a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a>
6868
</li>
6969
<li>
70-
Version <a href="http://www.apache.org/dist/jakarta/commons/codec/">1.2</a> - 7 Nov 2003
70+
Version <a href="http://www.apache.org/dist/jakarta/commons/codec/">1.2</a> - 24 Nov 2003
7171
</li>
7272
<li>
73-
Version <a href="http://www.apache.org/dist/jakarta/commons/codec/">1.1</a> - 21 Apr 2003
73+
Version <a href="http://www.apache.org/dist/jakarta/commons/codec/">1.1</a> - 29 April 2003
7474
</li>
7575
<li>
7676
Current <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-codec/"> nightly build</a>

0 commit comments

Comments
 (0)