Modified: uima/site/trunk/uima-website/docs/d/ruta-current/tools.ruta.book.pdf URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/d/ruta-current/tools.ruta.book.pdf?rev=1902306&r1=1902305&r2=1902306&view=diff ============================================================================== Binary files - no diff available.
Modified: uima/site/trunk/uima-website/docs/downloads.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1902306&r1=1902305&r2=1902306&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/downloads.html (original) +++ uima/site/trunk/uima-website/docs/downloads.html Tue Jun 28 09:55:23 2022 @@ -399,27 +399,27 @@ <tr> <td class="downloadtitle"><h3 class="downloadartifact"> - <a href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.1.0/RELEASE_NOTES.html"> - UIMA Ruta 3.1.0</a></h3></td> + <a href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.2.0/RELEASE_NOTES.md"> + UIMA Ruta 3.2.0</a></h3></td> <td> - <div class="htmltxt"><a href='https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.1.0/RELEASE_NOTES.html'>html</a></div> + <div class="htmltxt"><a href='https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.2.0/RELEASE_NOTES.md'>md</a></div> </td> <td> </td> <td> <table class="downloadentries"> <tr> - <td><a href='[preferred]/uima//ruta-3.1.0/ruta-3.1.0-source-release.zip'>zip</a></td> - <td>[<a href='https://www.apache.org/dist/uima//ruta-3.1.0/ruta-3.1.0-source-release.zip.asc'>asc</a>]</td> + <td><a href='[preferred]/uima//ruta-3.2.0/ruta-3.2.0-source-release.zip'>zip</a></td> + <td>[<a href='https://www.apache.org/dist/uima//ruta-3.2.0/ruta-3.2.0-source-release.zip.asc'>asc</a>]</td> - <td>[<a href='https://www.apache.org/dist/uima//ruta-3.1.0/ruta-3.1.0-source-release.zip.sha512'>sha512</a>]</td> + <td>[<a href='https://www.apache.org/dist/uima//ruta-3.2.0/ruta-3.2.0-source-release.zip.sha512'>sha512</a>]</td> </tr> </table> </td> <td> - <div class="htmltxt">15-May-2021</div> + <div class="htmltxt">28-Jun-2022</div> </td> </tr> Modified: uima/site/trunk/uima-website/docs/news.html URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1902306&r1=1902305&r2=1902306&view=diff ============================================================================== --- uima/site/trunk/uima-website/docs/news.html (original) +++ uima/site/trunk/uima-website/docs/news.html Tue Jun 28 09:55:23 2022 @@ -232,6 +232,13 @@ <blockquote class="sectionBody"> <table class="subsectionToc"> <tr > + <td>28 Jun 2022</td> + <td><a href='#28 Jun 2022'> + Apache UIMA Ruta 3.2.0 released + </a> + </td> + </tr> + <tr > <td>03 Jun 2022</td> <td><a href='#03 Jun 2022'> Apache UIMA uimaFIT 3.3.0 released @@ -852,6 +859,42 @@ <tr><td> + + <a name="28 Jun 2022"> + <h2>28 Jun 2022 + – Apache UIMA Ruta 3.2.0 released + </h2> + </a> + </td></tr> + <tr><td> + <blockquote class="subsectionBody"> + <p> + The Apache UIMA team is happy to announce the release of Ruta 3.2.0. + </p> + <p>Changes include: + <ul> + <li>[UIMA-6411] - Avoid creation of `RutaBasics` for bad annotations</li> + <li>[UIMA-6406] - Removing an annotation inside a `BLOCK` only takes effect outside the block</li> + <li>[UIMA-6408] - No type check of features in `TRANSFER`</li> + <li>[UIMA-6409] - Possible endless wildcard lookahead in combination with subtokens</li> + <li>[UIMA-6414] - Missing match for optional after sidestep out of composed</li> + <li>[UIMA-6404] - `@` with quantifier ignores matches</li> + <li>[UIMA-6405] - Local variable not captured properly in a wildcard matching condition.</li> + <li>[UIMA-6461] - Wrong argument to `contains()`</li> + <li>[UIMA-6399] - `RutaPatternCache` prevents `CPEEngine` from terminating</li> + <li>[UIMA-6383] - TRIE - Wordlist entry not annotated</li> + <li>[UIMA-6394] - Label assignment in alternative match causes problems</li> + </ul> + </p> + <p>Please see the <a target="_blank" rel="noopener" href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.2.0/issuesFixed/jira-report.html"> + the complete list of issues fixed</a> for more details of the changes.</p> + </blockquote> + </td></tr> + </table> + <table class="subsectionTable"> + <tr><td> + + <a name="03 Jun 2022"> <h2>03 Jun 2022 Modified: uima/site/trunk/uima-website/xdocs/news.xml URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1902306&r1=1902305&r2=1902306&view=diff ============================================================================== --- uima/site/trunk/uima-website/xdocs/news.xml (original) +++ uima/site/trunk/uima-website/xdocs/news.xml Tue Jun 28 09:55:23 2022 @@ -30,6 +30,31 @@ <section name="Apache UIMA News"> <subsectionToc/> + + <subsection name="28 Jun 2022" date="28 Jun 2022" title="Apache UIMA Ruta 3.2.0 released"> + <p> + The Apache UIMA team is happy to announce the release of Ruta 3.2.0. + </p> + + <p>Changes include: + <ul> + <li>[UIMA-6411] - Avoid creation of `RutaBasics` for bad annotations</li> + <li>[UIMA-6406] - Removing an annotation inside a `BLOCK` only takes effect outside the block</li> + <li>[UIMA-6408] - No type check of features in `TRANSFER`</li> + <li>[UIMA-6409] - Possible endless wildcard lookahead in combination with subtokens</li> + <li>[UIMA-6414] - Missing match for optional after sidestep out of composed</li> + <li>[UIMA-6404] - `@` with quantifier ignores matches</li> + <li>[UIMA-6405] - Local variable not captured properly in a wildcard matching condition.</li> + <li>[UIMA-6461] - Wrong argument to `contains()`</li> + <li>[UIMA-6399] - `RutaPatternCache` prevents `CPEEngine` from terminating</li> + <li>[UIMA-6383] - TRIE - Wordlist entry not annotated</li> + <li>[UIMA-6394] - Label assignment in alternative match causes problems</li> + </ul> + </p> + + <p>Please see the <a target="_blank" rel="noopener" href="https://svn.apache.org/repos/asf/uima/site/archive/docs/d/ruta-3.2.0/issuesFixed/jira-report.html"> + the complete list of issues fixed</a> for more details of the changes.</p> + </subsection> <subsection name="03 Jun 2022" date="03 Jun 2022" title="Apache UIMA uimaFIT 3.3.0 released"> <p> Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=1902306&r1=1902305&r2=1902306&view=diff ============================================================================== --- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original) +++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Tue Jun 28 09:55:23 2022 @@ -89,9 +89,9 @@ <releasenotes filename="uimafit-3.3.0/README"> <f>md</f> </releasenotes> <source filename="uimafit-3.3.0-source-release"> <f>zip</f> </source> </download> - <download name="UIMA Ruta 3.1.0" subdirectory="ruta-3.1.0" releasedate="15-May-2021"> - <releasenotes filename="ruta-3.1.0/RELEASE_NOTES"> <f>html</f> </releasenotes> - <source filename="ruta-3.1.0-source-release"> <f>zip</f> </source> + <download name="UIMA Ruta 3.2.0" subdirectory="ruta-3.2.0" releasedate="28-Jun-2022"> + <releasenotes filename="ruta-3.2.0/RELEASE_NOTES"> <f>md</f> </releasenotes> + <source filename="ruta-3.2.0-source-release"> <f>zip</f> </source> </download> <download name="UIMA DUCC 3.0.0" subdirectory="uima-ducc-3.0.0" releasedate="26-Apr-2019"> <releasenotes filename="uima-ducc-3.0.0/RELEASE_NOTES"> <f>html</f> </releasenotes>
