
From nobody Mon Jun 14 08:46:15 2021
Return-Path: <rjsparks@nostrum.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9A84E3A2898; Mon, 14 Jun 2021 08:46:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level: 
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
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 84bxGZBpKfY0; Mon, 14 Jun 2021 08:46:02 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 0CD203A2897; Mon, 14 Jun 2021 08:46:01 -0700 (PDT)
Received: from 84d908c3c732 ([47.186.34.206]) (authenticated bits=0) by nostrum.com (8.16.1/8.16.1) with ESMTPSA id 15EFjx46082639 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 14 Jun 2021 10:46:00 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1623685560; bh=mrg3mtV0NFmFdPajhqlZZo1PS2Kg2oqsSHvtaYSgFKQ=; h=From:To:Subject:Cc:Date; b=QAWiqx8HnZiXpNb9b75Y3f8i2rSeWMbWTdc0qZSbDC9YbdRaQGS3rFWGGA4aVtlK2 /U3J3SdWETbrxwOOCm32SAuEbCEpjf3DL+lednLHEIjctRfcendzxTTEes0Cl0/tul WwTOlEBAZekeBOLQ97NYtJj3ODQpoMkICvp3uJxg=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.34.206] claimed to be 84d908c3c732
Received: from rjsparks by 84d908c3c732 with local (Exim 4.92) (envelope-from <rjsparks@nostrum.com>) id 1lsomg-00003x-J4; Mon, 14 Jun 2021 15:45:54 +0000
From: rjsparks@nostrum.com
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Message-Id: <E1lsomg-00003x-J4@84d908c3c732>
Date: Mon, 14 Jun 2021 15:45:54 +0000
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/TJPZxBEvMJTA427u_-PSEUG1UoQ>
Subject: [xml2rfc] New xml2rfc release: v3.8.0
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jun 2021 15:46:08 -0000

Hi,

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

Release notes:

xml2rfc (3.8.0) ietf; urgency=medium

  * Merged in [3961] from jennifer@painless-security.com:
    Fix indentation error that prevented normalizing ascii-art whitespace.
    Fixes #403.

  * Merged in [3949] from jennifer@painless-security.com:
    Insert removeInRFC notice as first child even when <name> tag is absent.
    Fixes #622.

  * Merged in [3947] from jennifer@painless-security.com:
    Handle <iref> as child of most of its allowed parent elements.
    An <aside> parent is still not handled properly. Fixes #620.

  * Merged in [3942] from jennifer@painless-security.com:
    Refer to un-numbered sections by name rather than number.
    Fixes #572.

  * Merged in [3939] and [3940] from jennifer@painless-security.com:
    Create tests-no-network and clear-cache Makefile targets to support
    network-free testing. Updates to tests/cache and tests/valid so
    tests pass with and without network. Fixes #561.

 -- Robert Sparks <rjsparks@nostrum.com>  20 May 2021 18:05:43 +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 https://svn.ietf.org/svn/tools/xml2rfc/tags/cli/3.8.0'

Documentation for this release is built-in, and also available at:
  https://xml2rfc.tools.ietf.org/xml2rfc-doc-3.8.0.html

Regards,

	Robert Sparks
	(via the mkrelease script)


From nobody Mon Jun 14 08:50:41 2021
Return-Path: <rjsparks@nostrum.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 82D873A28BD; Mon, 14 Jun 2021 08:50:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.08
X-Spam-Level: 
X-Spam-Status: No, score=-2.08 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
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 yFWkUlMu1Dc9; Mon, 14 Jun 2021 08:50:28 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 20F5C3A28BB; Mon, 14 Jun 2021 08:50:28 -0700 (PDT)
Received: from unformal.localdomain ([47.186.34.206]) (authenticated bits=0) by nostrum.com (8.16.1/8.16.1) with ESMTPSA id 15EFoQ3H084230 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 14 Jun 2021 10:50:27 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1623685827; bh=vuZB6MUtS4uAqoHY19ooU8zCF22iqs4xfChi7E7yeR4=; h=Subject:From:To:Cc:References:Date:In-Reply-To; b=WoyrqrkqAmsRCn+7FQFtbqJjm7FwSEMPLkqiENl46Em32oM6R6bBAOdn9aZXAz/IO m5y8AmxTSgBSYmyU1y7BXX6SraUbC4RDRvDNB+GhVOmUav/JtfVlJRItt8/NMYJ+H9 E47kEVBxOS1vwADy3TG7ulLyQc4l9hHBAXu/Xb0g=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.34.206] claimed to be unformal.localdomain
From: Robert Sparks <rjsparks@nostrum.com>
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
References: <E1lsomg-00003x-J4@84d908c3c732>
Message-ID: <41b0c340-9964-4d10-c8af-ee1bad48dde5@nostrum.com>
Date: Mon, 14 Jun 2021 10:50:21 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <E1lsomg-00003x-J4@84d908c3c732>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/Ls1TqAHXLseSnHD3sPcAM8KCnMY>
Subject: Re: [xml2rfc] [xml2rfc-dev] New xml2rfc release: v3.8.0
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jun 2021 15:50:33 -0000

