source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* docbook2mdoc: version 1.0.1
@ 2019-04-24 18:52 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2019-04-24 18:52 UTC (permalink / raw)
  To: source

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 "<!ENTITY %".
+ * Translate decimal character entities to Unicode escapes.
+ * Handle <tag> like <sgmltag> and <markup>.
+   --- 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 <void> as a child of <funcprototype>.
+ * Better handle <info> as a child of <refentry>.
+ * Correct delimiter spacing between <term> 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-24 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-24 18:52 docbook2mdoc: version 1.0.1 schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).