Author: ggregory
Date: Sat Jul 2 10:58:55 2011
New Revision: 1142199
URL: http://svn.apache.org/viewvc?rev=1142199&view=rev
Log:
(LANG-711) [patch] add includeantruntime=false to javac targets to quell
warnings in ant 1.8.1 and better (and modest performance gain). Apply patch.
Modified:
commons/proper/lang/trunk/RELEASE-NOTES.txt
Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1142199&r1=1142198&r2=1142199&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Sat Jul 2 10:58:55 2011
@@ -102,6 +102,7 @@ IMPROVEMENTS IN 3.0
[LANG-605] DefaultExceptionContext overwrites values in recursive
situations.
[LANG-668] Change ObjectUtils min() & max() functions to use varargs
rather than just two parameters
[LANG-681] Push down WordUtils to "text" sub-package.
+ [LANG-711] Add includeantruntime=false to javac targets to quell warnings
in ant 1.8.1 and better (and modest performance gain).
BUG FIXES IN 3.0
================