Author: luca
Date: Wed Nov 7 15:20:46 2012
New Revision: 1406672
URL: http://svn.apache.org/viewvc?rev=1406672&view=rev
Log:
Update CHANGES.txt file
Modified:
oodt/trunk/CHANGES.txt
Modified: oodt/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1406672&r1=1406671&r2=1406672&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Wed Nov 7 15:20:46 2012
@@ -4,6 +4,13 @@ Apache OODT Change Log
Release 0.5
--------------------------------------------
+* OODT-534 Better error message when a product is looked by id in the catalog
and not found,
+ (luca)
+
+* OODT-529 Allow Lucene Catalog to be "lenient" with respect to XML validation,
+ i.e. allow handling of dynamically named fields if the "lenient"
flag is set (defaults to false).
+ (luca)
+
* OODT-530 Bug fix: crawler MetExtractorProductCrawler had a list of
precondition beans that was not initialized
to an empty list, with would cause a Spring initialization
exception when more than one preconditions
was injected.