=================================================================== RCS file: /cvs/docbook2mdoc/NEWS,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- docbook2mdoc/NEWS 2019/04/17 18:45:54 1.1 +++ docbook2mdoc/NEWS 2019/04/29 11:14:08 1.3 @@ -1,3 +1,32 @@ +Changes in version 1.0.2, released on April 29, 2019 + + --- NEW PARSER FEATURES --- + * Handle : better formatting of many non- documents. + * Handle like
. + * Explicitly ignore . + --- STRUCTURAL IMPROVEMENTS --- + * Start a new module reorg.c, to edit and move around nodes. + * Provide a new function pnode_alloc_text() to generate a text node. + * Introduce an xmalloc.c module to automatically exit when out of memory. + +Changes in version 1.0.1, released on April 24, 2019 + + --- NEW PARSER FEATURES --- + * Handle file inclusion via " like and . + --- RELIABILITY BUGFIX --- + * Do not crash when an ignored element contains an attribute. + --- FORMATTING IMPROVEMENTS --- + * Correctly translate input to output line breaks in no-fill elements. + * Improve spacing of text nodes inside macro arguments. + * Better handle as a child of . + * Better handle as a child of . + * Correct delimiter spacing between elements. + * Insert a paragraph break after displays and after non-compact lists. + --- THANKS TO --- + * Stephen Gregoratto for a small patch and two bug reports. + * Jan Stary for a bug report. Changes in version 1.0.0, released on April 17, 2019