source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: docbook2mdoc: version 1.0.2
Date: Mon, 29 Apr 2019 06:14:38 -0500 (EST)	[thread overview]
Message-ID: <e3febb33a518b106@fantadrom.bsd.lv> (raw)

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 <abstract>: better formatting of many non-<refentry> documents.
+ * Handle <reference> like <section>.
+ * Explicitly ignore <keycombo>.
+   --- 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

                 reply	other threads:[~2019-04-29 11:14 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=e3febb33a518b106@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).