You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2008/05/03 01:52:56 UTC

svn commit: r652952 - /httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Author: sebb
Date: Fri May  2 16:52:56 2008
New Revision: 652952

URL: http://svn.apache.org/viewvc?rev=652952&view=rev
Log:
HTTPCLIENT-765 - String.toLowerCase() / toUpperCase() should specify Locale.ENGLISH

Modified:
    httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=652952&r1=652951&r2=652952&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Fri May  2 16:52:56 2008
@@ -23,6 +23,8 @@
 Changelog:
 -------------------
 
+* [HTTPCLIENT-765] String.toLowerCase() / toUpperCase() should specify Locale.ENGLISH
+
 * [HTTPCLIENT-769] Do not pool connection marked non-reusable.
   Contributed by Oleg Kalnichevski <olegk at apache.org>