[ 
https://issues.apache.org/jira/browse/LUCENE-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Rowe updated LUCENE-2517:
--------------------------------

    Attachment: LUCENE-2517.patch

This patch addresses the following issues:

# Release headers (==== Release X.X.X .... ====) can be spelled with "Lucene" 
instead of "Release": ==== Lucene X.X.X ... ====
# Release versions can have .X, .Y or .Z components (e.g. 3.x)
# JavaScript isOlder() method had a (no longer correct) hard-coded regex to 
recognize the two latest releases.  This regex is now generated from the two 
latest releases.
# <code> -> <code><pre> (to make them look better in HTML) is now blocked for 
inline usages, so that newlines are not added to the HTML version when they are 
not present in CHANGES.txt.
# Imbalanced parentheses were incorrectly recognized as attribution onset.

> changes-to-html: fixes and improvements
> ---------------------------------------
>
>                 Key: LUCENE-2517
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2517
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Steven Rowe
>            Priority: Trivial
>         Attachments: LUCENE-2517.patch
>
>
> The [Lucene Hudson 
> Changes.html|http://hudson.zones.apache.org/hudson/job/Lucene-trunk/lastSuccessfulBuild/artifact/lucene/build/docs/changes/Changes.html]
>  looks bad because changes2html.pl doesn't properly handle some new usages in 
> CHANGES.txt.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to