New datatracker release: v7.28.0
Robert Sparks <rjsparks@nostrum.com> Thu, 15 April 2021 14:55 UTC
Return-Path: <rjsparks@nostrum.com>
X-Original-To: wgchairs@ietfa.amsl.com
Delivered-To: wgchairs@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id D23203A22FF;
Thu, 15 Apr 2021 07:55:03 -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 Z0tnB1210xmm; Thu, 15 Apr 2021 07:54:58 -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 E8A2A3A231E;
Thu, 15 Apr 2021 07:54:57 -0700 (PDT)
Received: from rjsparks by dunkelfelder.tools.ietf.org with local (Exim 4.84_2)
(envelope-from <rjsparks@nostrum.com>)
id 1lX3OQ-0006Z7-Gx; Thu, 15 Apr 2021 16:54:54 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Subject: New datatracker release: v7.28.0
Message-Id: <E1lX3OQ-0006Z7-Gx@dunkelfelder.tools.ietf.org>
From: Robert Sparks <rjsparks@nostrum.com>
Date: Thu, 15 Apr 2021 16:54:54 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: codesprints@ietf.org, iesg@ietf.org, rjsparks@nostrum.com,
wgchairs@ietf.org
X-SA-Exim-Mail-From: rjsparks@nostrum.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/wgchairs/pmfyrEO-XpWPTI93awVd3d1VXto>
X-BeenThere: wgchairs@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Working Group Chairs <wgchairs.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/wgchairs>,
<mailto:wgchairs-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/wgchairs/>
List-Post: <mailto:wgchairs@ietf.org>
List-Help: <mailto:wgchairs-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/wgchairs>,
<mailto:wgchairs-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 15 Apr 2021 14:55:09 -0000
Hi,
This is an automatic notification about a new datatracker release,
v7.28.0, generated when running the mkrelease script.
Release notes:
ietfdb (7.28.0) ietf; urgency=medium
** Show full document by default, email aliases for programs and review teams, bugfixes and enhancements **
* Remove the check for activate_this from wsgi.py since modern venv
doesn't provide that script. Change the logging to always log when starting
a wsgi instance.
* Merged in [18900] from rjsparks@nostrum.com:
Tweaks to dockerfile to avoid rust compiler issues.
* Merged in [18901] from housley@vigilsec.com:
Make mail aliases for review teams and IAB programs. Fixes #3210
* Merged in [18904] from fenton@bluepopcorn.net:
Corrected template to remove spurious No Documents Match warning. Fixes
#3148.
* Merged in [18905] from housley@vigilsec.com:
Point bibxml3 to I-D archive so that all version numbers are handled
properly, and perform more robust revision suffix cleanup. Fixes #3188.
* Merged in [18906] from housley@vigilsec.com:
Provide bibxml test for drafts that end in a hyphen and a digit.
* Merged in [18909] from housley@vigilsec.com:
Log Unicode exception instead of printing them to the console when they
occur building the email alias files.
* Merged in [18911] from rjsparks@nostrum.com:
Adjusted ballot email text. Fixes #3208.
* Merged in [18913] from housley@vigilsec.com:
Convert generate-draft-aliaes and generate-wg-aliases into management
commands: generate_draft_aliases and generate_group_aliases. Also provide
tests for the new management commands.
* Merged in [18914] from rjsparks@nostrum.com:
Update the submission instructions to encourage submission of v3 xml.
Fixes #3232.
* Merged in [18927] from jennifer@painless-security.com:
Drop parent group filter keyword from special group agenda items. Fixes
#3115.
* Merged in [18928] from rjsparks@nostrum.com:
Simplify javascript on the htmlized document pages.
* Merged in [18936] from rjsparks@nostrum.com:
Retain strict acronym validation, specifically disallowing hyphens, for
new groups of types that create documents, while allowing existing groups
and new non-document-creating groups to validate when they contain hyphens.
Fixes #3236.
* Merged in [18937] from rjsparks@nostrum.com:
Change the default behavior of a document's main page to show the
full document content. Users can still control whether the full
page is shown on a particular document by adding either
?include_text=0 or ?include_text=1 to the url. Users can also use
the settings page at /account/settings to override the default
behavior for all documents. Fixes #3252.
* Merged in [18938] from rjsparks@nostrum.com:
Redirect requests for htmlized bcp or std subseries elements to the
relevant rfc-editor info page. Fixes #3233.
* Merged in [18939] from jennifer@painless-security.com:
Consolidate repeated searchable field code into SearchableField class.
Fix single-valued searchable fields. Make javascript test config reusable.
Use Django Form.media for JS/CSS inclusion. Fixes #3196, #3204.
* Merged in [18940] from jennifer@painless-security.com:
Hide agenda timeslot label rows when all their sessions are hidden.
Fixes #3249.
* Merged in [18941] from jennifer@painless-security.com:
Add purge_old_personal_api_key_events management command. Fixes #3144.
-- Robert Sparks <rjsparks@nostrum.com> 15 Apr 2021 14:15:04 +0000
The new version is available for installation through SVN checkout, with
'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/7.28.0'
For development, copy the new development version instead:
'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.28.1.dev0' <YOURBRANCH>
Regards,
Robert Sparks
(via the mkrelease script)
- New datatracker release: v7.28.0 Robert Sparks