Author: mcreech Date: 2011-05-25 10:29:21 -0700 (Wed, 25 May 2011) New Revision: 25528
Modified: csplugins/trunk/agilent/creech/HyperEdge/release-notes.html csplugins/trunk/agilent/creech/HyperEdge/version-history.html Log: v2.63 Modified: csplugins/trunk/agilent/creech/HyperEdge/release-notes.html =================================================================== --- csplugins/trunk/agilent/creech/HyperEdge/release-notes.html 2011-05-25 17:28:50 UTC (rev 25527) +++ csplugins/trunk/agilent/creech/HyperEdge/release-notes.html 2011-05-25 17:29:21 UTC (rev 25528) @@ -7,6 +7,8 @@ <H1>HyperEdge Release Notes (version 2.63)</H1> <OL> <LI>Updated for use with Cytoscape 2.8 including changing build environment to use Maven 3.</LI> +<LI>Fixed bug where exceptions were logged when they shouldn't be. +<BR>The Cytoscape CyLogger was being called to log exceptions thrown that shouldn't really be logged when these excpetions are caught by higher-level methods.</BR> </OL> <H1>Prior Notes</H1> @@ -462,7 +464,7 @@ <P>To compile, point at your cytoscape 2.2 libraries in your Eclipse project. <HR> -<SMALL><EM>This page was last updated: 05/18/11</EM></SMALL> +<SMALL><EM>This page was last updated: 05/25/11</EM></SMALL> </BODY> </HTML> Modified: csplugins/trunk/agilent/creech/HyperEdge/version-history.html =================================================================== --- csplugins/trunk/agilent/creech/HyperEdge/version-history.html 2011-05-25 17:28:50 UTC (rev 25527) +++ csplugins/trunk/agilent/creech/HyperEdge/version-history.html 2011-05-25 17:29:21 UTC (rev 25528) @@ -6,9 +6,10 @@ <UL> -<LI><STRONG>HyperEdge, Version 2.63 (05/18/11)</STRONG> +<LI><STRONG>HyperEdge, Version 2.63 (05/25/11)</STRONG> <OL> <LI>Updated for use with Cytoscape 2.8 including changing build environment to use Maven 3.</LI> +<LI>Fixed bug where exceptions were logged when they shouldn't be.</LI> </OL> <LI><STRONG>HyperEdge, Version 2.62 (04/07/09)</STRONG> <OL> @@ -324,6 +325,6 @@ </UL> <HR> -<SMALL><EM>This page was last updated: 04/07/09</EM></SMALL> +<SMALL><EM>This page was last updated: 05/25/11</EM></SMALL> </BODY> </HTML> -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
