You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/07/16 18:13:32 UTC

svn commit: r1362111 - /commons/proper/dbutils/trunk/RELEASE-NOTES.txt

Author: simonetripodi
Date: Mon Jul 16 16:13:31 2012
New Revision: 1362111

URL: http://svn.apache.org/viewvc?rev=1362111&view=rev
Log:
regenerated release notes

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

Modified: commons/proper/dbutils/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/RELEASE-NOTES.txt?rev=1362111&r1=1362110&r2=1362111&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/dbutils/trunk/RELEASE-NOTES.txt Mon Jul 16 16:13:31 2012
@@ -16,6 +16,7 @@ New features:
 o DBUTILS-67:  Added BeanMapHandler Thanks to Michael Osipov. 
 
 Fixed Bugs:
+o DBUTILS-93:  Source assembly artifact fails to build a site because of missing pmd-ruleset.xml Thanks to Stevo Slavic. 
 o DBUTILS-84:  BeanProcessor method processColumn should take SQLXML in consideration Thanks to Tiago Cavaleiro. 
 o DBUTILS-73:  Added a fixed Locale (Locale.ENGLISH) to all toLowerCase calls in BasicRowProcessor Thanks to Sebb.