
From henrik@tools.ietf.org  Mon Sep  9 12:42:55 2013
Return-Path: <henrik@tools.ietf.org>
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 E0C7C21E80BF; Mon,  9 Sep 2013 12:42:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.6
X-Spam-Level: 
X-Spam-Status: No, score=-102.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, NO_RELAYS=-0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DewBZVFvnDAZ; Mon,  9 Sep 2013 12:42:55 -0700 (PDT)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id C455321E80AB; Mon,  9 Sep 2013 12:42:54 -0700 (PDT)
Received: from henrik by grenache.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@tools.ietf.org>) id 1VJ7M0-0000le-2y; Mon, 09 Sep 2013 21:42:32 +0200
To: codesprints@ietf.org
Message-Id: <E1VJ7M0-0000le-2y@grenache.tools.ietf.org>
From: Henrik Levkowetz <henrik@tools.ietf.org>
Date: Mon, 09 Sep 2013 21:42:32 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: amorris@amsl.com, avezza@amsl.com, cmorgan@amsl.com, codesprints@ietf.org, fenner@fenron.net, glen@amsl.com, henrik@levkowetz.com, housley@vigilsec.com, iesg@ietf.org, kmoreland@amsl.com, olau@iola.dk, r6117-pubreq@6119, rjs@nostrum.com, rjsparks@nostrum.com, shimfree@6083, smccammon@amsl.com, stevey@amsl.com, v4.70@6042
X-SA-Exim-Mail-From: henrik@tools.ietf.org
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Cc: shimfree@6083.amsl.com, olau@iola.dk, v4.70@6042.amsl.com, rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, kmoreland@amsl.com, r6117-pubreq@6119.amsl.com, iesg@ietf.org, smccammon@amsl.com, amorris@amsl.com, cmorgan@amsl.com
Subject: [codesprints] New datatracker release: v4.71
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.12
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: <http://www.ietf.org/mail-archive/web/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, 09 Sep 2013 19:42:56 -0000

Hi,

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

Release notes:

ietfdb (4.71) ietf; urgency=medium
  * Merged in personal/rjs/r6117-pubreq@6119:
    - Made Publication Request (for documents from IETF working groups) an
      explicit action rather than a side-effect.
    - Simplified the working group state edit form.
    - Added hints to the WG state edit form to use the document's main page to
      request publication.
    - If a document is moved into IESG processing directly by the secretariat or
      an AD (old processing path), set working group state accordingly.
  * Merged in branch/iola/shimfree@6083.  This cleans up and moves relevant 
    code from idrfc/ to doc/.  There should now only be a bit of old wrapper 
    code left in idrfc; that will go away when the remaining models which use 
    it are cleaned up.
  * Fixed the manage.py command so it adds our own import path to the Python 
    path automatically; people won't have to explicitly add pythonpath any
    more::
      $ PYTHONPATH=$PWD ietf/manage.py ...
  * Applied a patch from rjsparks@nostrum.com to fix a line colouring bug in 
    IPR lists.
  * Fixed a regression: wrong URL to IESG state diagram in state help.  Fixes 
    issue #1119.
  * Merged personal/rjs/v4.70@6042:
    - Made reporting IPR consistant across document searches, IPR 
      searches, AD document queues, last calls, and agendas. All these points now 
      report on the document(s) being directly queried, and the documents those 
      transitively replace or obsolete.
    - Brought search results against WGs and document titles into 
      consistency with results from searching for individual documents
    - Added the IPR count to the link on the documents main page (when 
      not zero)
    - Built on Henrik's reimplementation of all_related_\*, making the 
      \*_related_\* functions return DocAlias? lists consistently, and added 
      corresponding _relations_ functions to get lists of actual RelatedDocument? 
      objects.
    - Added getting the DocAlias? with the same name to Document
    - Added getting related IPR disclosures (as described in the first 
      bullet) to Document
    - Simplified ipr/related.py
    - Removed the use of DraftLikeDocAlias? and IETFWG from 
      ipr/search.py. Retooled the various search functions and templates to use 
      DocAlias? and IprDocAlias? directly.
    - Removed dead code from ipr/search.py
    - Removed the special handling of WG 2000 from ipr/search.py 
    This fixes bug #1071
  * Fixed a regression in display of IESG state; added back substate 
    information.  Fixes issue #1117.
  * Added template rendering verification on dbtemplate form submission in 
    order to catch errors in edited templates before they are committed.  This 
    should prevent server 500 errors when rendering dbtemplate pages.  Fixes 
    issue #1113.
  * Selectively removed the agenda and minutes warnings from the meeting 
    materials page, for educational sessions where agenda and minutes aren't 
    expected.  Fixes issue #1115.
  * Changed the order of the files diffed in the draft diff links on the 
    history page.  Fixes issue #1114.
  * Added Auto-Submitted and Precedence header fields to outgoing email 
    messages.
  * Fixed a possible KeyError bug for a missing form field 'by'.
  * Added code to expire last calls for statechg documents too (in addition 
    to iesg drafts) with the expire-last-call script.  Fixes issue #1092.
  * Added secretaries to those who are authorized to edit stream info for a 
    document.
  * Added a penalty field to the ConstraintNames, for use in agenda 
    scheduling.
  * Refactored group membership code, adding advisors and liaisons to the 
    membership list.  Needed for the nomcom code.
  * Fixed the broken WG document list template (regression caused by the 
    shimfree merge).
  * Fixed the red-on-red error message style which came in with the nomcom 
    code merge.
  * Fixed the nomcom email pipe command to read from stdin if no file given, 
    and give better error messages.
  * Added migrations which should have been part of release 4.70.

