From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 4103d356 for ; Wed, 24 Apr 2019 13:52:43 -0500 (EST) Date: Wed, 24 Apr 2019 13:52:43 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: docbook2mdoc: version 1.0.1 X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- version 1.0.1 Modified Files: -------------- docbook2mdoc: Makefile NEWS Revision Data ------------- Index: NEWS =================================================================== RCS file: /home/cvs/mdocml/docbook2mdoc/NEWS,v retrieving revision 1.1 retrieving revision 1.2 diff -LNEWS -LNEWS -u -p -r1.1 -r1.2 --- NEWS +++ NEWS @@ -1,3 +1,21 @@ +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 Index: Makefile =================================================================== RCS file: /home/cvs/mdocml/docbook2mdoc/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -LMakefile -LMakefile -u -p -r1.25 -r1.26 --- Makefile +++ Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0.0 +VERSION = 1.0.1 CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings WWWPREFIX = /var/www/vhosts/mdocml.bsd.lv/htdocs/docbook2mdoc PREFIX = /usr/local -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv