[codesprints] New datatracker release: v7.38.0

rjsparks@nostrum.com Mon, 20 September 2021 16:39 UTC

Return-Path: <rjsparks@nostrum.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 71FA73A07F8; Mon, 20 Sep 2021 09:39:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.079
X-Spam-Level:
X-Spam-Status: No, score=-2.079 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
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 0bBbuW6_Nbto; Mon, 20 Sep 2021 09:38:55 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 749293A07DB; Mon, 20 Sep 2021 09:38:55 -0700 (PDT)
Received: from 28c88792cbac ([47.186.34.206]) (authenticated bits=0) by nostrum.com (8.17.1/8.16.1) with ESMTPSA id 18KGcqPi080506 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 20 Sep 2021 11:38:52 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1632155934; bh=pFiWgUQ6eajutk7PbiAqzIB0dASy+vShie2FVvk7obY=; h=From:To:Subject:Date; b=pE3PskWzuO1FEoPtqvHkYyi7rQPNWr+vx3zYD+DFtkgXzZkQFmyEMSMR8urMWsmlg O8Mu5sW8piRIYU/ojoycoj7apP77iKHZmVLvFUlIIYQHUoRXD6GQLCk+ZIxnF6X+y2 1arjE6x5dglO1zSmG4CbGOJfX9CzHB2Yi+LdPLoU=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.34.206] claimed to be 28c88792cbac
Received: from rjsparks by 28c88792cbac with local (Exim 4.92) (envelope-from <rjsparks@nostrum.com>) id 1mSMJa-0006k8-Px; Mon, 20 Sep 2021 16:38:46 +0000
From: rjsparks@nostrum.com
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit
Message-Id: <E1mSMJa-0006k8-Px@28c88792cbac>
Date: Mon, 20 Sep 2021 16:38:46 +0000
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/zF9fGSOWhl75RzipXOtmdHTe9v0>
Subject: [codesprints] New datatracker release: v7.38.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: Mon, 20 Sep 2021 16:39:01 -0000

Hi,

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

Release notes:

ietfdb (7.38.0) ietf; urgency=medium

  **Authortools API token endpoint, Standalone proceedings, 
  render charters with markdown**

  This release improves the generation of meeting proceedings,
  moving archival information to the datatracker, rather than
  the wagtail portion of the www.ietf.org website. It also provides
  a temporary view of what current charter text looks like when rendered
  with markdown. See datatracker.ietf.org/group/{acronym}/about/rendertest/.
  After we confirm the rendering preserves information (adjusting charters
  as necessary), an upcoming release will remove that URL and render
  charters through markdown directly.

  * Merged in [19344] from krathnayake@ietf.org:
    Implements /api/appauth/authortools API endpoint. Fixes #3396.  

  * Merged in [19353] from jennifer@painless-security.com:
    Use live_server_url as IDTRACKER_BASE_URL in IetfLiveServerTestCase. 
    Fixes #3203.  

  * Merged in [19355] from krathnayake@ietf.org:
    Hides profile photo place holder. Fixes #3400.  

  * Merged in [19357] from rjsparks@nostrum.com:
    Provide a page that shows how current charter text renders through 
    markdown. Related to #2695.  

  * Merged in [19358] from rjsparks@nostrum.com:
    Remove remaining use of markdown2. Enable markdown extras when 
    rendering agendas. Fixes #3316.  

  * Merged in [19359] from rjsparks@nostrum.com:
    Render markdown agendas in popups on the agenda page. Fixes #3039.  

  * Merged in [19360] from rjsparks@nostrum.com:
    Change url and instructive text in email sent when a ballot position is 
    taken. Fixes #3208.  

  * Merged in [19363] from rjsparks@nostrum.com:
    Tune text draft reference extractor. Fixes #3404.  

 -- Robert Sparks <rjsparks@nostrum.com>  19 Sep 2021 14:58:20 +0000

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

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

Regards,

	Robert Sparks
	(via the mkrelease script)