[codesprints] New datatracker release: v7.17.1
Henrik Levkowetz <henrik@levkowetz.com> Mon, 28 September 2020 20:03 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 BFF273A13BC;
Mon, 28 Sep 2020 13:03:57 -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 ljQlml2tWGfO; Mon, 28 Sep 2020 13:03:55 -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 25D9B3A13BB;
Mon, 28 Sep 2020 13:03:55 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2)
(envelope-from <henrik@levkowetz.com>)
id 1kMzNJ-0003jr-EV; Mon, 28 Sep 2020 22:03:53 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1kMzNJ-0003jr-EV@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Mon, 28 Sep 2020 22:03:53 +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/SAXa5ivBPWETPkdhKtu-1qKCV_o>
Subject: [codesprints] New datatracker release: v7.17.1
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: Mon, 28 Sep 2020 20:03:58 -0000
Hi,
This is an automatic notification about a new datatracker release,
v7.17.1, generated when running the mkrelease script.
Release notes:
ietfdb (7.17.1) ietf; urgency=medium
This is a bugfix release to clear the slate before merging in the updated
IETF meeting agenda customization work.
* Changed the format of email addresses added to the document
notifications filed when the document shepherd is set. Fixes issue #3079.
* Added manually built UTC.ics and Etc/UTC.ics to the timezone .ics files
* Added a context processor to make settings generally available in page
templates. Split the SECRETARIAT_TICKET_EMAIL setting into
SECRETARIAT_ACTION_EMAIL and SECRETARIAT_INFO_EMAIL, with different
addresses. Updated places with hardcoded ietf-action@ietf.org addresses to
use the settings value, and updated some places to use ietf-infor@ietf.org
instead of the ietf-action address. Fixes issue #3081.
* Updated log.assertion() to provide an exception object (under Py3, it
seems that logging.Logger instances ignore the traceback if there isn't
also an exception object). Added a check for unset draft-iesg state to
Document.set_state().
* Updated a middleware function to use the correct Py3 idiom to access
exception arguments.
* Merged in [18466] from jennifer@painless-security.com:
Cancel multi-session meetings correctly. Fixes #2958.
* Merged in [18502] from rjsparks@nostrum.com:
Create a yangcatalog support group and populate its initial roles.
* Merged in [18508] from rjsparks@nostrum.com:
Refine day edges on weekview. Fixes #3071.
* Added a migration to create missing DocAlias instances (and remove some
bad ones).
* Fixed a couple of pyflakes issues.
* Fixed a bytes/unicode issue for echoed-back nomcom questionnaire text.
* Merged in ^/personal/rjs/fixreviews_7.17.1.dev0:
Repair migration for disconnected and confused reviews.
* Changed the template for /meeting/upcoming.ics to not produce floating
times for meetings with UTC timezone. Fixes issue #3074.
-- Henrik Levkowetz <henrik@levkowetz.com> 28 Sep 2020 19:32:22 +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.1'
For development, copy the new development version instead:
'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.17.2.dev0' <YOURBRANCH>
Regards,
Henrik
(via the mkrelease script)
- [codesprints] New datatracker release: v7.17.1 Henrik Levkowetz