From: <bra...@us...> - 2008-12-05 22:24:46
|
Revision: 2647 http://archive-access.svn.sourceforge.net/archive-access/?rev=2647&view=rev Author: bradtofel Date: 2008-12-05 22:24:43 +0000 (Fri, 05 Dec 2008) Log Message: ----------- oops. forgot to commit site updates within the 1.4.1 branch... this is deployed ad-hoc anyways at the moment, so we'll leave it committed here under 1.5.0. Modified Paths: -------------- trunk/archive-access/projects/wayback/dist/src/site/xdoc/index.xml trunk/archive-access/projects/wayback/dist/src/site/xdoc/release_notes.xml Modified: trunk/archive-access/projects/wayback/dist/src/site/xdoc/index.xml =================================================================== --- trunk/archive-access/projects/wayback/dist/src/site/xdoc/index.xml 2008-12-05 22:21:42 UTC (rev 2646) +++ trunk/archive-access/projects/wayback/dist/src/site/xdoc/index.xml 2008-12-05 22:24:43 UTC (rev 2647) @@ -74,6 +74,16 @@ </p> </section> <section name="News"> + <subsection name="Maintenance Release - 1.4.1, 11/10/2008"> + <p> + Release 1.4.1 fixes several problems discovered in the 1.4.0 + release, and most notably disables by default the AnchorDate and + AnchorWindow features which generated some confusion. Please + see the <a href="release_notes.html">release notes</a> for + a detailed list of changes. + </p> + </subsection> + <subsection name="New Release - 1.4.0, 8/20/2008"> <p> Release 1.4.0 has several new features, as well as several 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-12-05 22:21:42 UTC (rev 2646) +++ trunk/archive-access/projects/wayback/dist/src/site/xdoc/release_notes.xml 2008-12-05 22:24:43 UTC (rev 2647) @@ -14,6 +14,61 @@ to release 1.2.0. </p> </section> + <section name="Release 1.4.1"> + <subsection name="Features"> + <ul> + <li> + Index filter which allows including/excluding records based on HTTP + response code field.(<i>ACC-43</i>) + </li> + <li> + Outputs log message instead of stack dump when failing to access + a Resource. + </li> + </ul> + </subsection> + <subsection name="Bug Fixes"> + <ul> + <li> + Some redirect records were not being located in index due to bad + logic in Duplicate record filter.(<i>ACC-30</i>) + </li> + <li> + Wayback was not throwing a NotInArchiveException when + Self-Redirect replay filter removes all records. (unreported) + </li> + <li> + Location HTTP header values were not being escaped before + placing in CDX, causing some records to have too many columns. + (<i>ACC-31</i>) + </li> + <li> + Search Result summary counts were incorrect in Url Prefix + searches.(<i>ACC-33</i>) + </li> + <li> + Implemented NoCache.jsp, a replay insert which adds a + <b>Cache-Control: no-cache</b> HTTP header to all replayed + documents.(<i>ACC-34</i>) + </li> + <li> + Timeline.jsp was using Request Date, not Capture date, which + caused Proxy Mode Timeline to show the wrong date. + (<i>ACC-36</i>) + </li> + <li> + Advanced Search reference implementation .jsp was broken. + (<i>ACC-37</i>) + </li> + <li> + AnchorDate and AnchorWindow functionality is now disabled by + default, and can be enabled via configuration on an AccessPoint. + (<i>ACC-46</i>) + </li> + </ul> + </subsection> + </section> + <section name="Release 1.4.0"> <subsection name="Features"> <ul> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |