
From nobody Sat Dec  1 12:19:33 2018
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 D34B3130DFE; Sat,  1 Dec 2018 12:19:25 -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 0pc8n0wIlhCo; Sat,  1 Dec 2018 12:19:24 -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 4209C130E46; Sat,  1 Dec 2018 12:19:24 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gTBjY-0004bY-3n; Sat, 01 Dec 2018 12:19:24 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1gTBjY-0004bY-3n@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sat, 01 Dec 2018 12:19:24 -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/xml2rfc-dev/MbGyp0CARqDujaYbzYFj2b0uc-4>
Subject: [xml2rfc-dev] New xml2rfc release: v2.15.1
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: Sat, 01 Dec 2018 20:19:26 -0000

Hi,

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

Release notes:

xml2rfc (2.15.1) ietf; urgency=medium


  * Added downcoding of punctuation followed by wrapping of other non-ascii 
    text in <u> for the v2v3 converter.

  * Added BaseV3Writer methods: downcode() and downcode_punctuation(), 
    get_text_tags() and get_inline_tags() (works this out from the schema), and 
    added a list of deprecated elements.

  * Fixed a typo in an error message.  Added asciification of smart quotes 
    and other punctuation for the v3 renderers  to match that done for v2.  
    Some class refactoring.

  * Changed the workaround for non-ascii metadata in setup.py to only be 
    active under py2.  Fixes a problem with setup.py under python 3.x

  * Reverted [2786], which permitted non-ascii characters inside artwork
    for the v2 renderers, but broke when trying to write to file without
    utf-8 encoding.  Fixes issue #387.

 -- Henrik Levkowetz <henrik@levkowetz.com>  01 Dec 2018 20:15:49 +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/2.15.1'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Sun Dec  2 15:20:45 2018
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 DCBDD130DCC; Sun,  2 Dec 2018 15:20:44 -0800 (PST)
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, 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 PcP5AMBzLnTb; Sun,  2 Dec 2018 15:20:42 -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 BCD75130DBE; Sun,  2 Dec 2018 15:20:42 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gTb2Y-0007F2-L3; Sun, 02 Dec 2018 15:20:42 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1gTb2Y-0007F2-L3@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sun, 02 Dec 2018 15:20:42 -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/xml2rfc-dev/SJtDUpD2PtS-hLQqqgZ6xycXWkY>
Subject: [xml2rfc-dev] New xml2rfc release: v2.15.2
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, 02 Dec 2018 23:20:45 -0000

Hi,

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

Release notes:

xml2rfc (2.15.2) ietf; urgency=medium

  * Added a v3 version of the expansion renderer, to handle xi:include 
    processing and prettify the output for v3 xml files.

  * Fixed an issue with blank lines around the text rendering of artwork.

  * Introduced new pretty-print code which provide better indentation
    consistency between beginning and end tags.

  * Added a html() method to the html writer, for library model use, and did
    some minor refactoring.

  * Added a missing file.

 -- Henrik Levkowetz <henrik@levkowetz.com>  02 Dec 2018 23:15:13 +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/2.15.2'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Wed Dec  5 06:25:40 2018
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 20D8C126C01; Wed,  5 Dec 2018 06:25:39 -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 CQMQDIEhjo3v; Wed,  5 Dec 2018 06:25:37 -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 BC26212DDA3; Wed,  5 Dec 2018 06:25:37 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gUY7N-0001CQ-JE; Wed, 05 Dec 2018 06:25:37 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 05 Dec 2018 06:25:37 -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/xml2rfc-dev/cEy-3GRrTSgQpmuIun6ospznKLM>
Subject: [xml2rfc-dev] New xml2rfc release: v2.15.3
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: Wed, 05 Dec 2018 14:25:39 -0000

Hi,

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

Release notes:

xml2rfc (2.15.3) ietf; urgency=medium

  This release fixes some issues found when running the html renderer over
  a corpus of all drafts submitted with xml format over the last 30 days,
  and an installation issue.

  * Handled utf-8 reloading in setup.py under py27 without using six, which 
    might be unavailable before the installation completes.

  * Always convert python lists to comma-separated strings before calling 
    on i18n address validation.

  * Added some guards to prevent operations on None.

 -- Henrik Levkowetz <henrik@levkowetz.com>  05 Dec 2018 14:21:08 +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/2.15.3'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Thu Dec  6 20:33:56 2018
