Author: niallp
Date: Mon Mar 22 17:40:23 2010
New Revision: 926215

URL: http://svn.apache.org/viewvc?rev=926215&view=rev
Log:
update release notes for 1.8.3

Modified:
    commons/proper/beanutils/trunk/RELEASE-NOTES.txt

Modified: commons/proper/beanutils/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/RELEASE-NOTES.txt?rev=926215&r1=926214&r2=926215&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/beanutils/trunk/RELEASE-NOTES.txt Mon Mar 22 17:40:23 2010
@@ -17,7 +17,7 @@ $Id$
 
 
                           Commons BeanUtils Package
-                               Version 1.8.2
+                               Version 1.8.3
                                Release Notes
 
 INTRODUCTION:
@@ -29,11 +29,11 @@ BeanUtils package, and highlights change
 For more information on Commons BeanUtils, see
 o http://commons.apache.org/beanutils/
 
-Compatibility with 1.8.1
+Compatibility with 1.8.2
 ========================
-BeanUtils 1.8.2 is binary compatible release with Beanutils 1.8.1, containing 
only bug fixes.
+BeanUtils 1.8.3 is binary compatible release with Beanutils 1.8.2, containing 
only bug fixes.
 
-BeanUtils 1.8.2 requires a minimum of JDK 1.3.
+BeanUtils 1.8.3 requires a minimum of JDK 1.3.
 
 Memory Leak
 ===========
@@ -41,7 +41,7 @@ A memory leak was found in BeanUtils 1.7
 in BeanUtils 1.8.0 for JDK 1.5+.
 
 Testing of BeanUtils 1.8.1 revealed that the leak still appears to exist
-(in BeanUtils 1.8.0, 1.8.1 and 1.8.2 versions) in IBM's JDK 1.6 implementation.
+in IBM's JDK 1.6 implementation.
 
 
 see http://issues.apache.org/jira/browse/BEANUTILS-291
@@ -53,5 +53,7 @@ BUGS FIXED:
 
 The following is a list of the bugs fixed in this release, with their Jira 
issue number:
 
-  * [BEANUTILS-368] - NullPointerException in BeanUtilsBean .setProperty()
+  * [BEANUTILS-373] - MethodUtils is not thread safe because WeakFastHashMap 
which uses WeakHashMap is not thread-safe
+  * [BEANUTILS-371] - Add constructors which have useColumnLabel parameter to 
ResultSetDynaClass and RowSetDynaClass
+  * [BEANUTILS-362] - Add serialVersionUID to DynaBean/DynaClass 
implementations
 


Reply via email to