[Rfc-markdown] New xml2rfc release: v3.7.0
Robert Sparks <rjsparks@nostrum.com> Mon, 05 April 2021 20:11 UTC
Return-Path: <rjsparks@nostrum.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 896323A2603;
Mon, 5 Apr 2021 13:11:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.233
X-Spam-Level:
X-Spam-Status: No, score=-1.233 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665,
URIBL_BLOCKED=0.001] autolearn=no 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 H2GTmAgtvCl6; Mon, 5 Apr 2021 13:11:53 -0700 (PDT)
Received: from dunkelfelder.tools.ietf.org (dunkelfelder.tools.ietf.org
[217.69.81.146])
(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 8639D3A25FC;
Mon, 5 Apr 2021 13:11:51 -0700 (PDT)
Received: from rjsparks by dunkelfelder.tools.ietf.org with local (Exim 4.84_2)
(envelope-from <rjsparks@nostrum.com>)
id 1lTVZb-0001bf-0f; Mon, 05 Apr 2021 22:11:47 +0200
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1lTVZb-0001bf-0f@dunkelfelder.tools.ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Date: Mon, 05 Apr 2021 22:11:47 +0200
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: rjsparks@nostrum.com
X-SA-Exim-Scanned: No (on dunkelfelder.tools.ietf.org);
SAEximRunCond expanded to false
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/fx_rkHw1XLvkgE1W8En5k7mwEQw>
Subject: [Rfc-markdown] New xml2rfc release: v3.7.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: Mon, 05 Apr 2021 20:11:58 -0000
Hi,
This is an automatic notification about a new xml2rfc release,
v3.7.0, generated when running the mkrelease script.
Release notes:
xml2rfc (3.7.0) ietf; urgency=medium
* Updated manpage.txt and docfiles
* Remove mention of Python2.7 from the README. Add pointer to
self-generated documentation.
* Merged in [3922] from jennifer@painless-security.com:
Restore xref format for cref target from r3890 (was accidentally
reverted in r3910). Fixes #431.
* Merged in [3924] from jennifer@painless-security.com:
Handle iref items starting with special characters when constructing
index. Fixes #603.
* Merged in [3925] from jennifer@painless-security.com:
Include the index in the toc and retain index in prepped XML.
Fixes #607.
* Merged in [3926] from jennifer@painless-security.com:
Correctly gather irefs by item/subitem. Improve index rendering. Use
section numbers for xref text in index. Fixes #418. Fixes #610.
* Changed the Makefile's use of bash builtin read to only test for
non-zero responses, instead of looking for responses higher than 128.
Not all bash, and in particular not the bash available on osx, return
error codes higher than 1 for the read builtin.
-- Robert Sparks <rjsparks@nostrum.com> 05 Apr 2021 22:07:29 +0200
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 https://svn.tools.ietf.org/svn/tools/xml2rfc/tags/cli/3.7.0'
Documentation for this release is built-in, and also available at:
https://xml2rfc.tools.ietf.org/xml2rfc-doc-3.7.0.html
Regards,
Robert Sparks
(via the mkrelease script)
- [Rfc-markdown] New xml2rfc release: v3.7.0 Robert Sparks