[Rfc-markdown] Releases 1.6.16 to 1.6.20: smaller fixes

Carsten Bormann <cabo@tzi.org> Wed, 18 January 2023 21:06 UTC

Return-Path: <cabo@tzi.org>
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 61B91C1522B9 for <rfc-markdown@ietfa.amsl.com>; Wed, 18 Jan 2023 13:06:42 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.886
X-Spam-Level:
X-Spam-Status: No, score=-6.886 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dVh7IWPYXRLA for <rfc-markdown@ietfa.amsl.com>; Wed, 18 Jan 2023 13:06:36 -0800 (PST)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [134.102.50.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9F92FC1522C9 for <rfc-markdown@ietf.org>; Wed, 18 Jan 2023 13:06:35 -0800 (PST)
Received: from [192.168.217.124] (p548dc9a4.dip0.t-ipconnect.de [84.141.201.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4Nxyx44DkbzDCf3; Wed, 18 Jan 2023 22:06:32 +0100 (CET)
From: Carsten Bormann <cabo@tzi.org>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Mao-Original-Outgoing-Id: 695768791.897753-b6f1e07b1397a0f9fbb213f0e2e685f0
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
Date: Wed, 18 Jan 2023 22:06:32 +0100
Message-Id: <8149772E-76ED-4A71-911D-80C5D7DC5D9F@tzi.org>
To: rfc-markdown@ietf.org
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/W8Y-olS76tK7h29zFdO7eVBaGY0>
Subject: [Rfc-markdown] Releases 1.6.16 to 1.6.20: smaller fixes
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.39
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, 18 Jan 2023 21:06:42 -0000

Here is a roll-up of nearly half a year of smaller fixes.

As usual, update with

	gem update kramdown-rfc

(sudo required on some systems).

Grüße, Carsten


## 1.6.20: Ignore target attributes in RFC and I-D bibxml

Since version 1.3.33 [1], kramdown-rfc has had the ability to ignore target attributes in the bibxml obtained for RFCs and I-Ds, allowing xml2rfc to fill in the proper values [1].
For the last couple of years, this needed to be triggered by setting the environment variable KRAMDOWN_NO_TARGETS.
This has been set as the default for Martin Thomson's i-d-template for a long time, and no adverse effects are known.
So with version 1.6.20, KRAMDOWN_NO_TARGETS is now the default; in a pinch use KRAMDOWN_KEEP_TARGETS to revert to previous behavior.

[1]: https://mailarchive.ietf.org/arch/msg/rfc-markdown/8FKkKIMWSsUyy3s89wi3lMvgbUI 2021-02-18

## 1.6.18, 1.6.19

These updates bring the code in line with version 3.2 of the Ruby language, as released 2022-12-25.

## 1.6.17

Kramdown-rfc has fixup code to make some SVG compatible with xml2rfc’s extension restrictions on SVG.
Martin Thomson’s aasvg [2] already conforms to these restrictions, so the fixup code is no longer applied to the output of this tool.

[2]: https://github.com/martinthomson/aasvg ASCII art to SVG

## 1.6.16

The `venue` feature was generating output archive/subscription links even if it didn’t know where they actually had to go.
Fixed.