From: jreichen <jre...@us...> - 2011-01-04 02:01:21
|
Update of /cvsroot/sageplugins/JettyStarter/resources/plugin In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10847/resources/plugin Modified Files: plugin.xml Log Message: Version 2.1 Index: plugin.xml =================================================================== RCS file: /cvsroot/sageplugins/JettyStarter/resources/plugin/plugin.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** plugin.xml 31 May 2010 20:11:31 -0000 1.6 --- plugin.xml 4 Jan 2011 02:01:12 -0000 1.7 *************** *** 5,9 **** <Description> <![CDATA[ ! The Jetty Web Server Plugin provides a platform for SageTV web application plugins. Currently available web applications can manage SageTV recordings from desktop or mobile web browsers, manage fanart and metadata, provide remote web services for SageTV, configure batch job processing, and more. --- 5,9 ---- <Description> <![CDATA[ ! Provides a platform for SageTV web application plugins. Currently available web applications can manage SageTV recordings from desktop or mobile web browsers, manage fanart and metadata, provide remote web services for SageTV, configure batch job processing, and more. *************** *** 24,27 **** --- 24,32 ---- <ReleaseNotes> <![CDATA[ + Version 2.1.0 + 1. SageTV v7-style interface for 'apps' web application (switch from blue to gray as well as other style changes) + 2. Remove duplicate timestamps on Jetty's log entries in the SageTV log file. + 3. Override Jetty's war file extraction logic to address HTTP 404 and 503 errors. + Version 2.0.1 1. Fix Windows file-locking issue |