You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/08/06 18:31:27 UTC

svn commit: r801709 - in /commons/proper/codec/trunk: RELEASE-NOTES.txt src/site/site.xml xdocs/changes.xml

Author: niallp
Date: Thu Aug  6 16:31:27 2009
New Revision: 801709

URL: http://svn.apache.org/viewvc?rev=801709&view=rev
Log:
Update release notes for CODEC-73 and site changes for 1.4 release

Modified:
    commons/proper/codec/trunk/RELEASE-NOTES.txt
    commons/proper/codec/trunk/src/site/site.xml
    commons/proper/codec/trunk/xdocs/changes.xml

Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/RELEASE-NOTES.txt?rev=801709&r1=801708&r2=801709&view=diff
==============================================================================
--- commons/proper/codec/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/codec/trunk/RELEASE-NOTES.txt Thu Aug  6 16:31:27 2009
@@ -44,6 +44,7 @@
 o [CODEC-81] Base64's new constructor parameters ignored
 o [CODEC-83] Improve Double Metaphone test coverage
 o [CODEC-84] Double Metaphone bugs in alternative encoding
+o [CODEC-73] Make string2byte conversions indepedent of platform default encoding
 
   Changes:
 

Modified: commons/proper/codec/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/site/site.xml?rev=801709&r1=801708&r2=801709&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/site/site.xml (original)
+++ commons/proper/codec/trunk/src/site/site.xml Thu Aug  6 16:31:27 2009
@@ -27,7 +27,7 @@
             <item name="Overview"      href="/index.html"/>
             <item name="Download"      href="http://commons.apache.org/codec/download_codec.cgi"/>
             <item name="Users guide"   href="/userguide.html"/>
-            <item name="Javadoc (1.3 release)" href="api-release/index.html"/>
+            <item name="Javadoc (1.4 release)" href="api-release/index.html"/>
         </menu>
 
         <menu name="Development">

Modified: commons/proper/codec/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/xdocs/changes.xml?rev=801709&r1=801708&r2=801709&view=diff
==============================================================================
--- commons/proper/codec/trunk/xdocs/changes.xml (original)
+++ commons/proper/codec/trunk/xdocs/changes.xml Thu Aug  6 16:31:27 2009
@@ -22,7 +22,7 @@
 		<author>Gary D. Gregory</author>
 	</properties>
 	<body>
-		<release version="1-4-SNAPSHOT" date="13 July 2009" description="Feature and fix release.">
+		<release version="1.4" date="9 August 2009" description="Feature and fix release.">
 			<action dev="ggregory" type="fix" issue="CODEC-80" due-to="Julius Davies">
              Regression: Base64.encode(chunk=true) has bug when input length is multiple of 76.
              </action>
@@ -101,6 +101,9 @@
              <action dev="niallp" type="fix" issue="CODEC-84">
                  Double Metaphone bugs in alternative encoding
              </action>
+             <action dev="ggregory" type="fix" issue="CODEC-73" due-to="Benjamin Bentmann">
+                 Make string2byte conversions indepedent of platform default encoding
+             </action>
 		</release>
 		<release version="1.3" date="10 July 2004" description="Feature and fix release.">
 			<action dev="ggregory, tobrien" type="add" issue="CODEC-21" due-to="Alex Karasulu">