[codesprints] New datatracker release: v7.17.0
Henrik Levkowetz <henrik@levkowetz.com> Sun, 13 September 2020 12:34 UTC
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id 8AC453A0140;
Sun, 13 Sep 2020 05:34:17 -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 VOqzMPaij2FV; Sun, 13 Sep 2020 05:34:15 -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 AD5343A0114;
Sun, 13 Sep 2020 05:34:15 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2)
(envelope-from <henrik@levkowetz.com>)
id 1kHRCv-0003TE-Oa; Sun, 13 Sep 2020 14:34:13 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1kHRCv-0003TE-Oa@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sun, 13 Sep 2020 14:34:13 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, henrik@levkowetz.com, iesg@ietf.org,
wgchairs@ietf.org
X-SA-Exim-Mail-From: henrik@levkowetz.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/codesprints/8YUYwf4hiVDKFc59BO0LR4cvkU4>
Subject: [codesprints] New datatracker release: v7.17.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities"
<codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>,
<mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>,
<mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 13 Sep 2020 12:34:18 -0000
Hi,
This is an automatic notification about a new datatracker release,
v7.17.0, generated when running the mkrelease script.
Release notes:
ietfdb (7.17.0) ietf; urgency=medium
* Added an assertion to catch an unexpected document state (no IESG-state
set). Updated the log.assertion() function to accept a "note" argument,
for more informative assertion messages.
* Fixed a bad membership test.
* Updated the decrypt() templatetag to ensure it returns (unicode) strings
rather than bytes.
* Added a view to retrieve profile photos, in order to support Meetecho's
need for such, at /person/{email}/photo. The default is to supply images
with 80px width. Image scaling is available using the same query argument
as for Gravatar: ?size=200 or ?s=200 for 200-pixel wide images, for
instance.
* OpenID already has a photo URL as part of the 'profile' scope. Added the
datatracker photo url to the returned OpenID 'profile' scope information
when a profile photo is available.
* Updated coverage data and tweaked an OpenIDtest and a scope description.
* Added a datatracker version endpoint /api/version. Fixes issue #3077.
* Added documentation of the OpenID Connect and version endpoints to
/api/. Added some tests.
-- Henrik Levkowetz <henrik@levkowetz.com> 13 Sep 2020 12:08:26 +0000
The new version is available for installation through SVN checkout, with
'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/7.17.0'
For development, copy the new development version instead:
'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.17.1.dev0' <YOURBRANCH>
Regards,
Henrik
(via the mkrelease script)
- [codesprints] New datatracker release: v7.17.0 Henrik Levkowetz