From: <bra...@us...> - 2009-07-18 01:02:50
|
Revision: 2785 http://archive-access.svn.sourceforge.net/archive-access/?rev=2785&view=rev Author: bradtofel Date: 2009-07-18 01:02:39 +0000 (Sat, 18 Jul 2009) Log Message: ----------- DOC: updated release notes with the blow-by-blow set of changes. Modified Paths: -------------- branches/wayback-1_4_2/dist/src/site/xdoc/release_notes.xml Modified: branches/wayback-1_4_2/dist/src/site/xdoc/release_notes.xml =================================================================== --- branches/wayback-1_4_2/dist/src/site/xdoc/release_notes.xml 2009-07-18 00:48:09 UTC (rev 2784) +++ branches/wayback-1_4_2/dist/src/site/xdoc/release_notes.xml 2009-07-18 01:02:39 UTC (rev 2785) @@ -14,6 +14,141 @@ to release 1.2.0. </p> </section> + <section name="Release 1.4.2"> + <subsection name="Features"> + <ul> + <li> + Added exactSchemeOnly configuration to AccessPoint, allowing + explicit distinction between http:// and https://(<i>ACC-32</i>) + </li> + <li> + Now times out requests to a slow/non-responsive RemoteResourceIndex + and remote(HTTP 1.1) ResourceStore nodes.(<i>ACC-38</i>) + </li> + <li> + experimental OpenSearchQuery .jsp implementations(<i>ACC-56</i>) + </li> + <li> + FileProxyServlet now accepts /OFFSET trailing path in addition to + Content-Range HTTP header.(<i>ACC-74</i>) + </li> + <li> + warc-indexer now has -all option to produce a CDX line for ALL + records, not just captures and revisits(<i>ACC-75</i>) + </li> + <li> + now includes file+offset for all records, keying off mime-time of + warc/revist to determine revisits at query time.(<i>ACC-76</i>) + </li> + <li> + Allow prefixing of original HTTP headers with a fixed string. + (<i>ACC-77</i>) + </li> + <li> + Now Wayback rewrites Content-Base HTTP headers.(<i>ACC-78</i>) + </li> + <li> + Timeline.jsp improvements which prevent Timeline from being severely + distorted on some pages. + </li> + <li> + Improvement to ArchivalUrl client-rewrite.js to preserve link text, + working around a bug in Internet Explorer. + </li> + </ul> + </subsection> + <subsection name="Bug Fixes"> + <ul> + <li> + Now all mime-types are escaped to prevent spaces from getting into + the CDX files.(<i>ACC-45</i>) + </li> + <li> + Some CSS URLs were being rewritten twice. (<i>ACC-53</i>) + </li> + <li> + No longer writing original pages Content-Length HTTP header to + output, which caused original pages with Lower-Case "L" in + "Content-length" to return wrong length, truncating replayed + documents. This caused some replayed pages to not have embedded + disclaimers, nor javascript rewriting of links and images. + (<i>ACC-60</i>) + </li> + <li> + Fixed severe problem with live web robots.txt retrieval where wrong + offset was being writting into the live web ResourceIndex. + (<i>ACC-62</i>) + </li> + <li> + Charset extraction from HTTP headers is now case-insensitive. + (<i>ACC-63</i>) + </li> + <li> + No longer adding content to HTML pages with FrameSet tags, as they + were being broken.(<i>ACC-65</i>) + </li> + <li> + No longer set GMT as default timezone for entire JVM.(<i>ACC-70</i>) + </li> + </ul> + </subsection> + </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. |