The new version is available through SVN checkout, with
  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/4.71'

Regards,

	Henrik
	(via the mkrelease script)


From stevey@amsl.com  Mon Sep  9 13:16:53 2013
Return-Path: <stevey@amsl.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 9311E11E81C8; Mon,  9 Sep 2013 13:16:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level: 
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y2t9h7gk3yRz; Mon,  9 Sep 2013 13:16:46 -0700 (PDT)
Received: from mail.amsl.com (mail.amsl.com [64.170.98.21]) by ietfa.amsl.com (Postfix) with ESMTP id 3D6EB11E81B6; Mon,  9 Sep 2013 13:16:44 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by c9a.amsl.com (Postfix) with ESMTP id A64F8A60CF; Mon,  9 Sep 2013 13:16:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from c9a.amsl.com ([127.0.0.1]) by localhost (c9a.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IQJCOMu1OcIg; Mon,  9 Sep 2013 13:16:27 -0700 (PDT)
Received: from [64.170.98.145] (unknown [64.170.98.145]) by c9a.amsl.com (Postfix) with ESMTPS id 12789A60AC; Mon,  9 Sep 2013 13:16:23 -0700 (PDT)
User-Agent: Microsoft-MacOutlook/14.3.6.130613
Date: Mon, 09 Sep 2013 13:16:37 -0700
From: Steve Young <stevey@amsl.com>
To: Henrik Levkowetz <henrik@tools.ietf.org>, <codesprints@ietf.org>
Message-ID: <CE537AA7.6763A%stevey@amsl.com>
Thread-Topic: New datatracker release: v4.71
In-Reply-To: <E1VJ7M0-0000le-2y@grenache.tools.ietf.org>
Mime-version: 1.0
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit
Cc: shimfree@6083.amsl.com, olau@iola.dk, v4.70@6042.amsl.com, rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, kmoreland@amsl.com, r6117-pubreq@6119.amsl.com, iesg@ietf.org, smccammon@amsl.com, amorris@amsl.com, cmorgan@amsl.com
Subject: Re: [codesprints] New datatracker release: v4.71
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.12
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: <http://www.ietf.org/mail-archive/web/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, 09 Sep 2013 20:16:53 -0000

Hi Henrik,

Datatracker v4.71 deployed.

Best regards,
Steve

On 9/9/13 12:42 PM, "Henrik Levkowetz" <henrik@tools.ietf.org> wrote:

>
>Hi,
>
>This is an automatic notification about a new datatracker release,
>v4.71, generated when running the mkrelease script.
>
>Release notes:
>
>ietfdb (4.71) ietf; urgency=medium
>  * Merged in personal/rjs/r6117-pubreq@6119:
>    - Made Publication Request (for documents from IETF working groups) an
>      explicit action rather than a side-effect.
>    - Simplified the working group state edit form.
>    - Added hints to the WG state edit form to use the document's main
>page to
>      request publication.
>    - If a document is moved into IESG processing directly by the
>secretariat or
>      an AD (old processing path), set working group state accordingly.
>  * Merged in branch/iola/shimfree@6083.  This cleans up and moves
>relevant 
>    code from idrfc/ to doc/.  There should now only be a bit of old
>wrapper 
>    code left in idrfc; that will go away when the remaining models which
>use 
>    it are cleaned up.
>  * Fixed the manage.py command so it adds our own import path to the
>Python 
>    path automatically; people won't have to explicitly add pythonpath any
>    more::
>      $ PYTHONPATH=$PWD ietf/manage.py ...
>  * Applied a patch from rjsparks@nostrum.com to fix a line colouring bug
>in 
>    IPR lists.
>  * Fixed a regression: wrong URL to IESG state diagram in state help.
>Fixes 
>    issue #1119.
>  * Merged personal/rjs/v4.70@6042:
>    - Made reporting IPR consistant across document searches, IPR
>      searches, AD document queues, last calls, and agendas. All these
>points now 
>      report on the document(s) being directly queried, and the documents
>those 
>      transitively replace or obsolete.
>    - Brought search results against WGs and document titles into
>      consistency with results from searching for individual documents
>    - Added the IPR count to the link on the documents main page (when
>      not zero)
>    - Built on Henrik's reimplementation of all_related_\*, making the
>      \*_related_\* functions return DocAlias? lists consistently, and
>added 
>      corresponding _relations_ functions to get lists of actual
>RelatedDocument? 
>      objects.
>    - Added getting the DocAlias? with the same name to Document
>    - Added getting related IPR disclosures (as described in the first
>      bullet) to Document
>    - Simplified ipr/related.py
>    - Removed the use of DraftLikeDocAlias? and IETFWG from
>      ipr/search.py. Retooled the various search functions and templates
>to use 
>      DocAlias? and IprDocAlias? directly.
>    - Removed dead code from ipr/search.py
>    - Removed the special handling of WG 2000 from ipr/search.py
>    This fixes bug #1071
>  * Fixed a regression in display of IESG state; added back substate
>    information.  Fixes issue #1117.
>  * Added template rendering verification on dbtemplate form submission
>in 
>    order to catch errors in edited templates before they are committed.
>This 
>    should prevent server 500 errors when rendering dbtemplate pages.
>Fixes 
>    issue #1113.
>  * Selectively removed the agenda and minutes warnings from the meeting
>    materials page, for educational sessions where agenda and minutes
>aren't 
>    expected.  Fixes issue #1115.
>  * Changed the order of the files diffed in the draft diff links on the
>    history page.  Fixes issue #1114.
>  * Added Auto-Submitted and Precedence header fields to outgoing email
>    messages.
>  * Fixed a possible KeyError bug for a missing form field 'by'.
>  * Added code to expire last calls for statechg documents too (in
>addition 
>    to iesg drafts) with the expire-last-call script.  Fixes issue #1092.
>  * Added secretaries to those who are authorized to edit stream info for
>a 
>    document.
>  * Added a penalty field to the ConstraintNames, for use in agenda
>    scheduling.
>  * Refactored group membership code, adding advisors and liaisons to the
>    membership list.  Needed for the nomcom code.
>  * Fixed the broken WG document list template (regression caused by the
>    shimfree merge).
>  * Fixed the red-on-red error message style which came in with the
>nomcom 
>    code merge.
>  * Fixed the nomcom email pipe command to read from stdin if no file
>given, 
>    and give better error messages.
>  * Added migrations which should have been part of release 4.70.
>
>The new version is available through SVN checkout, with
>  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/4.71'
>
>Regards,
>
>	Henrik
>	(via the mkrelease script)
>



From henrik@tools.ietf.org  Thu Sep 19 12:31:52 2013
Return-Path: <henrik@tools.ietf.org>
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 C12D621F8F3C; Thu, 19 Sep 2013 12:31:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.393
X-Spam-Level: 
X-Spam-Status: No, score=-101.393 tagged_above=-999 required=5 tests=[AWL=-1.207, BAYES_40=-0.185, NO_RELAYS=-0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uqFkhxHurAQH; Thu, 19 Sep 2013 12:31:52 -0700 (PDT)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id E4B4821F8D29; Thu, 19 Sep 2013 12:31:51 -0700 (PDT)
Received: from henrik by grenache.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@tools.ietf.org>) id 1VMjx6-0002d2-V3; Thu, 19 Sep 2013 21:31:48 +0200
To: codesprints@ietf.org
Message-Id: <E1VMjx6-0002d2-V3@grenache.tools.ietf.org>
From: Henrik Levkowetz <henrik@tools.ietf.org>
Date: Thu, 19 Sep 2013 21:31:48 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: amorris@amsl.com, avezza@amsl.com, cmorgan@amsl.com, codesprints@ietf.org, fenner@fenron.net, glen@amsl.com, henrik@levkowetz.com, housley@vigilsec.com, iesg@ietf.org, kmoreland@amsl.com, olau@iola.dk, rcross@amsl.com, rjs@nostrum.com, rjsparks@nostrum.com, smccammon@amsl.com, stevey@amsl.com, trunkmerge@6149
X-SA-Exim-Mail-From: henrik@tools.ietf.org
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Cc: olau@iola.dk, rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, kmoreland@amsl.com, trunkmerge@6149.amsl.com, iesg@ietf.org, smccammon@amsl.com, amorris@amsl.com, cmorgan@amsl.com
Subject: [codesprints] New datatracker release: v4.72
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.12
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: <http://www.ietf.org/mail-archive/web/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: Thu, 19 Sep 2013 19:31:52 -0000

Hi,

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

Release notes:

ietfdb (4.72) ietf; urgency=medium
  * Added a migration for a new ConstraintName field: penalty
  * Fixed 2 issues with the wg document list: Wrong heading for the related 
    docs, and candidate wg docs listed as wg docs, rather than related docs.
  * Fixed an issue arising when trying to edit a document state when there's
    no prior state, and removed the link to edit the document state when
    there's no set state.
  * Tweaked the template used to generate the various 1wg-charter*.txt 
    files to properly fetch email addresses.
  * Merged in a fix from rjsparks@nostrum.com for incorrect IANA 
    notification email addresses.
  * Added Nomcom role suport to role_required() through has_role().  This will
    let us get rid of the more specialized ad_hoc nomcom_memeber_required()
    function which can't handle access for multiple roles.
  * Replaced the ad_hoc nomcom_member_required() decorator with the generic 
    role_required() decorator.  Changed access permission for nomcom-chair only 
    pages to also permit nomcom advisor access (this lets the previous nomcom 
    chair explain and assist as needed).  Also tweaked some text strings in the 
    email feedback pipe script.
  * Added a WSGI connector for the datatracker, to let us run under mod_wsgi.
  * Modified the code which accumulates ipr disclosures associated with a 
    document, shown as an IPR count in search results.  The previous code had 
    two deficiencies: it could count some IPR disclosures twice, and it also 
    included withdrawn and pending disclosures.  The current count matches the 
    IPR search results better.
  * Moved the nomcom private key storage out of the source tree, which is a 
    silly place to put it.
  * Added a dev-specific robots.txt, which blocks all robots.
  * Merged in the latest secretariat code from rcross@amsl.com, from
    branch/amsl/trunkmerge@6149.
  * Added the ability to search for documents from a certain stream to the
    main document search form.
  * Added overview pages for non-ietf-stream documents (ise, iab, irtf), and
    links to them form the sidebar.
  * Removed the old ad documents page and its view function, and put in a
    redirect from the temporary /ad2/ url to the /ad/ url.  Also replaced the
    two AD document links in the lefthand menubar with one pointing to the new
    view (under the old URL).

The new version is available through SVN checkout, with
  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/4.72'

Regards,

	Henrik
	(via the mkrelease script)


From stevey@amsl.com  Fri Sep 20 13:45:01 2013
Return-Path: <stevey@amsl.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 3ECFC21F9E96; Fri, 20 Sep 2013 13:45:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.244
X-Spam-Level: 
X-Spam-Status: No, score=0.244 tagged_above=-999 required=5 tests=[AWL=0.172,  BAYES_00=-2.599, FH_RELAY_NODNS=1.451, HELO_EQ_IP_ADDR=1.119, RDNS_NONE=0.1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1pmv9SEFUBYz; Fri, 20 Sep 2013 13:44:57 -0700 (PDT)
Received: from mail.amsl.com (mail.amsl.com [IPv6:2001:1890:126c::1:15]) by ietfa.amsl.com (Postfix) with ESMTP id 2881B21F9E94; Fri, 20 Sep 2013 13:44:57 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by c9a.amsl.com (Postfix) with ESMTP id 77270A611B; Fri, 20 Sep 2013 13:43:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from c9a.amsl.com ([127.0.0.1]) by localhost (c9a.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H3C0fJPsozcz; Fri, 20 Sep 2013 13:43:53 -0700 (PDT)
Received: from [64.170.98.145] (unknown [64.170.98.145]) by c9a.amsl.com (Postfix) with ESMTPS id D6178A610F; Fri, 20 Sep 2013 13:43:48 -0700 (PDT)
User-Agent: Microsoft-MacOutlook/14.3.7.130812
Date: Fri, 20 Sep 2013 13:44:50 -0700
From: Steve Young <stevey@amsl.com>
To: Henrik Levkowetz <henrik@tools.ietf.org>, <codesprints@ietf.org>
Message-ID: <CE6201BA.6919E%stevey@amsl.com>
Thread-Topic: New datatracker release: v4.72
In-Reply-To: <E1VMjx6-0002d2-V3@grenache.tools.ietf.org>
Mime-version: 1.0
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit
Cc: olau@iola.dk, rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, kmoreland@amsl.com, trunkmerge@6149.amsl.com, iesg@ietf.org, smccammon@amsl.com, amorris@amsl.com, cmorgan@amsl.com
Subject: Re: [codesprints] New datatracker release: v4.72
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.12
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: <http://www.ietf.org/mail-archive/web/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: Fri, 20 Sep 2013 20:45:01 -0000

Hi Henrik,

Datatracker v4.72 has been deployed.

Best regards,
Steve

On 9/19/13 12:31 PM, "Henrik Levkowetz" <henrik@tools.ietf.org> wrote:

>
>Hi,
>
>This is an automatic notification about a new datatracker release,
>v4.72, generated when running the mkrelease script.
>
>Release notes:
>
>ietfdb (4.72) ietf; urgency=medium
>  * Added a migration for a new ConstraintName field: penalty
>  * Fixed 2 issues with the wg document list: Wrong heading for the
>related 
>    docs, and candidate wg docs listed as wg docs, rather than related
>docs.
>  * Fixed an issue arising when trying to edit a document state when
>there's
>    no prior state, and removed the link to edit the document state when
>    there's no set state.
>  * Tweaked the template used to generate the various 1wg-charter*.txt
>    files to properly fetch email addresses.
>  * Merged in a fix from rjsparks@nostrum.com for incorrect IANA
>    notification email addresses.
>  * Added Nomcom role suport to role_required() through has_role().  This
>will
>    let us get rid of the more specialized ad_hoc
>nomcom_memeber_required()
>    function which can't handle access for multiple roles.
>  * Replaced the ad_hoc nomcom_member_required() decorator with the
>generic 
>    role_required() decorator.  Changed access permission for
>nomcom-chair only 
>    pages to also permit nomcom advisor access (this lets the previous
>nomcom 
>    chair explain and assist as needed).  Also tweaked some text strings
>in the 
>    email feedback pipe script.
>  * Added a WSGI connector for the datatracker, to let us run under
>mod_wsgi.
>  * Modified the code which accumulates ipr disclosures associated with a
>    document, shown as an IPR count in search results.  The previous code
>had 
>    two deficiencies: it could count some IPR disclosures twice, and it
>also 
>    included withdrawn and pending disclosures.  The current count
>matches the 
>    IPR search results better.
>  * Moved the nomcom private key storage out of the source tree, which is
>a 
>    silly place to put it.
>  * Added a dev-specific robots.txt, which blocks all robots.
>  * Merged in the latest secretariat code from rcross@amsl.com, from
>    branch/amsl/trunkmerge@6149.
>  * Added the ability to search for documents from a certain stream to the
>    main document search form.
>  * Added overview pages for non-ietf-stream documents (ise, iab, irtf),
>and
>    links to them form the sidebar.
>  * Removed the old ad documents page and its view function, and put in a
>    redirect from the temporary /ad2/ url to the /ad/ url.  Also replaced
>the
>    two AD document links in the lefthand menubar with one pointing to
>the new
>    view (under the old URL).
>
>The new version is available through SVN checkout, with
>  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/4.72'
>
>Regards,
>
>	Henrik
>	(via the mkrelease script)
>



From henrik@tools.ietf.org  Sat Sep 21 04:57:31 2013
Return-Path: <henrik@tools.ietf.org>
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 7E04711E8159; Sat, 21 Sep 2013 04:57:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.996
X-Spam-Level: 
X-Spam-Status: No, score=-101.996 tagged_above=-999 required=5 tests=[AWL=0.603, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qbGYTHbzYbJ4; Sat, 21 Sep 2013 04:57:30 -0700 (PDT)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id B1FCC11E8153; Sat, 21 Sep 2013 04:57:30 -0700 (PDT)
Received: from localhost ([127.0.0.1]:40964 helo=vigonier.tools.ietf.org ident=henrik) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from <henrik@tools.ietf.org>) id 1VNLoQ-0002Sq-N4; Sat, 21 Sep 2013 13:57:23 +0200
Message-ID: <523D89A1.6010103@tools.ietf.org>
Date: Sat, 21 Sep 2013 13:57:21 +0200
From: Henrik Levkowetz <henrik@tools.ietf.org>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130911 Thunderbird/17.0.9
MIME-Version: 1.0
To: Steve Young <stevey@amsl.com>
References: <CE6201BA.6919E%stevey@amsl.com>
In-Reply-To: <CE6201BA.6919E%stevey@amsl.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-SA-Exim-Connect-IP: 127.0.0.1
X-SA-Exim-Rcpt-To: stevey@amsl.com, codesprints@ietf.org, amorris@amsl.com, avezza@amsl.com, cmorgan@amsl.com, fenner@fenron.net, glen@amsl.com, henrik@levkowetz.com, housley@vigilsec.com, iesg@ietf.org, kmoreland@amsl.com, olau@iola.dk, rcross@amsl.com, rjs@nostrum.com, rjsparks@nostrum.com, smccammon@amsl.com, trunkmerge@6149
X-SA-Exim-Mail-From: henrik@tools.ietf.org
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Cc: olau@iola.dk, codesprints@ietf.org, rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, kmoreland@amsl.com, trunkmerge@6149.amsl.com, iesg@ietf.org, smccammon@amsl.com, amorris@amsl.com, cmorgan@amsl.com
Subject: Re: [codesprints] New datatracker release: v4.72
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: henrik@levkowetz.com
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: <http://www.ietf.org/mail-archive/web/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: Sat, 21 Sep 2013 11:57:31 -0000

Hi Steve,

On 2013-09-20 22:44 Steve Young said the following:
> Hi Henrik,
> 
> Datatracker v4.72 has been deployed.

Thank you!

Best regards,

	Henrik


> Best regards,
> Steve
> 
> On 9/19/13 12:31 PM, "Henrik Levkowetz" <henrik@tools.ietf.org> wrote:
> 
>>
>>Hi,
>>
>>This is an automatic notification about a new datatracker release,
>>v4.72, generated when running the mkrelease script.
>>
>>Release notes:
>>
>>ietfdb (4.72) ietf; urgency=medium
>>  * Added a migration for a new ConstraintName field: penalty
>>  * Fixed 2 issues with the wg document list: Wrong heading for the
>>related 
>>    docs, and candidate wg docs listed as wg docs, rather than related
>>docs.
>>  * Fixed an issue arising when trying to edit a document state when
>>there's
>>    no prior state, and removed the link to edit the document state when
>>    there's no set state.
>>  * Tweaked the template used to generate the various 1wg-charter*.txt
>>    files to properly fetch email addresses.
>>  * Merged in a fix from rjsparks@nostrum.com for incorrect IANA
>>    notification email addresses.
>>  * Added Nomcom role suport to role_required() through has_role().  This
>>will
>>    let us get rid of the more specialized ad_hoc
>>nomcom_memeber_required()
>>    function which can't handle access for multiple roles.
>>  * Replaced the ad_hoc nomcom_member_required() decorator with the
>>generic 
>>    role_required() decorator.  Changed access permission for
>>nomcom-chair only 
>>    pages to also permit nomcom advisor access (this lets the previous
>>nomcom 
>>    chair explain and assist as needed).  Also tweaked some text strings
>>in the 
>>    email feedback pipe script.
>>  * Added a WSGI connector for the datatracker, to let us run under
>>mod_wsgi.
>>  * Modified the code which accumulates ipr disclosures associated with a
>>    document, shown as an IPR count in search results.  The previous code
>>had 
>>    two deficiencies: it could count some IPR disclosures twice, and it
>>also 
>>    included withdrawn and pending disclosures.  The current count
>>matches the 
>>    IPR search results better.
>>  * Moved the nomcom private key storage out of the source tree, which is
>>a 
>>    silly place to put it.
>>  * Added a dev-specific robots.txt, which blocks all robots.
>>  * Merged in the latest secretariat code from rcross@amsl.com, from
>>    branch/amsl/trunkmerge@6149.
>>  * Added the ability to search for documents from a certain stream to the
>>    main document search form.
>>  * Added overview pages for non-ietf-stream documents (ise, iab, irtf),
>>and
>>    links to them form the sidebar.
>>  * Removed the old ad documents page and its view function, and put in a
>>    redirect from the temporary /ad2/ url to the /ad/ url.  Also replaced
>>the
>>    two AD document links in the lefthand menubar with one pointing to
>>the new
>>    view (under the old URL).
>>
>>The new version is available through SVN checkout, with
>>  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/4.72'
>>
>>Regards,
>>
>>	Henrik
>>	(via the mkrelease script)
>>
> 
> 
> 
