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

Henrik Levkowetz <henrik@levkowetz.com> Wed, 06 February 2019 21:39 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 1129B130EE0; Wed, 6 Feb 2019 13:39:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] 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 a8DaTaG1cNW9; Wed, 6 Feb 2019 13:39:15 -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 AD8D0130ECD; Wed, 6 Feb 2019 13:39:15 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1grUuZ-0001Xw-Ix; Wed, 06 Feb 2019 13:39:15 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1grUuZ-0001Xw-Ix@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 06 Feb 2019 13:39: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/rfc-markdown/3TYWFrsJAaHkVaxbu2pj38UKuFI>
Subject: [Rfc-markdown] New xml2rfc release: v2.18.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: Wed, 06 Feb 2019 21:39:17 -0000

Hi,

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

Release notes:

xml2rfc (2.18.0) ietf; urgency=medium

  This release provides additional support for <referencegroup> rendering, and
  and adds validation of fetched reference files before they are used or put
  in the reference cache.  A warning for un-cited references was added to the
  preptool; this has been present for v2 renderers for a long time, but was
  absent from the v3 specification.  A number of bugs have also been fixed.
  From the commit log:

  * Fixed an issue with the v3 html renderer when given an author without 
    an address entry.  Fixes issue #390.

  * Fixed a bug in the HTML renderer's SVG reading exception code.  Added
    support for a <referencegroup> target attribute, and suppression of target
    URLs for indivudual entries within a <referencegroup>.

  * Adjusted the text rendering of reference annotations to match the html 
    rendering better.  Added support for <referencegroup> target rendering.  
    Suppressed rendering of target URLs for individual entries in a 
    referencegroup.

  * Added a preptool check for reference citations, as earlier provided by v2
    renderers.  Made the reference section numbering code more general, to
    support additional levels in the future.

  * Added an attribute 'target' to <referencegroup>, in order to be able to
    link out to for instance IETF STD and BCP documents.

  * Added ValueError to the exceptions caught on 'import weasyprint' as a 
    workaround for a problem in Python's locale.py file under 3.7.

  * Added the Python version to the version list emitted with --version 
    --verbose.

  * Added validation of included reference files before usage, to prevent
    html files fetched from dns-spoofing captive portals from being used.

 -- Henrik Levkowetz <henrik@levkowetz.com>  06 Feb 2019 13:22:38 -0800

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.18.0'

Regards,

	Henrik
	(via the mkrelease script)