[xml2rfc-dev] New xml2rfc release: v2.38.0

Henrik Levkowetz <henrik@levkowetz.com> Tue, 14 January 2020 18:36 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: xml2rfc-dev@ietfa.amsl.com
Delivered-To: xml2rfc-dev@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AC3AF120B93; Tue, 14 Jan 2020 10:36:20 -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 LJ-ciL4X4AMd; Tue, 14 Jan 2020 10:36:16 -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 F023312096B; Tue, 14 Jan 2020 10:36:15 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1irR31-0000Sv-RH; Tue, 14 Jan 2020 10:36:15 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1irR31-0000Sv-RH@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 14 Jan 2020 10:36:15 -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/xml2rfc-dev/OZTyUykLfjqCtogXfABBsJNsgMw>
Subject: [xml2rfc-dev] New xml2rfc release: v2.38.0
X-BeenThere: xml2rfc-dev@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Discussion about particulars of xml2rfc V3 design, development and code." <xml2rfc-dev.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc-dev>, <mailto:xml2rfc-dev-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc-dev/>
List-Post: <mailto:xml2rfc-dev@ietf.org>
List-Help: <mailto:xml2rfc-dev-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc-dev>, <mailto:xml2rfc-dev-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 14 Jan 2020 18:36:21 -0000

Hi,

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

Release notes:

xml2rfc (2.38.0) ietf; urgency=medium

  * Tweaked the preptool handling of <xref> in <toc>.  Further addresses
    issue #466, fixing an issue that could occur if a section used for
    instance <sub> or <sup>.

  * Fixed an off-by-one error in list indexing during text wrapping of
    first page header content.  Fixes issue #483.

  * Tweaked the output for <xref format='title'> when refering to Reference 
    entries.

  * Fixed a Py2/Py3 code compatibility issue

  * Tweaked the handling of <artwork type='ascii-art'> to insert '(Artwork 
    only available as ...)' text also for text content which is only whitespace.

  * Changed utils.isblock() to use a list of element tags derived from the 
    schema instead of a static list, to avoid discrepancies between schema
    and code.

  * Changed the parser's handling of inter-element blank text to keep instead 
    of remove, in order to not drop intentional blank space between for 
    instance <xref> instances.

  * Reverted the silencing of warnings related to postal address input.  
    Addresses issue #437.

  * Added code to deal better with <iref> as a direct child of <section>.  
    Fixes issue #479.

  * Fixed a bug where text after <iref> was lost by the text formatter.  
    Fixes issue #480

  * Added an option to list recognised country names for use with 
    <country>, and changed the note() emitted for unrecognized countries to a 
    warning.  Added some new alternative country strings.

  * Updated test masters

  * Fixed a problem with <author> entries with only <organization> 
    information.  Fixes issue #424.

  * Added a minimum width setting for tables, in order to avoid table 
    captions rendering in very narrow space when the table itself is narrow.  
    Fixes issue #482.

  * Avoid double space after initial when <contact> is rendered inline.  
    Fixes issue #478.

  * Added code to recognise another case of inconsistent table row cell 
    counts and report the issue.

  * Added 'P.R. China' as a recognized country name.

  * From Python 3.2 and later, cgi.encode() is deprecated.  Changed to use
    html.encode() instead.

 -- Henrik Levkowetz <henrik@levkowetz.com>  14 Jan 2020 18:08:08 +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.38.0'

Regards,

	Henrik
	(via the mkrelease script)