You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by rl...@apache.org on 2012/08/08 00:43:17 UTC

svn commit: r1370579 - /oodt/trunk/CHANGES.txt

Author: rlaidlaw
Date: Tue Aug  7 22:43:17 2012
New Revision: 1370579

URL: http://svn.apache.org/viewvc?rev=1370579&view=rev
Log:
OODT-469, 471 and 483

Modified:
    oodt/trunk/CHANGES.txt

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1370579&r1=1370578&r2=1370579&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Tue Aug  7 22:43:17 2012
@@ -3,6 +3,12 @@ Apache OODT Change Log
 
 Release 0.5
 --------------------------------------------
+* OODT-483: Fix to prevent NumberFormatException in XmlRpcStructFactory (rlaidlaw)
+
+* OODT-471: Added namespace definitions to RSS config files for CAS REST API (rlaidlaw)
+
+* OODT-469: Modified RSSProductServlet to remove hard-coded namespaces and allow 
+configurable namespaces via RSS config files (rlaidlaw)
 
 * OODT-485: Factory out EngineRunner and WorkflowProcessor classes into their own packages (bfoster)