From: Michael S. <sta...@us...> - 2005-10-17 21:51:48
|
Update of /cvsroot/archive-access/archive-access/projects/wera/src/articles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1967/src/articles Added Files: releasenotes.xml Log Message: * project.xml Added pointer to downloads page. * xdocs/navigation.xml Added poitner to new release notes. * src/articles/releasenotes.xml Added new release notes document. Brought over old release notes and put them here. --- NEW FILE: releasenotes.xml --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <article> <title>WERA Release Notes</title> <articleinfo> <date>$Date: 2005/10/17 21:51:35 $</date> </articleinfo> <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> |