aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2011-07-02 10:58:55 +0000
committerGary D. Gregory <ggregory@apache.org>2011-07-02 10:58:55 +0000
commit1794482d333bad64cd8ab69daebc445f4139b985 (patch)
treed4a08c1bb2a2d144febacd14c39d445b6bb8e01c /RELEASE-NOTES.txt
parentd42188e89bb428afde9907ebc8b40a6ef8dab2c6 (diff)
downloadapache-commons-lang-1794482d333bad64cd8ab69daebc445f4139b985.tar.gz
(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.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1142199 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a003fc931..9e77ae9ee 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -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
================