[codesprints] New datatracker release: v7.15.1
Henrik Levkowetz <henrik@levkowetz.com> Wed, 02 September 2020 20:56 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 11B023A0F3A;
Wed, 2 Sep 2020 13:56:06 -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 7CJqcYC__SK9; Wed, 2 Sep 2020 13:56:02 -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 409263A0F39;
Wed, 2 Sep 2020 13:56:02 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2)
(envelope-from <henrik@levkowetz.com>)
id 1kDZnU-0003pe-9q; Wed, 02 Sep 2020 22:56:00 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1kDZnU-0003pe-9q@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 02 Sep 2020 22:56:00 +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/y4EbuKxaVGhbeXDDP_rJpzT4ctA>
Subject: [codesprints] New datatracker release: v7.15.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: Wed, 02 Sep 2020 20:56:06 -0000
Hi,
This is an automatic notification about a new datatracker release,
v7.15.1, generated when running the mkrelease script.
Release notes:
ietfdb (7.15.1) ietf; urgency=medium
* Fixed an issue in the auth48 state_alert_badge() template filter, which
could arise for a document where a get_state() call returns None.
* Added exception catching around an urlreverse that might fail.
(Enumerating valid group types will also work, but can get out of sync, so
this is more DRY).
* Renamed the AUTH48 state_alert_badge() filter to auth48_alert_badge(),
as the filter is specific to auth48, not generic.
* Added an xml_version field to Submission objects, to capture the schema
version of submitted XML files (if any). Related to issue #3067.
* Added links to v3 HTML output for v3 draft submissions.
Fixes issue #3067.
* Adjusted the horizontal placement of [New] labels in search results,
aligning them on a vertical line for a neater look.
* Updated the bluesheet submission API tests slightly, to verify correct
handling of bluesheet updates.
* Merged in [18373] from mark@painless-security.com:
Filter out reviewers who have rejected reviewing this document in the
past from the list of suggested reviewers. Fixes #2996.
* Merged in [18378] from rjsparks@nostrum.com:
Improved the classification of some github related external resources.
Tightened validation of new resource values.
* Added an admin page search field and tweaked the list display for the
DocAlias admin page.
* Merged in [18103] from olau@iola.dk:
Prefetch a couple of things in the agenda view to reduce the number of
queries for IETF 106 from about 3800 to about 235.
* Merged in [18414] from olau@iola.dk:
Compute session order from available data instead of going through the
database again (saves ~2800 queries on the IETF 106 agenda page)
* Merged in [18425] from olau@iola.dk:
Made the IPR search form initialize the state field upon form
initialization instead of evaluating the queryset upon importing the
module. This is probably never a problem in practice in this case in
the live environment, but it's a confusing practice, and when running
the tests sometimes a bug seems to throw Django off and the error is
then shadowed by Django crashing when trying to access the
(non-existing) database.
* Merged in [18445] from rjsparks@nostrum.com:
Provided a management command to inform github backups.
* Merged in [18446] from rcross@amsl.com:
Removed a reference to old style exception attribute 'message'.
-- Henrik Levkowetz <henrik@levkowetz.com> 02 Sep 2020 20:30:09 +0000
The new version is available for installation through SVN checkout, with
'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/7.15.1'
For development, copy the new development version instead:
'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.15.2.dev0' <YOURBRANCH>
Regards,
Henrik
(via the mkrelease script)
- [codesprints] New datatracker release: v7.15.1 Henrik Levkowetz