Return-Path: <dkg@fifthhorseman.net>
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 AD4F012D4ED for <xml2rfc-dev@ietfa.amsl.com>; Thu,  6 Dec 2018 20:33:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.19
X-Spam-Level: 
X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_SPF_PERMERROR=0.01] 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 LXetXuwyiQO6 for <xml2rfc-dev@ietfa.amsl.com>; Thu,  6 Dec 2018 20:33:54 -0800 (PST)
Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6AD9E12D4E6 for <xml2rfc-dev@ietf.org>; Thu,  6 Dec 2018 20:33:54 -0800 (PST)
Received: from fifthhorseman.net (41-139-152-102.safaricombusiness.co.ke [41.139.152.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 2E4B5F99E; Thu,  6 Dec 2018 23:33:51 -0500 (EST)
Received: by fifthhorseman.net (Postfix, from userid 1000) id 8460B20AC5; Fri,  7 Dec 2018 03:31:34 +0300 (EAT)
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
To: Henrik Levkowetz <henrik@levkowetz.com>, xml2rfc-dev@ietf.org
In-Reply-To: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org>
References: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org>
Date: Fri, 07 Dec 2018 03:31:31 +0300
Message-ID: <877egmch3w.fsf@fifthhorseman.net>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature"
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/_wIiX-p_ag_Q4UoqIH3SFMfpTb0>
Subject: Re: [xml2rfc-dev] New xml2rfc release: v2.15.3
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: Fri, 07 Dec 2018 04:33:56 -0000

--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed 2018-12-05 06:25:37 -0800, Henrik Levkowetz wrote:

> This is an automatic notification about a new xml2rfc release,=20
> v2.15.3, generated when running the mkrelease script.

thanks for this, Henrik!  i note that v2.15.2 and v2.15.3 both shipped
xml2rfc/data/xml2rfc.css~ -- this is presumably an "emacs turd" (a
backup file automatically created by the text editor).  It's a bit noisy
to have these temporary files introduced and then removed from tarball
to tarball.  Maybe the mkrelease script (or whatever builds the
tarballs) could avoid packaging backup files?

perhaps passing  --exclude=3D'*~' to tar would do the trick (i don't know
where the mkrelease script lives).

Thanks for your ongoing maintenance of xml2rfc!

       --dkg

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQTTaP514aqS9uSbmdJsHx7ezFD6UwUCXAm/YwAKCRBsHx7ezFD6
U8PyAQCglO+IMwx7tisASL2IMV4KrJz31tUY2CaChwfwK2P43QD/WFdFFoOoSaH1
J1Sl0Zel/Q7LVOYFdvYMGsFljdzwtAk=
=FPgr
-----END PGP SIGNATURE-----
--=-=-=--


From nobody Thu Dec  6 23:00:35 2018
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 61507126DBF for <xml2rfc-dev@ietfa.amsl.com>; Thu,  6 Dec 2018 23:00:34 -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 2u-e5HSp5FlO for <xml2rfc-dev@ietfa.amsl.com>; Thu,  6 Dec 2018 23:00:28 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61060124BF6 for <xml2rfc-dev@ietf.org>; Thu,  6 Dec 2018 23:00:28 -0800 (PST)
Received: from h-37-140.a357.priv.bahnhof.se ([94.254.37.140]:55092 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gVA7f-0005hD-BQ; Thu, 06 Dec 2018 23:00:27 -0800
To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>, xml2rfc-dev@ietf.org
References: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org> <877egmch3w.fsf@fifthhorseman.net>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <4c5853ac-ef80-2e0e-d35b-648f95a8a08c@levkowetz.com>
Date: Fri, 7 Dec 2018 08:00:20 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <877egmch3w.fsf@fifthhorseman.net>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qEpDwPKErLFPKHified4dgHSqEH7wfP2I"
X-SA-Exim-Connect-IP: 94.254.37.140
X-SA-Exim-Rcpt-To: xml2rfc-dev@ietf.org, dkg@fifthhorseman.net
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/v07Iehad8E5f_GGfov2jaaI3RJE>
Subject: Re: [xml2rfc-dev] New xml2rfc release: v2.15.3
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: Fri, 07 Dec 2018 07:00:34 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--qEpDwPKErLFPKHified4dgHSqEH7wfP2I
Content-Type: multipart/mixed; boundary="KdbLFqoHJESATIN9Di9STJtm1dk1V8aWX";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Daniel Kahn Gillmor <dkg@fifthhorseman.net>, xml2rfc-dev@ietf.org
Message-ID: <4c5853ac-ef80-2e0e-d35b-648f95a8a08c@levkowetz.com>
Subject: Re: [xml2rfc-dev] New xml2rfc release: v2.15.3
References: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org>
 <877egmch3w.fsf@fifthhorseman.net>
In-Reply-To: <877egmch3w.fsf@fifthhorseman.net>

--KdbLFqoHJESATIN9Di9STJtm1dk1V8aWX
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Daniel,

On 2018-12-07 01:31, Daniel Kahn Gillmor wrote:
> On Wed 2018-12-05 06:25:37 -0800, Henrik Levkowetz wrote:
>=20
>> This is an automatic notification about a new xml2rfc release,=20
>> v2.15.3, generated when running the mkrelease script.
>=20
> thanks for this, Henrik!  i note that v2.15.2 and v2.15.3 both shipped
> xml2rfc/data/xml2rfc.css~ -- this is presumably an "emacs turd" (a
> backup file automatically created by the text editor).

Yes, of course it is.  Oh, poo!

>  It's a bit noisy
> to have these temporary files introduced and then removed from tarball
> to tarball.

Indeed.

> Maybe the mkrelease script (or whatever builds the
> tarballs) could avoid packaging backup files?
>=20
> perhaps passing  --exclude=3D'*~' to tar would do the trick (i don't kn=
ow
> where the mkrelease script lives).

Yes, but not only that; I'll have the mkrelease script stop if it sees on=
e
of these, as it's an indication that there could be an unsaved buffer in
the editor.  It wasn't so in this case; I checked just now, but it could
be.

> Thanks for your ongoing maintenance of xml2rfc!

And thank you for your always good-natured and to-the-point feedback! :-)=



Best regards,

	Henrik


--KdbLFqoHJESATIN9Di9STJtm1dk1V8aWX--

--qEpDwPKErLFPKHified4dgHSqEH7wfP2I
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEifjc5+rnL1MJBcZSTptXS4+7FxoFAlwKGoQACgkQTptXS4+7
FxrbzhAApCMhtm8ggeDWKxNTQrfyGVPyQjG/BDtAXsQql2G0y0iLPpQtDx4Bf85Y
K9rT61cjrUqSA6YvW7Ez/RrMC0tdnShN9dGwFLvtRhpjnBvIM+i1USCKca+bPc9C
oT08DyvX+s5crdItNYudYWfgzacdHayabfpsArZcRXHPZ+z5TSTxpOIDCm5bYYyO
IHAjrPc3/nTM1ykRe30jfS7rJXn/yT5i07c/BfmlVFmJKPRoczfYRdcnocxLC1mp
YgBccjf2r8HGxD47D34ePkXzcCfonOUEdJuuA1OCbfjUunipbqESDSGoSuPFM370
EcGHCyGcR6oVQeeUHmI6fFcceDaTEU+Yu7Zsvsw7oVMdTrpcjfb9khCs/pkPGBy4
XuaYwu5w/0vYPO1w86W+EFJL/9lS5Twy2HqD4SQYe+uYELNPlJ3/QA2W7gvfooHW
m6+QwXkeapby5RuCUaGEgKAaES0fjrtxigwztXjk0MrwvwOBiMegq5k/2jIc+WOt
RYKLxW+iwic44EI60Uh7vOmmEK1F06s+OD8lbtknjQfoB6Mm9LgLJd82L7UN7m1V
wHCUBVLM7VBNZEUCMV9EtUUFDGfMaD7dI6V09FmEH1chq/pdnksQjR0dkOpGeEh4
j9BDOYbUlRaLf9hDqk2AUo2AQONXpZUC48BPXOpD/LJ2LHKbNzM=
=/k9y
-----END PGP SIGNATURE-----

--qEpDwPKErLFPKHified4dgHSqEH7wfP2I--


From nobody Fri Dec  7 06:49:33 2018
Return-Path: <tony@att.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 D34EC12D4F0 for <xml2rfc-dev@ietfa.amsl.com>; Fri,  7 Dec 2018 06:49:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level: 
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-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 eySlU8-Ajjjp for <xml2rfc-dev@ietfa.amsl.com>; Fri,  7 Dec 2018 06:49:30 -0800 (PST)
Received: from mx0a-00191d01.pphosted.com (mx0a-00191d01.pphosted.com [67.231.149.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 496611252B7 for <xml2rfc-dev@ietf.org>; Fri,  7 Dec 2018 06:49:30 -0800 (PST)
Received: from pps.filterd (m0049297.ppops.net [127.0.0.1]) by m0049297.ppops.net-00191d01. (8.16.0.22/8.16.0.22) with SMTP id wB7EkLQ0012564; Fri, 7 Dec 2018 09:49:27 -0500
Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0049297.ppops.net-00191d01. with ESMTP id 2p7sue2866-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 07 Dec 2018 09:49:27 -0500
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id wB7EnNBr000498; Fri, 7 Dec 2018 09:49:23 -0500
Received: from zlp27127.vci.att.com (zlp27127.vci.att.com [135.66.87.31]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id wB7EnHUo000377; Fri, 7 Dec 2018 09:49:17 -0500
Received: from zlp27127.vci.att.com (zlp27127.vci.att.com [127.0.0.1]) by zlp27127.vci.att.com (Service) with ESMTP id 9CF514048B52; Fri,  7 Dec 2018 14:49:17 +0000 (GMT)
Received: from MISOUT7MSGHUBAD.ITServices.sbc.com (unknown [130.9.129.148]) by zlp27127.vci.att.com (Service) with ESMTPS id 8C0CD4048B47; Fri,  7 Dec 2018 14:49:17 +0000 (GMT)
Received: from MISOUT7MSGUSRCG.ITServices.sbc.com ([169.254.7.237]) by MISOUT7MSGHUBAD.ITServices.sbc.com ([130.9.129.148]) with mapi id 14.03.0415.000; Fri, 7 Dec 2018 09:49:16 -0500
From: "HANSEN, TONY L" <tony@att.com>
To: Henrik Levkowetz <henrik@levkowetz.com>, Daniel Kahn Gillmor <dkg@fifthhorseman.net>, "xml2rfc-dev@ietf.org" <xml2rfc-dev@ietf.org>
Thread-Topic: [xml2rfc-dev] New xml2rfc release: v2.15.3
Thread-Index: AQHUjKZrZAbs4fzq+0eSyuGlQZdh5aVywuqAgABsowCAAC8nAA==
Date: Fri, 7 Dec 2018 14:49:16 +0000
Message-ID: <AF21F222-B773-41E2-9BDA-FEE405619818@att.com>
References: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org> <877egmch3w.fsf@fifthhorseman.net> <4c5853ac-ef80-2e0e-d35b-648f95a8a08c@levkowetz.com>
In-Reply-To: <4c5853ac-ef80-2e0e-d35b-648f95a8a08c@levkowetz.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [135.210.13.142]
Content-Type: text/plain; charset="utf-8"
Content-ID: <53139070E8037049A10AFBAC098D9891@LOCAL>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2018-12-07_05:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812070118
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/lsqoxQeo-lgJ9qgy50MrCJ0YH1k>
Subject: Re: [xml2rfc-dev] New xml2rfc release: v2.15.3
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: Fri, 07 Dec 2018 14:49:32 -0000

VGhlICp+IGlzIGFuIGluZGljYXRpb24gdGhhdCBhIGZpbGUgd2FzIGVkaXRlZCBhbmQgc2F2ZWQu
IFRoZXkgU0hPVUxEIGJlIGFibGUgdG8gYmUgc2FmZWx5IGlnbm9yZWQuDQoNCkJVVCBpZiB5b3Ug
Zm91bmQgYSBmaWxlIHdpdGggYSBuYW1lIHRoYXQgc3RhcnRlZCB3aXRoIGEgIyBjaGFyYWN0ZXIs
IFRIRU4geW91IHNob3VsZCBjaGVjayBmb3IgYW4gdW5zYXZlZCBidWZmZXIuDQoNCglUb255DQoN
Cu+7v09uIDEyLzcvMTgsIDI6MDAgQU0sICJ4bWwycmZjLWRldiBvbiBiZWhhbGYgb2YgSGVucmlr
IExldmtvd2V0eiIgPHhtbDJyZmMtZGV2LWJvdW5jZXNAaWV0Zi5vcmcgb24gYmVoYWxmIG9mIGhl
bnJpa0BsZXZrb3dldHouY29tPiB3cm90ZToNCg0KICAgIEhpIERhbmllbCwNCiAgICANCi4uLiAg
ICANCiAgICA+IE1heWJlIHRoZSBta3JlbGVhc2Ugc2NyaXB0IChvciB3aGF0ZXZlciBidWlsZHMg
dGhlDQogICAgPiB0YXJiYWxscykgY291bGQgYXZvaWQgcGFja2FnaW5nIGJhY2t1cCBmaWxlcz8N
CiAgICA+IA0KICAgID4gcGVyaGFwcyBwYXNzaW5nICAtLWV4Y2x1ZGU9Jyp+JyB0byB0YXIgd291
bGQgZG8gdGhlIHRyaWNrIChpIGRvbid0IGtub3cNCiAgICA+IHdoZXJlIHRoZSBta3JlbGVhc2Ug
c2NyaXB0IGxpdmVzKS4NCiAgICANCiAgICBZZXMsIGJ1dCBub3Qgb25seSB0aGF0OyBJJ2xsIGhh
dmUgdGhlIG1rcmVsZWFzZSBzY3JpcHQgc3RvcCBpZiBpdCBzZWVzIG9uZQ0KICAgIG9mIHRoZXNl
LCBhcyBpdCdzIGFuIGluZGljYXRpb24gdGhhdCB0aGVyZSBjb3VsZCBiZSBhbiB1bnNhdmVkIGJ1
ZmZlciBpbg0KICAgIHRoZSBlZGl0b3IuICBJdCB3YXNuJ3Qgc28gaW4gdGhpcyBjYXNlOyBJIGNo
ZWNrZWQganVzdCBub3csIGJ1dCBpdCBjb3VsZA0KICAgIGJlLg0KICAgIA0KDQoNCg==


From nobody Fri Dec  7 07:19:53 2018
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 866B9126C7E for <xml2rfc-dev@ietfa.amsl.com>; Fri,  7 Dec 2018 07:19:51 -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 JvD2J3zv62eC for <xml2rfc-dev@ietfa.amsl.com>; Fri,  7 Dec 2018 07:19:49 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A7141124C04 for <xml2rfc-dev@ietf.org>; Fri,  7 Dec 2018 07:19:49 -0800 (PST)
Received: from h-37-140.a357.priv.bahnhof.se ([94.254.37.140]:57393 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gVHut-0004bw-Qa; Fri, 07 Dec 2018 07:19:49 -0800
To: "HANSEN, TONY L" <tony@att.com>, Daniel Kahn Gillmor <dkg@fifthhorseman.net>, "xml2rfc-dev@ietf.org" <xml2rfc-dev@ietf.org>
References: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org> <877egmch3w.fsf@fifthhorseman.net> <4c5853ac-ef80-2e0e-d35b-648f95a8a08c@levkowetz.com> <AF21F222-B773-41E2-9BDA-FEE405619818@att.com>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <2359b4af-8fca-94e1-959b-ab86c4ab47f2@levkowetz.com>
Date: Fri, 7 Dec 2018 16:19:40 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <AF21F222-B773-41E2-9BDA-FEE405619818@att.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AgeWK28S210eT2mhoUc8oq09paBf7Jwfb"
X-SA-Exim-Connect-IP: 94.254.37.140
X-SA-Exim-Rcpt-To: xml2rfc-dev@ietf.org, dkg@fifthhorseman.net, tony@att.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/cIujRKVPRwo6gtsmNglsgMwQlsQ>
Subject: Re: [xml2rfc-dev] New xml2rfc release: v2.15.3
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: Fri, 07 Dec 2018 15:19:51 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--AgeWK28S210eT2mhoUc8oq09paBf7Jwfb
Content-Type: multipart/mixed; boundary="dX4hLUMhNAeC72xJFcKfouGHcQklsBoMW";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: "HANSEN, TONY L" <tony@att.com>,
 Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
 "xml2rfc-dev@ietf.org" <xml2rfc-dev@ietf.org>
Message-ID: <2359b4af-8fca-94e1-959b-ab86c4ab47f2@levkowetz.com>
Subject: Re: [xml2rfc-dev] New xml2rfc release: v2.15.3
References: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org>
 <877egmch3w.fsf@fifthhorseman.net>
 <4c5853ac-ef80-2e0e-d35b-648f95a8a08c@levkowetz.com>
 <AF21F222-B773-41E2-9BDA-FEE405619818@att.com>
In-Reply-To: <AF21F222-B773-41E2-9BDA-FEE405619818@att.com>

--dX4hLUMhNAeC72xJFcKfouGHcQklsBoMW
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Tony,

On 2018-12-07 15:49, HANSEN, TONY L wrote:
> The *~ is an indication that a file was edited and saved. They SHOULD
> be able to be safely ignored.
>=20
> BUT if you found a file with a name that started with a # character,
> THEN you should check for an unsaved buffer.

You're right, of course.  My situation is the result of tweaking the sett=
ings.

My 'Emacs' is actually an Emacs clone (Lugaru Epsilon) which I started us=
ing
on DOS systems at the end of the 80s, when Emacs wasn't available on all
systems I worked on.  Since Epsilon was, I could keep a consistent set of=

bindings, extensions, etc.  With Epsilon, the default auto-save name is
"#%f.asv#", I think, but I found that annoying at some point, so changed =
it
to what I still use today; "%f~".  I've used that so long I didn't even r=
ecall
that I'd tweaked it.  Sorry for the inadvertent misinformation (even if i=
t
was locally applicable).


Best regards,

	Henrik

> 	Tony
>=20
> =EF=BB=BFOn 12/7/18, 2:00 AM, "xml2rfc-dev on behalf of Henrik Levkowet=
z" <xml2rfc-dev-bounces@ietf.org on behalf of henrik@levkowetz.com> wrote=
:
>=20
>     Hi Daniel,
>    =20
> ...   =20
>     > Maybe the mkrelease script (or whatever builds the
>     > tarballs) could avoid packaging backup files?
>     >=20
>     > perhaps passing  --exclude=3D'*~' to tar would do the trick (i do=
n't know
>     > where the mkrelease script lives).
>    =20
>     Yes, but not only that; I'll have the mkrelease script stop if it s=
ees one
>     of these, as it's an indication that there could be an unsaved buff=
er in
>     the editor.  It wasn't so in this case; I checked just now, but it =
could
>     be.
>    =20
>=20
>=20


--dX4hLUMhNAeC72xJFcKfouGHcQklsBoMW--

--AgeWK28S210eT2mhoUc8oq09paBf7Jwfb
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEifjc5+rnL1MJBcZSTptXS4+7FxoFAlwKj4wACgkQTptXS4+7
FxpfThAAqbuOKNlXFwBGh7Ea1fthlZPCpkB6IBO2crRO5AB1pNwIEVaw8EUiBEgb
ukbJKLORvqVjyCrMwo84YaFgyHl+daK8Q2vcsL2Dv/qmJrbbeYEoMabpa8OWqMhA
egOiTTay7N83X+88hD04qJ5lIgS7paIFje2jyt6tKJkOFjtemoG+u5tJz6WUp7kz
LgTmcaBCG/1ivJBcWgNNYtcXZobZFZVZGiC/15/l/btHkxmq0oIHobO0AvvsyA0j
gZ67dNzaZ8GLJEbzr6kBtx/wLvByYbbty+36lM4UstS86BfkA/ew2KDZ4S4D+5IV
s2Bm2DULbttuPoP1tiCuBPlsH32PvY10MB0GQDmfQoJdQcYHVUW/AfpMqXjdO7Ue
RR1LR0yG871wI4DQbA4F+7/ScqMcrg4AhD98dregjAr8uUjKJBzRzRR9RxWCNvfu
w1Pwl8i1T+w5eOamp0AY+7WoQgpVVC5NPYZeJBvGyq53k5vyRFcHJMfGt1f7xThr
pMH47o57T/yHgj+RDa62ITSqPfNNNIvYkKg0bO6FHi2e0Jo1vhpYFW7eNPQDDzM8
/vry5BVVkh4/veIyat45QAnYhiKAZVdslqdWYaDfY1nlenLzzf9iYYeT5swsAsug
JRLuqzLBTx+MgYG8akpXXjDxszTg0HlAh0IJyAz97BiV/lCafZs=
=AnyD
-----END PGP SIGNATURE-----

--AgeWK28S210eT2mhoUc8oq09paBf7Jwfb--


From nobody Fri Dec  7 09:59:03 2018
Return-Path: <tony@att.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 25044130F70 for <xml2rfc-dev@ietfa.amsl.com>; Fri,  7 Dec 2018 09:59:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level: 
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-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 Vk_voO41KfwX for <xml2rfc-dev@ietfa.amsl.com>; Fri,  7 Dec 2018 09:58:59 -0800 (PST)
Received: from mx0a-00191d01.pphosted.com (mx0a-00191d01.pphosted.com [67.231.149.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C3A661277D2 for <xml2rfc-dev@ietf.org>; Fri,  7 Dec 2018 09:58:59 -0800 (PST)
Received: from pps.filterd (m0049295.ppops.net [127.0.0.1]) by m0049295.ppops.net-00191d01. (8.16.0.22/8.16.0.22) with SMTP id wB7Hva1m034841; Fri, 7 Dec 2018 12:58:57 -0500
Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0049295.ppops.net-00191d01. with ESMTP id 2p7w0ssg4c-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 07 Dec 2018 12:58:57 -0500
Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id wB7Hwuv1001875; Fri, 7 Dec 2018 12:58:56 -0500
Received: from zlp27130.vci.att.com (zlp27130.vci.att.com [135.66.87.38]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id wB7Hwnss001748; Fri, 7 Dec 2018 12:58:49 -0500
Received: from zlp27130.vci.att.com (zlp27130.vci.att.com [127.0.0.1]) by zlp27130.vci.att.com (Service) with ESMTP id 054704033E9C; Fri,  7 Dec 2018 17:58:49 +0000 (GMT)
Received: from MISOUT7MSGHUBAD.ITServices.sbc.com (unknown [130.9.129.148]) by zlp27130.vci.att.com (Service) with ESMTPS id E702B4033E9B; Fri,  7 Dec 2018 17:58:48 +0000 (GMT)
Received: from MISOUT7MSGUSRCG.ITServices.sbc.com ([169.254.7.237]) by MISOUT7MSGHUBAD.ITServices.sbc.com ([130.9.129.148]) with mapi id 14.03.0415.000; Fri, 7 Dec 2018 12:58:48 -0500
From: "HANSEN, TONY L" <tony@att.com>
To: Henrik Levkowetz <henrik@levkowetz.com>, Daniel Kahn Gillmor <dkg@fifthhorseman.net>, "xml2rfc-dev@ietf.org" <xml2rfc-dev@ietf.org>
Thread-Topic: [xml2rfc-dev] New xml2rfc release: v2.15.3
Thread-Index: AQHUjKZrZAbs4fzq+0eSyuGlQZdh5aVywuqAgABsowCAAC8nAIAAXFwA///YpAA=
Date: Fri, 7 Dec 2018 17:58:47 +0000
Message-ID: <C8FDB7FE-6D35-43BB-B30C-2EED48788E3F@att.com>
References: <E1gUY7N-0001CQ-JE@durif.tools.ietf.org> <877egmch3w.fsf@fifthhorseman.net> <4c5853ac-ef80-2e0e-d35b-648f95a8a08c@levkowetz.com> <AF21F222-B773-41E2-9BDA-FEE405619818@att.com> <2359b4af-8fca-94e1-959b-ab86c4ab47f2@levkowetz.com>
In-Reply-To: <2359b4af-8fca-94e1-959b-ab86c4ab47f2@levkowetz.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [135.210.13.142]
Content-Type: text/plain; charset="utf-8"
Content-ID: <9B6C520A84BA854886A13369A7821543@LOCAL>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2018-12-07_06:, , signatures=0
X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812070144
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/f-FPFwQOo9U81ouosoDlC-_XJSs>
Subject: Re: [xml2rfc-dev] New xml2rfc release: v2.15.3
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: Fri, 07 Dec 2018 17:59:02 -0000

WWVhaCwgd2l0aCBsb2NhbCBjb25maWd1cmF0aW9ucywgYWxsIGJldHMgYXJlIG9mZi4NCg0KQ2hl
ZXJzIQ0KDQoJVG9ueQ0KDQrvu79PbiAxMi83LzE4LCAxMDoyMCBBTSwgIkhlbnJpayBMZXZrb3dl
dHoiIDxoZW5yaWtAbGV2a293ZXR6LmNvbT4gd3JvdGU6DQoNCiAgICBIaSBUb255LA0KICAgIA0K
ICAgIE9uIDIwMTgtMTItMDcgMTU6NDksIEhBTlNFTiwgVE9OWSBMIHdyb3RlOg0KICAgID4gVGhl
ICp+IGlzIGFuIGluZGljYXRpb24gdGhhdCBhIGZpbGUgd2FzIGVkaXRlZCBhbmQgc2F2ZWQuIFRo
ZXkgU0hPVUxEDQogICAgPiBiZSBhYmxlIHRvIGJlIHNhZmVseSBpZ25vcmVkLg0KICAgID4gDQog
ICAgPiBCVVQgaWYgeW91IGZvdW5kIGEgZmlsZSB3aXRoIGEgbmFtZSB0aGF0IHN0YXJ0ZWQgd2l0
aCBhICMgY2hhcmFjdGVyLA0KICAgID4gVEhFTiB5b3Ugc2hvdWxkIGNoZWNrIGZvciBhbiB1bnNh
dmVkIGJ1ZmZlci4NCiAgICANCiAgICBZb3UncmUgcmlnaHQsIG9mIGNvdXJzZS4gIE15IHNpdHVh
dGlvbiBpcyB0aGUgcmVzdWx0IG9mIHR3ZWFraW5nIHRoZSBzZXR0aW5ncy4NCiAgICANCiAgICBN
eSAnRW1hY3MnIGlzIGFjdHVhbGx5IGFuIEVtYWNzIGNsb25lIChMdWdhcnUgRXBzaWxvbikgd2hp
Y2ggSSBzdGFydGVkIHVzaW5nDQogICAgb24gRE9TIHN5c3RlbXMgYXQgdGhlIGVuZCBvZiB0aGUg
ODBzLCB3aGVuIEVtYWNzIHdhc24ndCBhdmFpbGFibGUgb24gYWxsDQogICAgc3lzdGVtcyBJIHdv
cmtlZCBvbi4gIFNpbmNlIEVwc2lsb24gd2FzLCBJIGNvdWxkIGtlZXAgYSBjb25zaXN0ZW50IHNl
dCBvZg0KICAgIGJpbmRpbmdzLCBleHRlbnNpb25zLCBldGMuICBXaXRoIEVwc2lsb24sIHRoZSBk
ZWZhdWx0IGF1dG8tc2F2ZSBuYW1lIGlzDQogICAgIiMlZi5hc3YjIiwgSSB0aGluaywgYnV0IEkg
Zm91bmQgdGhhdCBhbm5veWluZyBhdCBzb21lIHBvaW50LCBzbyBjaGFuZ2VkIGl0DQogICAgdG8g
d2hhdCBJIHN0aWxsIHVzZSB0b2RheTsgIiVmfiIuICBJJ3ZlIHVzZWQgdGhhdCBzbyBsb25nIEkg
ZGlkbid0IGV2ZW4gcmVjYWxsDQogICAgdGhhdCBJJ2QgdHdlYWtlZCBpdC4gIFNvcnJ5IGZvciB0
aGUgaW5hZHZlcnRlbnQgbWlzaW5mb3JtYXRpb24gKGV2ZW4gaWYgaXQNCiAgICB3YXMgbG9jYWxs
eSBhcHBsaWNhYmxlKS4NCiAgICANCiAgICANCiAgICBCZXN0IHJlZ2FyZHMsDQogICAgDQogICAg
CUhlbnJpaw0KICAgIA0KICAgID4gCVRvbnkNCiAgICA+IA0KICAgID4g77u/T24gMTIvNy8xOCwg
MjowMCBBTSwgInhtbDJyZmMtZGV2IG9uIGJlaGFsZiBvZiBIZW5yaWsgTGV2a293ZXR6IiA8eG1s
MnJmYy1kZXYtYm91bmNlc0BpZXRmLm9yZyBvbiBiZWhhbGYgb2YgaGVucmlrQGxldmtvd2V0ei5j
b20+IHdyb3RlOg0KICAgID4gDQogICAgPiAgICAgSGkgRGFuaWVsLA0KICAgID4gICAgIA0KICAg
ID4gLi4uICAgIA0KICAgID4gICAgID4gTWF5YmUgdGhlIG1rcmVsZWFzZSBzY3JpcHQgKG9yIHdo
YXRldmVyIGJ1aWxkcyB0aGUNCiAgICA+ICAgICA+IHRhcmJhbGxzKSBjb3VsZCBhdm9pZCBwYWNr
YWdpbmcgYmFja3VwIGZpbGVzPw0KICAgID4gICAgID4gDQogICAgPiAgICAgPiBwZXJoYXBzIHBh
c3NpbmcgIC0tZXhjbHVkZT0nKn4nIHRvIHRhciB3b3VsZCBkbyB0aGUgdHJpY2sgKGkgZG9uJ3Qg
a25vdw0KICAgID4gICAgID4gd2hlcmUgdGhlIG1rcmVsZWFzZSBzY3JpcHQgbGl2ZXMpLg0KICAg
ID4gICAgIA0KICAgID4gICAgIFllcywgYnV0IG5vdCBvbmx5IHRoYXQ7IEknbGwgaGF2ZSB0aGUg
bWtyZWxlYXNlIHNjcmlwdCBzdG9wIGlmIGl0IHNlZXMgb25lDQogICAgPiAgICAgb2YgdGhlc2Us
IGFzIGl0J3MgYW4gaW5kaWNhdGlvbiB0aGF0IHRoZXJlIGNvdWxkIGJlIGFuIHVuc2F2ZWQgYnVm
ZmVyIGluDQogICAgPiAgICAgdGhlIGVkaXRvci4gIEl0IHdhc24ndCBzbyBpbiB0aGlzIGNhc2U7
IEkgY2hlY2tlZCBqdXN0IG5vdywgYnV0IGl0IGNvdWxkDQogICAgPiAgICAgYmUuDQogICAgPiAg
ICAgDQogICAgPiANCiAgICA+IA0KICAgIA0KICAgIA0KDQo=


From nobody Tue Dec 18 09:11:37 2018
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 66CB0131156; Tue, 18 Dec 2018 09:11:28 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.001
X-Spam-Level: 
X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 tests=[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 gmDDvX4cUWe6; Tue, 18 Dec 2018 09:11:27 -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 0D52313114A; Tue, 18 Dec 2018 09:11:27 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gZIty-0003kS-UD; Tue, 18 Dec 2018 09:11:26 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1gZIty-0003kS-UD@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 18 Dec 2018 09:11:26 -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/xml2rfc-dev/z3sjXSgSXyhKkjTnidUp2Ty_39o>
Subject: [xml2rfc-dev] New xml2rfc release: v2.15.4
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: Tue, 18 Dec 2018 17:11:28 -0000

Hi,

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

Release notes:

xml2rfc (2.15.4) ietf; urgency=medium

  * Tweaked the mkrelease script to prevent inclusion of temporary editor 
    files.

  * Fixed a problem with string vs byte for referece file output.

  * Added a limitation on the intervaltree requirements to avoid a broken
    version.

 -- Henrik Levkowetz <henrik@levkowetz.com>  18 Dec 2018 09:06:47 -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.15.4'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Tue Dec 18 23:23:15 2018
Return-Path: <julian.reschke@gmx.de>
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 8FADA130DEB for <xml2rfc-dev@ietfa.amsl.com>; Tue, 18 Dec 2018 23:23:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level: 
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-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 z0-0IdrMOAV1 for <xml2rfc-dev@ietfa.amsl.com>; Tue, 18 Dec 2018 23:23:11 -0800 (PST)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (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 C2E65130DEC for <xml2rfc-dev@ietf.org>; Tue, 18 Dec 2018 23:23:10 -0800 (PST)
Received: from [192.168.178.20] ([91.61.50.243]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0MYKGj-1gv7We0RbF-00V6cN; Wed, 19 Dec 2018 08:22:54 +0100
From: Julian Reschke <julian.reschke@gmx.de>
To: Henrik Levkowetz <henrik@levkowetz.com>, XML Developer List <xml2rfc-dev@ietf.org>
References: <d97ebfcf-ee4f-02ef-39c7-ac439ba1e421@levkowetz.com> <02bc01d45ac5$7ae71a10$70b54e30$@augustcellars.com> <a5770e1c-7022-25ce-9a3e-bc5e35a65445@levkowetz.com> <030e01d45b29$1c7b33d0$55719b70$@augustcellars.com> <3FC3AF27-D05C-414C-BC64-776DDCCD1100@icann.org> <AFF57163-A51B-4289-8BC8-457581939E3B@icann.org> <502954f2-ebda-0f84-79d6-344c72477eed@levkowetz.com> <bdf68a21-6c7f-74ef-86d4-f3f2d138578a@gmx.de> <77bcb71c-b1de-def6-ee44-a8ee92660b0c@gmx.de>
Message-ID: <18a0dbb5-6456-4ae2-b346-adebefc4fda8@gmx.de>
Date: Wed, 19 Dec 2018 08:22:45 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3
MIME-Version: 1.0
In-Reply-To: <77bcb71c-b1de-def6-ee44-a8ee92660b0c@gmx.de>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
X-Provags-ID: V03:K1:5Nk4FwiRgckR4XYG4NuAoVC0qSomkrKbWudR/0aRBNvFKU7e4Cu KOXzC1jX/M/95s1z0zqVDi4j3gXs1P2kyk+oVIjSMf6BfhCzGdzVz+BlKh9rxPuJ92w4e5A NcvUy2EHv/qUUfzn/3u10ndAeeLWmeBei+Bi5krLgBFRwEFAqIYnY+OTQD4slH9AYSywZIc Bv7wD1iLybCFk7fsZX3mg==
X-UI-Out-Filterresults: notjunk:1;V03:K0:vCMbBFNV5iE=:a7Q8moB2q/8lLcaS6VOktz 6sCx4AFpg/CSa+7WJrmMy/q5Ng/kKogg2cI3FZQkkIJCCV8kCXe+d0C4eZDLSNoLkUVgGG1U5 Y9Mz+RU2RU33TfAC4n6rCb1Dax1hnbRZ5Vvhp9g4rvm2HuUJ4xT8mqZOshQHOLYfmXaAKzaDV hTBxvtltx6Qfb0CWyOM97CtD/vaUw91IZfUJzOEp0vL29ZrrPKIb2lXb2uqooRUlkxJWG2499 Z211zhpPISNv6WtgqydQ8MHo9VVmvXcG1bxFAzIsvcBPoOelhOAes7zLW/c5KZuE+LFScA31Y N3rSg9LzHUzmsAMC6ED3Tf3SrzX2hn2DvyjW4HRP46EewR6UenKJZoin8VfsoO2tdGO0SyQ8G 7kMnh8DEQtx2nLtmSRdvHllSJ1kjwc9Om9CHASGkPcXJvL8NH6obDQnDuTUlwNd6oZBPABuL9 wHGdRG5ZA4W6sV7kkNbIDrM9/AdvTHrOLMsm7FKb8StQe7mwoWb4YAoQvzr69E4S6VA143VdC sVo/MnNQdQwFtcNUyNNbJaNv78tPup2XvA/Y2QV0s+mIhufApyMNUZx7eLvbUdNdne7EqzmGs 5Ogl9e3skCtXL7dtiGRW7FFidPAcmUqSupQQL2lxa6/botGUIxG900ZAVaeoWhCSmeLPwkVLJ wfA5Vd/I6YdNJ3hVa4XPQjn4oBtp3yv3vwREVw5uiN7d+da45R2HXbJ4BN10Y4m3wADuIWJws 9Mx0lNi/UG2LP992vvLJJBLDIwsBVX3sn+GI44hXxMlTZedgoZ17iziAPKne+7QXvLd3i63Yx 3Nloladpoz+uQfnbV3ljtHZGh2AvQ28g1y5pS5pKN82FY3H/rtkgcWjji/TC0+hb+0vIpc77q HB+4RD8pe4TS+5jmqtiADEZkoT7ztE+h/eyZ7u4+10jTD1ePNtqUnzkIYBCHx9Ze1CMakWmAU v2aF8TiF8EQ==
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc-dev/5sUD1O_6DEfMNpgR0DT6IFHjpm8>
Subject: Re: [xml2rfc-dev] RFC 7991 issue #38: Schema Issue, RFC 7991, In Section 2.20, <dl>
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: Wed, 19 Dec 2018 07:23:13 -0000

On 2018-11-16 08:45, Julian Reschke wrote:
> On 2018-11-05 16:35, Julian Reschke wrote:
>> On 2018-10-08 16:53, Henrik Levkowetz wrote:
>>> I propose closing this ticket with the following resolution:
>>>
>>> In Section 2.20.2.  "hanging" Attribute:
>>>
>>> Change "hanging" to "newline" throughout.
>>>
>>>
>>> If there are no objections to the resolution by EOB Tuesday, I'll 
>>> close the
>>> ticket.
>>
>> But then, we need to swap values as well, right?
>>
>> hanging=true should be equivalent to newline=false.
>>
>> Best regards, Julian
> 
> (ping)
> ...

Ping, once again...

Best regards, Julian


From nobody Fri Dec 21 09:35:07 2018
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 58B7A130E4C; Fri, 21 Dec 2018 09:34:58 -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 hgGmSuwTz-Mv; Fri, 21 Dec 2018 09:34:56 -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 ACD88130DF6; Fri, 21 Dec 2018 09:34:56 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gaOhM-0003ik-Hq; Fri, 21 Dec 2018 09:34:56 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1gaOhM-0003ik-Hq@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Fri, 21 Dec 2018 09:34:56 -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/xml2rfc-dev/nxkpBpTPLN3uSroefc1NcoU8-HE>
Subject: [xml2rfc-dev] New xml2rfc release: v2.15.5
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: Fri, 21 Dec 2018 17:34:58 -0000

Hi,

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

Release notes:

xml2rfc (2.15.5) ietf; urgency=medium

  * Added code to look for input marked as v3, and process that as v3 
    without requiring an explicit --v3 switch.  This should make it easier to 
    transition to v3 draft submissions.

  * Fixed a bug related to cref handling.  Fixes issue #389.

  * Ensured propagation of options to parser and url resolver, and improved 
    the error message for externals without .xml extension that give 404.

  * Fixed an include without explicit extension in a test input file, in 
    order to work with the stricter v3 formatter include processing.

 -- Henrik Levkowetz <henrik@levkowetz.com>  21 Dec 2018 17:31:39 +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/2.15.5'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Sat Dec 22 08:30:49 2018
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 5AAF712872C; Sat, 22 Dec 2018 08:30:40 -0800 (PST)
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, 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 V0lDQ54QLzxh; Sat, 22 Dec 2018 08:30:37 -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 29D4F127AC2; Sat, 22 Dec 2018 08:30:37 -0800 (PST)
Received: from henrik by durif.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1gakAe-0003ON-Tb; Sat, 22 Dec 2018 08:30:36 -0800
To: xml2rfc-dev@ietf.org, xml2rfc@ietf.org
Cc: rfc-markdown@ietf.org
Message-Id: <E1gakAe-0003ON-Tb@durif.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sat, 22 Dec 2018 08:30:36 -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/xml2rfc-dev/o2ZXUwlQIYW2y_uxEDpoBUct3HM>
Subject: [xml2rfc-dev] New xml2rfc release: v2.16.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: Sat, 22 Dec 2018 16:30:41 -0000

Hi,

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

Release notes:

xml2rfc (2.16.0) ietf; urgency=medium

  This release provides support for generation of xml2rfc PDF output.
  However, a default pip install will only install the xml2rfc module
  itself; additional installation work is needed to enable PDF generation:

  In order to generate PDFs, xml2rfc uses the WeasyPrint module, which
  depends on external libaries that must be installed as native packages
  on your platform, separately from the xml2rfc install.

  First, install the Cairo, Pango, and GDK-PixBuf libs on your system.
  See installation instructions on the WeasyPrint Docs:

      https://weasyprint.readthedocs.io/en/stable/install.html

  (Python 3 is not needed if your system Python is 2.7, though).

  (On some OS X systems with System Integrity Protection active, you may
  need to create a symlink from your home directory to the library installation
  directory (often /opt/local/lib):

      ln -s /opt/local/lib ~/lib

  in order for weasyprint to find the installed cairo and pango libraries.
  Whether this is needed or not depends on whether you used macports or
  homebrew to install cairo and pango, and the homebrew / macport version.)

  Next, install the pycairo and weasyprint python modules using pip.
  Depending on your system, you may need to use 'sudo' or install in
  user-specific directories, using the --user switch.  On OS X in particular,
  you may also need to install a newer version of setuptools using --user
  switch before weasyprint can be installed.  If you install with the --user
  switch, you may also need to set PYTHONPATH in your shell environment, e.g.,

      PYTHONPATH=/Users/username/Library/Python/2.7/lib/python/site-packages

  for Python 2.7.

  The basic pip command (modify as needed according to the text above) is:

      pip install 'pycairo>=1.18' 'weasyprint<=0.42.3'

  With these installed and available to xml2rfc, the --pdf switch will be
  enabled.

  For correct PDF output, you also need to install the Noto font set.
  Download the full set from:

    https://noto-website-2.storage.googleapis.com/pkgs/Noto-unhinted.zip,

  and install as appropriate for your platform.

 -- Henrik Levkowetz <henrik@levkowetz.com>  22 Dec 2018 15:58:44 +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/2.16.0'

Regards,

	Henrik
	(via the mkrelease script)

