Author: luca
Date: Sun Feb 3 14:57:03 2013
New Revision: 1441924
URL: http://svn.apache.org/viewvc?rev=1441924&view=rev
Log:
Updated CHANGES.txt
Modified:
oodt/trunk/CHANGES.txt
Modified: oodt/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1441924&r1=1441923&r2=1441924&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sun Feb 3 14:57:03 2013
@@ -3,6 +3,11 @@ Apache OODT Change Log
Release 0.6 - Current Development
--------------------------------------------
+* OODT-555, OODT-557 - Changed behavior of Lucene Catalog update methods to
retrieve a product from the index to the cache,
+ instead of failing if it is not found in the cache. At the same time,
simplify the Curator updateMetadata() method to just update
+ the metadata, without removing and re-inserting the product before that.
+ (luca, rishi, mattmann)
+
* OODT-553 Update org.apache.oodt.commons.exec.EnvUtilities to Use
System.getEnvironment
(Michael Starch via mattmann)