[BACK]Return to NEWS CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / docbook2mdoc

Annotation of docbook2mdoc/NEWS, Revision 1.2

1.2     ! schwarze    1: Changes in version 1.0.1, released on April 24, 2019
        !             2:
        !             3:    --- NEW PARSER FEATURES ---
        !             4:  * Handle file inclusion via "<!ENTITY %".
        !             5:  * Translate decimal character entities to Unicode escapes.
        !             6:  * Handle <tag> like <sgmltag> and <markup>.
        !             7:    --- RELIABILITY BUGFIX ---
        !             8:  * Do not crash when an ignored element contains an attribute.
        !             9:    --- FORMATTING IMPROVEMENTS ---
        !            10:  * Correctly translate input to output line breaks in no-fill elements.
        !            11:  * Improve spacing of text nodes inside macro arguments.
        !            12:  * Better handle <void> as a child of <funcprototype>.
        !            13:  * Better handle <info> as a child of <refentry>.
        !            14:  * Correct delimiter spacing between <term> elements.
        !            15:  * Insert a paragraph break after displays and after non-compact lists.
        !            16:    --- THANKS TO ---
        !            17:  * Stephen Gregoratto for a small patch and two bug reports.
        !            18:  * Jan Stary for a bug report.
1.1       schwarze   19:
                     20: Changes in version 1.0.0, released on April 17, 2019
                     21:
                     22:  * Stop using expat because it cannot handle invalid input gracefully.
                     23:  * Drop input validation functionality, make it a best-effort formatter.
                     24:  * Implement file inclusion via <xi:include> and via <!ENTITY>.
                     25:  * Implement -T lint and -T tree dump output modes.
                     26:  * Handle large numbers of additional elements.
                     27:  * Dynamic assignment of header levels.
                     28:  * Overhaul whitespace handling on the input and output sides.
                     29:  * Overhaul paragraph handling.
                     30:  * Initial MathML support.
                     31:  * Switch to mandoc(1)-style EXIT STATUS and DIAGNOSTICS.
                     32:  * Large numbers of formatting and structural improvements.
                     33:    --- THANKS TO ---
                     34:  * Stephen Gregoratto for four patches and several bug reports.
                     35:  * Anthony Bentley and Svyatoslav Mishyn for minor patches.
                     36:
                     37: Changes in version 0.0.9, released on April 30, 2014
                     38:
                     39:  * Add the -W command line option.
                     40:  * Handle trailing delimiters after macros.
                     41:  * Handle <fieldsynopsis>, <modifier>, <type>.
                     42:
                     43: Changes in version 0.0.8, released on April 30, 2014
                     44:
                     45:  * Handle <contstant>, <copyright>, <holder>, <informaltable>,
                     46:    <trademark>, <year>.
                     47:  * Ignore <xi:include>.
                     48:
                     49: Changes in version 0.0.7, released on April 2, 2014
                     50:
                     51:  * Handle <application>, <caution>, <note>, <quote>, <sgmltag>,
                     52:    <tip>, <warning>.
                     53:
                     54: Changes in version 0.0.6, released on April 2, 2014
                     55:
                     56:  * Initial support for tables.
                     57:  * Handle <envar>, <filename>, <group>, <itemizedlist>, <link>,
                     58:    <literal>, <orderedlist>, <prompt>, <sbr>, <screen>, <userinput>,
                     59:    <variablelist>, <varname>.
                     60:
                     61: Changes in version 0.0.4, released on March 29, 2014
                     62:
                     63:  * Support for XML element attributes.
                     64:  * Handle <structname>.
                     65:  * Commas between names in the NAME section.
                     66:
                     67: Start of development in CVS and first public release:
                     68: Version 0.0.2, released on March 28, 2014.

CVSweb