[Rfc-markdown] New xml2rfc release: v2.37.0

Henrik Levkowetz <henrik@levkowetz.com> Tue, 10 December 2019 17:06 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8DFC5120918; Tue, 10 Dec 2019 09:06:54 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4kxhg5vITJTM; Tue, 10 Dec 2019 09:06:52 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3F0B3120922; Tue, 10 Dec 2019 09:06:51 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1ieiyJ-00081R-24; Tue, 10 Dec 2019 09:06:51 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1ieiyJ-00081R-24@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 10 Dec 2019 09:06:51 -0800
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: rfc-markdown@ietf.org, xml2rfc-dev@ietf.org, xml2rfc@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/Gse84cSxfIWhpxtWEtMw0NR4kTY>
Subject: [Rfc-markdown] New xml2rfc release: v2.37.0
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Dec 2019 17:06:54 -0000

Hi,

This is an automatic notification about a new xml2rfc release, 
v2.37.0, generated when running the mkrelease script.

Release notes:

xml2rfc (2.37.0) ietf; urgency=medium

  * Added a new element <contact> with the same attributes and child
    elements as <author>, except for @role.  As a child element of
    <section> it will create a name and address block, as for authors in
    the Authors' Addresses section; as a child of <t> it will create an
    inline name entry, similar to <author> in citations.

  * Changed the handling of block elements within table cells to re-wrap
    for better column fit.  Fixes issue #454.

  * Added an error for references without anchor (in v2; in v3 this will
    be caught by the schema validation step).  Fixes issue #412.

  * Changed error handling in a couple of places so as to result in
    non-zero command-line exit values on errors.  Fixes issue #464.

  * Tweaked the <cref> text renderer to not apply <t> paragraph filling to
    the <cref> content.  Fixes an issue raised by resnick@episteme.net.

  * Changed layout of multiple instances of <extaddr> and <street> to show
    on separate lines instead of one line, comma-separated.  Changed one
    notice message to warning.

  * Added an option to silence warnings and notices starting with given
    strings.

  * Changed the HTML renderer to not emit email information in both
    primary and alternative author address blocks.

  * Added a test case using the new <contact> element, and added a couple
    of email addresses for increased coverage of email address placement
    when non-ascii address information is present.

  * Updated the handling of non-latin address information in the text
    format to follow RFC7997 and the HTML output more closely.

  * Added generation of v3.rng from v3.rnc to the Makefile, and fixed a
    schema error in the .rng file

  * Changed the default content downcoding done for things like 'smart
    quotes' to only apply to text content, not to XML element attributes.

 -- Henrik Levkowetz <henrik@levkowetz.com>  09 Dec 2019 14:50:54 +0000

The preferred way to install xml2rfc is by doing 'pip install xml2rfc',
and 'pip install --upgrade xml2rfc' to upgrade.  If there are system-
installed python modules which pip will not upgrade, you may have to
use 'pip install --upgrade --no-deps xml2rfc' and install dependencies
manually.

The new version is also available through SVN checkout, with
  'svn checkout http://svn.tools.ietf.org/svn/tools/xml2rfc/tags/cli/2.37.0'

Regards,

	Henrik
	(via the mkrelease script)