This is a delayed message - 3.8.0 has been out for a bit, but the 
announcement message to these lists failed to be sent. It's here now so 
that it is in the archives.

RjS

On 6/14/21 10:45 AM, rjsparks@nostrum.com wrote:
> Hi,
>
> This is an automatic notification about a new xml2rfc release,
> v3.8.0, generated when running the mkrelease script.
>
> Release notes:
>
> xml2rfc (3.8.0) ietf; urgency=medium
>
>    * Merged in [3961] from jennifer@painless-security.com:
>      Fix indentation error that prevented normalizing ascii-art whitespace.
>      Fixes #403.
>
>    * Merged in [3949] from jennifer@painless-security.com:
>      Insert removeInRFC notice as first child even when <name> tag is absent.
>      Fixes #622.
>
>    * Merged in [3947] from jennifer@painless-security.com:
>      Handle <iref> as child of most of its allowed parent elements.
>      An <aside> parent is still not handled properly. Fixes #620.
>
>    * Merged in [3942] from jennifer@painless-security.com:
>      Refer to un-numbered sections by name rather than number.
>      Fixes #572.
>
>    * Merged in [3939] and [3940] from jennifer@painless-security.com:
>      Create tests-no-network and clear-cache Makefile targets to support
>      network-free testing. Updates to tests/cache and tests/valid so
>      tests pass with and without network. Fixes #561.
>
>   -- Robert Sparks <rjsparks@nostrum.com>  20 May 2021 18:05:43 +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 https://svn.ietf.org/svn/tools/xml2rfc/tags/cli/3.8.0'
>
> Documentation for this release is built-in, and also available at:
>    https://xml2rfc.tools.ietf.org/xml2rfc-doc-3.8.0.html
>
> Regards,
>
> 	Robert Sparks
> 	(via the mkrelease script)
>
> _______________________________________________
> xml2rfc-dev mailing list
> xml2rfc-dev@ietf.org
> https://www.ietf.org/mailman/listinfo/xml2rfc-dev


From nobody Fri Jun 25 11:20:20 2021
Return-Path: <rjsparks@nostrum.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6E3F73A0F9D; Fri, 25 Jun 2021 11:20:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level: 
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
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 WKPKHC-YmOPt; Fri, 25 Jun 2021 11:20:07 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 0AF603A0FC7; Fri, 25 Jun 2021 11:20:05 -0700 (PDT)
Received: from 84d908c3c732 ([47.186.34.206]) (authenticated bits=0) by nostrum.com (8.16.1/8.16.1) with ESMTPSA id 15PIK0OV049284 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 25 Jun 2021 13:20:01 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1624645201; bh=1RoOux3Vsb6bERZU5epW9OCukQGWBcVt24S7HaZxP3s=; h=From:To:Subject:Cc:Date; b=bHH+2N7EAsPH4z+LBH8zMsFk++HVgX5GObMnk+K68ZSjP70X0mlmecwZT+DaeACSt 8DVAVBE45kR78pPaql4N1mKD8QWfKaXb3KI3G41ezfJYarCzZNnB6vpKQ8B3RkLYwv e7/PvuU7T3Zx6FllILKbpPRsyOvCkK2I5g40fmz8=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.34.206] claimed to be 84d908c3c732
Received: from rjsparks by 84d908c3c732 with local (Exim 4.92) (envelope-from <rjsparks@nostrum.com>) id 1lwqQl-00004a-Oz; Fri, 25 Jun 2021 18:19:55 +0000
From: rjsparks@nostrum.com
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Message-Id: <E1lwqQl-00004a-Oz@84d908c3c732>
Date: Fri, 25 Jun 2021 18:19:55 +0000
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/3VErXLu6u9GBZEsOes2iNoe_x-k>
Subject: [xml2rfc] New xml2rfc release: v3.9.0
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: XML2RFC discussion list <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Jun 2021 18:20:19 -0000

Hi,

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

Release notes:

