New datatracker release: v7.20.0

Henrik Levkowetz <henrik@levkowetz.com> Mon, 12 October 2020 12:58 UTC

Return-Path: <henrik@levkowetz.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 03C273A14A5; Mon, 12 Oct 2020 05:58:58 -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 uL8a6nR60T-K; Mon, 12 Oct 2020 05:58:56 -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 015823A14A8; Mon, 12 Oct 2020 05:58:56 -0700 (PDT)
Received: from henrik by dunkelfelder.tools.ietf.org with local (Exim 4.84_2) (envelope-from <henrik@levkowetz.com>) id 1kRxPi-00038Z-AZ; Mon, 12 Oct 2020 14:58:54 +0200
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Subject: New datatracker release: v7.20.0
Message-Id: <E1kRxPi-00038Z-AZ@dunkelfelder.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Mon, 12 Oct 2020 14:58:54 +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/wgchairs/GJYYHC9LvtM0fSPBft2K59-WRFM>
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: Mon, 12 Oct 2020 12:58:58 -0000

Hi,

This is an automatic notification about a new datatracker release, 
v7.20.0, generated when running the mkrelease script.

Release notes:

ietfdb (7.20.0) ietf; urgency=medium

  **Bugfixes and minor features**

  * Merged in [18533] from rjsparks@nostrum.com:
    Replaced review name collision resolution code with a decision to not 
    save when it occurs. Fixes #3092.  

  * Merged in [18550] from rjsparks@nostrum.com:
    Use the id-archive wherever we had been using the id-repository. 
    Fixes #3080.  

  * Fixed some grammar errors.

  * Changed the cache-filling code for doc.get_state() to avoid a period 
    where the cache is seen as valid but empty.  Addresses an issue where 
    documents occasionally appear to be in an unexpected state.

  * Made the important-dates page honour the Meeting.show_important_dates 
    setting.

  * Changed the length of the schedule name field from 16 to 64, to avoid 
    running into lenght issues for schedule names auto-generated from person 
    name or email.

  * Changed the autogeneration of schedule names to use a slugified user
    (person) name, rather than the user login. Logins are mostly email
    addresses, may contain characters not permitted in the URL pattern for
    schedule names, and are less readable in the contexts where schedule names
    are used.

  * Tweaked the verbose name of the Nomcom Topic Questionnaire's 'audience' 
    field, on request from the NomCom chair.

  * Tweaked the generation of .ics vtimezone entries to have a stable ordering
    in /meeting/upcoming.ics.  Fixes issue #3097.

  * Added a UTF-8 language locale to docker-init.sh, in order to be able 
    some python packages that would fail to install under the default locale.

  * Tweaked the docker/copydb script to handle symlinked data directories.

  * Changed a draft submission revision consistency check to look at 
    Submission objects rather than SubmissionDocEvent objects in order to not 
    fail incorrectly when there are prior cancelled uploads.  
    Related to issue #2909.

  * Merged in [18587] from rcross@amsl.com:
    Fixed section 5 of secretariat progress report. Fixes #3063.

  * Changed the template for the person_link templatetag to use the user's
    primary email address instead of the name, in order to work correctly
    for different persons having the same name.

  * Fixed a bug in the name_parts() function when dealing with names 
    listing uppercased surname first (followed by given name).

  * Added a person name validation step to prevent names like 'anonymous'.

  * Tweaked the Person.plain_ascii() name method to not return leading or
    trailing spaces.

  * Added a management command, 'check_person_names_and_aliases':

    When we started explicitly listing draft and RFC author names on the
    documemnt pages in commit [18549], it uncovered a number of links that
    would return 404 because name alias entries were missing for some person
    entries, in particular for authors of early RFCs and drafts. Adding such
    alias entries can be done automatically in most cases. This new management
    command will do so, and also report (and in some cases fix) additional
    issues, such as names incorrectly incorporating '<>', name aliases that
    are email addresses, and more.

    Run this with -v2 (verbosity 2) to have it report all found names and
    aliases for each issue type, and run it with -f to fix those that can be
    automatically fixed.

  * Fixed another py2/py3 issue with the nomcom mail processing script.

 -- Henrik Levkowetz <henrik@levkowetz.com>  12 Oct 2020 11:29:12 +0000

The new version is available for installation through SVN checkout, with
  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/7.20.0'

For development, copy the new development version instead:
  'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/7.20.1.dev0' <YOURBRANCH>

Regards,

	Henrik
	(via the mkrelease script)