Skip to content

Commit 9f33e44

Browse files
author
Niall Kegan Pemberton
committed
Update release notes for CODEC-73 and site changes for 1.4 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@801709 13f79535-47bb-0310-9956-ffa450edef68
1 parent bdb86ef commit 9f33e44

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ o [CODEC-78] Base64: Improve Code Coverage
4444
o [CODEC-81] Base64's new constructor parameters ignored
4545
o [CODEC-83] Improve Double Metaphone test coverage
4646
o [CODEC-84] Double Metaphone bugs in alternative encoding
47+
o [CODEC-73] Make string2byte conversions indepedent of platform default encoding
4748

4849
Changes:
4950

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<item name="Overview" href="/index.html"/>
2828
<item name="Download" href="http://commons.apache.org/codec/download_codec.cgi"/>
2929
<item name="Users guide" href="/userguide.html"/>
30-
<item name="Javadoc (1.3 release)" href="api-release/index.html"/>
30+
<item name="Javadoc (1.4 release)" href="api-release/index.html"/>
3131
</menu>
3232

3333
<menu name="Development">

xdocs/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<author>Gary D. Gregory</author>
2323
</properties>
2424
<body>
25-
<release version="1-4-SNAPSHOT" date="13 July 2009" description="Feature and fix release.">
25+
<release version="1.4" date="9 August 2009" description="Feature and fix release.">
2626
<action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius Davies">
2727
Regression: Base64.encode(chunk=true) has bug when input length is multiple of 76.
2828
</action>
@@ -100,6 +100,9 @@
100100
</action>
101101
<action dev="niallp" type="fix" issue="CODEC-84">
102102
Double Metaphone bugs in alternative encoding
103+
</action>
104+
<action dev="ggregory" type="fix" issue="CODEC-73" due-to="Benjamin Bentmann">
105+
Make string2byte conversions indepedent of platform default encoding
103106
</action>
104107
</release>
105108
<release version="1.3" date="10 July 2004" description="Feature and fix release.">

0 commit comments

Comments
 (0)