From: Sverre B. <sv...@us...> - 2005-10-21 13:20:21
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6238 Modified Files: releasenotes.xml Log Message: Added info on upcoming release 1.4 Index: releasenotes.xml =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wera/src/articles/releasenotes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** releasenotes.xml 17 Oct 2005 21:51:35 -0000 1.1 --- releasenotes.xml 21 Oct 2005 13:19:57 -0000 1.2 *************** *** 11,85 **** <sect1 id="0_4_0"> <title>Release 0.4.0 - NOT YET RELEASED</title> <abstract> ! <para>TODO</para> </abstract> <sect2 id="0_4_0_limitations"> <title>Known Limitations/Issues</title> ! <sect3><title>?</title> ! <para> ! ? ! </para> ! </sect3> </sect2> <sect2 id="0_4_0_changes"> ! <title>Changes</title> ! <sect3 > ! <title>?</title> ! <para /> ! </sect3> ! </sect2> ! </sect1> <sect1 id="0_2_2"> <title>Release 0.2.2</title> <abstract> <para>Bug fixes</para> </abstract> <sect2 id="0_2_2_changes"> ! <title>Changes</title> ! ! <para>Fixed ! <ulink url="http://sourceforge.net/tracker/index.php?func=detail&aid=1277376&group_id=118427&atid=681137">1277376 duplicate hits in result list</ulink>. WERA now uses NutchWAX's dedup functionality to supress duplicate ! hits in result list. Gives improved performance.</para> ! </sect2> ! </sect1> <sect1 id="0_2_1"> <title>Release 0.2.1</title> <abstract> <para>First release of WERA</para> </abstract> <sect2> <title>Known Limitations/Issues</title> ! <para>When no X installed the Java based installer should fall back to ! console mode. Some reports of problems with this. If so, install wera ! manually. See manual. ! </para> ! <para>WERA does not work properly with PHP5. Has to do with PHP5's new ! Object Model. When using the 'NEAR' mode of the documentLocator it will ! return a resultset concatenated by the resultsets for 'BEFORE' ! and 'AFTER' instead of returning the one closest in time. Results in ! wrong aid to the documentRetriever when presenting inline objects. ! </para> </sect2> <sect2 id="0_2_1_changes"> ! <title>Changes</title> ! <para> ! <orderedlist> ! <listitem>Support for nutchwax search engine added</listitem> ! <listitem>Support for nwalucene search removed (replaced by the above). ! </listitem> ! <listitem>Support for Fast Search Engine currently not working (will be added in later version).</listitem> ! <listitem>Advanced search removed (may be added in later ! version).</listitem> ! <listitem>Server side link rewriting replaced by javascript client side ! link rewriting.</listitem> ! </orderedlist> ! </para> ! </sect2> ! </sect1> ! </article> --- 11,159 ---- <sect1 id="0_4_0"> <title>Release 0.4.0 - NOT YET RELEASED</title> + <abstract> ! <para>Improved exacturl handling, error handling and encoding issues. ! Bug fixes.</para> </abstract> <sect2 id="0_4_0_limitations"> <title>Known Limitations/Issues</title> ! ! <sect3> ! <title>No canonization of URLS</title> ! ! <para>Currently, .no canonization of url is done in Wera. If a link ! points to an url that is indexed with a different form (e.g ! http://www.nb.no instead of http://nb.no), Wera will not find this in ! the index and therefore will report: <emphasis>Sorry, no documents ! with the given uri were found.</emphasis> See <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312202&group_id=118427&atid=681137">bugtracker ! issue</ulink>.</para> ! </sect3> ! ! <sect3> ! <title>Redirects not handled</title> ! ! <para>Wera does nothing to handle redirects. The result, depending on ! the nature of the redirect, will be either that the actual resource is ! not displayedat all in Wera or that a redirect to live web is executed ! within the Wera view without any information to the user See ! bugtracker issues <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312200&group_id=118427&atid=681137">1312200</ulink> ! and <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1312214&group_id=118427&atid=681137">1312214</ulink>.</para> ! </sect3> ! ! <sect3> ! <title>Advanced search not ready</title> ! ! <para>The advanced search has not been prioritized for this release. ! Functionality needed not specified.</para> ! </sect3> </sect2> + <sect2 id="0_4_0_changes"> ! <title>Changes</title> ! ! <sect3> ! <title>Exacturl handling</title> ! ! <para>The handling of exacturl searches has been improved considerably ! on both Wera and NutchWax side. Wera uses the exacturl search ! functionality extensively both for counting versions of a given url ! and to determine the mapping between a given url/timestamp and its Arc ! name and offset.</para> ! </sect3> ! ! <sect3> ! <title>Error handling</title> ! ! <para>Wera's error messages has been imporved. Instead of printing ! cryptical PHP warnings and errors it prints more meaningful error ! messages enabling to user to understand what is wrong.</para> ! </sect3> ! ! <sect3> ! <title>Query encoding issues</title> ! ! <para>There were major problems with querying with non-ISO8859 ! characters. To solve this issue changes were made to both Wera and ! NutchWax.</para> ! </sect3> ! ! <sect3> ! <title>Encoding issues when vieving archived pages</title> ! ! <para>Wera now sets the encoding in the header of a given web page ! prior to sending the page to the users browser. The encoding sent is ! the encoding detected by NutchWax at index time.</para> ! </sect3> ! </sect2> ! </sect1> <sect1 id="0_2_2"> <title>Release 0.2.2</title> + <abstract> <para>Bug fixes</para> </abstract> + <sect2 id="0_2_2_changes"> ! <title>Changes</title> ! ! <para>Fixed <ulink ! url="http://sourceforge.net/tracker/index.php?func=detail&aid=1277376&group_id=118427&atid=681137">1277376 ! duplicate hits in result list</ulink>. WERA now uses NutchWAX's dedup ! functionality to supress duplicate hits in result list. Gives improved ! performance.</para> ! </sect2> ! </sect1> <sect1 id="0_2_1"> <title>Release 0.2.1</title> + <abstract> <para>First release of WERA</para> </abstract> + <sect2> <title>Known Limitations/Issues</title> ! ! <para>When no X installed the Java based installer should fall back to ! console mode. Some reports of problems with this. If so, install wera ! manually. See manual.</para> ! ! <para>WERA does not work properly with PHP5. Has to do with PHP5's new ! Object Model. When using the 'NEAR' mode of the documentLocator it will ! return a resultset concatenated by the resultsets for 'BEFORE' and ! 'AFTER' instead of returning the one closest in time. Results in wrong ! aid to the documentRetriever when presenting inline objects.</para> </sect2> + <sect2 id="0_2_1_changes"> ! <title>Changes</title> ! <para><orderedlist> ! <listitem> ! Support for nutchwax search engine added ! </listitem> + <listitem> + Support for nwalucene search removed (replaced by the above). + </listitem> ! <listitem> ! Support for Fast Search Engine currently not working (will be added in later version). ! </listitem> ! ! <listitem> ! Advanced search removed (may be added in later version). ! </listitem> ! ! <listitem> ! Server side link rewriting replaced by javascript client side link rewriting. ! </listitem> ! </orderedlist></para> ! </sect2> ! </sect1> ! </article> \ No newline at end of file |