[xml2rfc-dev] New xml2rfc release: v3.1.0
Henrik Levkowetz <henrik@levkowetz.com> Sun, 13 September 2020 15:53 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 DD5AF3A0A0C;
Sun, 13 Sep 2020 08:53:26 -0700 (PDT)
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 uxU5S18W2a8g; Sun, 13 Sep 2020 08:53:25 -0700 (PDT)
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 154853A0A02;
Sun, 13 Sep 2020 08:53:25 -0700 (PDT)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80)
(envelope-from <henrik@levkowetz.com>)
id 1kHUJg-0006PU-Sl; Sun, 13 Sep 2020 08:53:24 -0700
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1kHUJg-0006PU-Sl@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sun, 13 Sep 2020 08:53:24 -0700
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/75niuW40EloOkuZjOf7eJW0p_zU>
Subject: [xml2rfc-dev] New xml2rfc release: v3.1.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: Sun, 13 Sep 2020 15:53:27 -0000
Hi,
This is an automatic notification about a new xml2rfc release,
v3.1.0, generated when running the mkrelease script.
Release notes:
xml2rfc (3.1.0) ietf; urgency=medium
* Fixed an issue with an extra comma rendered in HTML for empty date
elements. Fixes issue #542.
* Added escaping of quotes in page footer and header components when
generating the @page CSS for PDF output, in order to avoid issues
when building quoted CSS content strings from the components.
Fixes issue #544.
* Added a CSS workaround for an unexpected HTML rendering behaviour in
some browsers, where a <dt> following an empty <dd> would be indented.
Fixes issue #545.
* Improved error messages and the handling of artwork with no "type"
attribute value when "binary-art" would have been correct.
Fixes issue #535.
* Reverted the default value for the --legacy-date-format to false, on
request from the RPC.
* Fixed table cell padding to not add left paddding for left-aligned
columns if not all lines in the column can be padded in the same manner,
and similarly for right-aligned columns. Fixes issue #543.
* Tweaked utils.build_dataurl() to give consistent results across Python
versions (tilde was added to the default safe characters in Python 3.7,
so the default percentage-escape results of binary content differed if
it contained a 0x7e (tilde) character.
* Fixed a bug in finding the length of the longest word in a table cell,
used to determine minimum cell width for text output.
* Added a new test case with a tightly constrained table to excercise the
issue in #543.
* Added <title> to the list of elements that can have Latin script
content without needing the 'ascii' attribute set. Fixes issue #525.
* Refined the rendering of <xref> with format='title' for the text
formatter.
* Added docfile and manpage information about elements that are permitted
to have Latin script content without an ascii attribute equivalent being
set.
* Expanded on the docfile description of elements that can have Latin
script content without ASCII fallback.
* Added a test case related to issue #525.
* Changed the HTML rendering of <xref> within <name> to use square
brackets. Fixes issue #498.
-- Henrik Levkowetz <henrik@levkowetz.com> 13 Sep 2020 15:49:00 +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/3.1.0'
Documentation for this release is built-in, and also available at:
https://xml2rfc.tools.ietf.org/xml2rfc-doc-3.1.0.html
Regards,
Henrik
(via the mkrelease script)
- [xml2rfc-dev] New xml2rfc release: v3.1.0 Henrik Levkowetz