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 fe009adf for ; Mon, 29 Apr 2019 06:14:38 -0500 (EST) Date: Mon, 29 Apr 2019 06:14:38 -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.2 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.2 Modified Files: -------------- docbook2mdoc: Makefile NEWS Revision Data ------------- Index: NEWS =================================================================== RCS file: /home/cvs/mdocml/docbook2mdoc/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -LNEWS -LNEWS -u -p -r1.2 -r1.3 --- NEWS +++ NEWS @@ -1,3 +1,14 @@ +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 --- Index: Makefile =================================================================== RCS file: /home/cvs/mdocml/docbook2mdoc/Makefile,v retrieving revision 1.28 retrieving revision 1.29 diff -LMakefile -LMakefile -u -p -r1.28 -r1.29 --- Makefile +++ Makefile @@ -1,4 +1,4 @@ -VERSION = 1.0.1 +VERSION = 1.0.2 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