xml2rfc (3.9.0) ietf; urgency=medium

  * Merged in [3981] from krathnayake@ietf.org:
    Stop stripping CDATA with v2v3 option. Fixes #601.

  * Merged in [3980] from krathnayake@ietf.org:
    Implement bare attribute rendering in HTML and PDF. Fixes #609.

  * Merged in [3978] from krathnayake@ietf.org:
    Add https://datatracker.ietf.org/doc/html/ as default id-base-url 
    and id-reference-base-url. Fixes #618.

  * Merged in [3977] from jennifer@painless-security.com:
    Use 'appendix-A.1' format for section ids in HTML output. Use 
    'section-appendix-...' as XML id both for all appendixes, not just 
    top level. Fixes #581.

  * Merged in [3975] from jennifer@painless-security.com:
    Define entities in v2v3 output instead of referencing an external DTD. 
    Fixes #548.

  * Properly reflect the updates to headers and boilerplate reflecting 
    erratum 5258. Fixes #648.

xml2rfc (3.8.0) ietf; urgency=medium

  * Merged in [3961] from jennifer@painless-security.com:
    Fix indentation error that prevented normalizing ascii-art whitespace.
    Fixes #403.

  * Merged in [3949] from jennifer@painless-security.com:
    Insert removeInRFC notice as first child even when <name> tag is absent.
    Fixes #622.

  * Merged in [3947] from jennifer@painless-security.com:
    Handle <iref> as child of most of its allowed parent elements.
    An <aside> parent is still not handled properly. Fixes #620.

  * Merged in [3942] from jennifer@painless-security.com:
    Refer to un-numbered sections by name rather than number.
    Fixes #572.

  * Merged in [3939] and [3940] from jennifer@painless-security.com:
    Create tests-no-network and clear-cache Makefile targets to support
    network-free testing. Updates to tests/cache and tests/valid so
    tests pass with and without network. Fixes #561.

 -- Robert Sparks <rjsparks@nostrum.com>  20 May 2021 18:05:43 +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 https://svn.ietf.org/svn/tools/xml2rfc/tags/cli/3.9.0'

Documentation for this release is built-in, and also available at:
  https://xml2rfc.tools.ietf.org/xml2rfc-doc-3.9.0.html

Regards,

	Robert Sparks
	(via the mkrelease script)


From nobody Fri Jun 25 12:03:48 2021
Return-Path: <rjsparks@nostrum.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 85C883A08C6; Fri, 25 Jun 2021 12:03:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level: 
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
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 dDTxOZA12u-U; Fri, 25 Jun 2021 12:03:38 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 059EB3A084E; Fri, 25 Jun 2021 12:03:37 -0700 (PDT)
Received: from 84d908c3c732 ([47.186.34.206]) (authenticated bits=0) by nostrum.com (8.16.1/8.16.1) with ESMTPSA id 15PJ3amf064012 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 25 Jun 2021 14:03:37 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1624647817; bh=RIq+PYXo82Tc5aKTw0bPOD+cBqMEDKoUEoqn+iA0Oxo=; h=From:To:Subject:Cc:Date; b=n9DUT3z7r1FJPvOrOO4UeQa+yapTqKa+5xYpyfhbfnRG2/qZWsEO+D4WdRsLMKznj 8s8rhRpWgsJKTS94y3o1nRv19AkXuakRh/svCVEjaTzZtYXvwVkIvUUQ70+DY6UjW5 DZPsfJb2l5rusZ14+2J5BNmhGFlmKU4bubTajd6Y=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.34.206] claimed to be 84d908c3c732
Received: from rjsparks by 84d908c3c732 with local (Exim 4.92) (envelope-from <rjsparks@nostrum.com>) id 1lwr6x-00008l-S6; Fri, 25 Jun 2021 19:03:31 +0000
From: rjsparks@nostrum.com
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Message-Id: <E1lwr6x-00008l-S6@84d908c3c732>
Date: Fri, 25 Jun 2021 19:03:31 +0000
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/AK6Bz5wKT686UmN7cQ7L-RAghI0>
Subject: [xml2rfc] New xml2rfc release: v3.9.1
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: XML2RFC discussion list <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Jun 2021 19:03:43 -0000

Hi,

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

Release notes:

xml2rfc (3.9.1) ietf; urgency=low

  * This is a cosmetic release, only to correct issues with the
    changelog formatting in 3.9.0

 -- Robert Sparks <rjsparks@nostrum.com>  25 Jun 2021 18:18:32 +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 https://svn.ietf.org/svn/tools/xml2rfc/tags/cli/3.9.1'

Documentation for this release is built-in, and also available at:
  https://xml2rfc.tools.ietf.org/xml2rfc-doc-3.9.1.html

Regards,

	Robert Sparks
	(via the mkrelease script)

