source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: docbook2mdoc: version 1.0.1
Date: Wed, 24 Apr 2019 13:52:43 -0500 (EST)	[thread overview]
Message-ID: <e3fe78549bca86af@fantadrom.bsd.lv> (raw)

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

                 reply	other threads:[~2019-04-24 18:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e3fe78549bca86af@fantadrom.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).