From: <bra...@us...> - 2008-04-17 20:53:19
|
Revision: 2254 http://archive-access.svn.sourceforge.net/archive-access/?rev=2254&view=rev Author: bradtofel Date: 2008-04-17 13:52:50 -0700 (Thu, 17 Apr 2008) Log Message: ----------- DOCS: explicit mention of LocalARCResourceStore => LocalResourceStore implementation class change. Updated bug tracking URL to webteam.archive.org/jira/ Added 1.2.1 release notes. Modified Paths: -------------- trunk/archive-access/projects/wayback/dist/src/site/site.xml trunk/archive-access/projects/wayback/dist/src/site/xdoc/administrator_manual.xml trunk/archive-access/projects/wayback/dist/src/site/xdoc/release_notes.xml Modified: trunk/archive-access/projects/wayback/dist/src/site/site.xml =================================================================== --- trunk/archive-access/projects/wayback/dist/src/site/site.xml 2008-04-17 20:39:00 UTC (rev 2253) +++ trunk/archive-access/projects/wayback/dist/src/site/site.xml 2008-04-17 20:52:50 UTC (rev 2254) @@ -35,7 +35,7 @@ <item name="FAQ" href="/faq.html"/> <item name="API" href="./apidocs"/> <item name="Browse/Submit a Bug" - href="http://sourceforge.net/tracker/?group_id=118427&atid=681137"/> + href="http://webteam.archive.org/jira/secure/IssueNavigator.jspa?component=10031"/> </menu> <!--Its not possible to change the labels used in reports, not yet anyways. Modified: trunk/archive-access/projects/wayback/dist/src/site/xdoc/administrator_manual.xml =================================================================== --- trunk/archive-access/projects/wayback/dist/src/site/xdoc/administrator_manual.xml 2008-04-17 20:39:00 UTC (rev 2253) +++ trunk/archive-access/projects/wayback/dist/src/site/xdoc/administrator_manual.xml 2008-04-17 20:52:50 UTC (rev 2254) @@ -230,6 +230,12 @@ </li> </ul> </p> + <p> + <b>Note:</b> upgrading from Wayback 1.0 to 1.2 requires changing + ResourceStore implementations from <b>LocalARCResourceStore</b> to + <b>LocalResourceStore</b>. <b>LocalARCResourceStore</b> is now + deprecated. + </p> </subsection> Modified: trunk/archive-access/projects/wayback/dist/src/site/xdoc/release_notes.xml =================================================================== --- trunk/archive-access/projects/wayback/dist/src/site/xdoc/release_notes.xml 2008-04-17 20:39:00 UTC (rev 2253) +++ trunk/archive-access/projects/wayback/dist/src/site/xdoc/release_notes.xml 2008-04-17 20:52:50 UTC (rev 2254) @@ -11,9 +11,68 @@ <section name="Releases"> <p> Full listing of changes and bug fixes are not currently available prior - to release 1.2.0. + to release 1.2.1. </p> </section> + <section name="Release 1.2.1"> + <subsection name="Features"> + <ul> + <li> + Now explicitly sets the <b>charset</b> component of replayed HTML + page <b>Content-Type</b> HTTP headers in Archival URL mode. This + overrides Tomcat's default behavior of explicitly setting this value + to Tomcat's <b>default</b> encoding character set, if a document + does not set it explicitly. The original <b>Content-Type</b> HTTP + header value is now returned as HTTP header + <b>X-Wayback-Orig-Content-Type</b>. + </li> + </ul> + </subsection> + <subsection name="Bug Fixes"> + <ul> + <li> + added getter/setter for replay image, css, javascript, and html + error handling .jsps + </li> + <li> + now returns "closest" indicator on XML query results, fixing problem + with WAXToolbar/Proxy mode.(<i>ACC-11</i>) + </li> + <li> + <b>auto-indexer</b> now closes ARC/WARC files after indexing, fixing + out-of-filehandle problem(<i>ACC-12</i>) + </li> + <li> + <b>location-client</b> now syncs .warc and .warc.gz files with + locationDB, in addition to .arc and .arc.gz files.(<i>ACC-13</i>) + </li> + <li> + fixed problem which prevented captures archived after webapp was + deployed from being returned. Now captures up to the current moment + are returned. (<i>ACC-14</i>) + </li> + <li> + changed all .jsp files to return UTF-8(<i>ACC-18</i>) + </li> + <li> + now sending correct end Date to remote NutchWAX index. + (<i>ACC-20</i>) + </li> + <li> + fixed String OOB exception when attempting to rewrite some CSS text + (<i>ACC-17</i>) + </li> + <li> + now updates CSS "import 'URL';" and 'import "URL";' content. + Previously only updated "import url(URL);" content. + </li> + <li> + fixed Replay redirect loop when using RemoteResourceIndex + (<i>ACC-15</i>) + </li> + </ul> + </subsection> + </section> <section name="Release 1.2.0"> <subsection name="Features"> <ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |