Author: oheger
Date: Mon Jan  6 17:45:14 2014
New Revision: 1555941

URL: http://svn.apache.org/r1555941
Log:
Updated release notes for version 1.9.1.

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=1555941&r1=1555940&r2=1555941&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/beanutils/trunk/RELEASE-NOTES.txt Mon Jan  6 17:45:14 2014
@@ -17,7 +17,7 @@ $Id$
 
 
                           Commons BeanUtils Package
-                               Version 1.9.0
+                               Version 1.9.1
                                Release Notes
 
 INTRODUCTION:
@@ -29,6 +29,20 @@ BeanUtils package, and highlights change
 For more information on Commons BeanUtils, see
 o http://commons.apache.org/beanutils/
 
+Release 1.9.1 is a bug fix release which addresses a problem with the new
+feature of custom introspection introduced with release 1.9.0. It is fully
+binary compatible with the previous release. The minimum required Java version
+is 1.5.
+
+BUGFIXES in version 1.9.1
+=========================
+* [BEANUTILS-456]
+  For PropertyDescriptors obtained via custom introspection now additional
+  information is stored to prevent that write methods are lost during
+  garbage collection.
+
+                        Release Notes for version 1.9.0
+
 Release 1.9.0 contains some bug fixes and improvements that have accumulated
 after the 1.8.3 release. The most obvious change is that the new version now
 requires JDK 1.5 or higher, and that language features introduced with Java 5


Reply via email to