
From henrik@grenache.tools.ietf.org  Wed Aug 22 05:57:58 2012
Return-Path: <henrik@grenache.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 3FE3D21F8617 for <codesprints@ietfa.amsl.com>; Wed, 22 Aug 2012 05:57:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.249
X-Spam-Level: 
X-Spam-Status: No, score=-101.249 tagged_above=-999 required=5 tests=[AWL=-0.950, BAYES_00=-2.599, MANGLED_TEXT=2.3, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G8oTQPHywUvX for <codesprints@ietfa.amsl.com>; Wed, 22 Aug 2012 05:57:57 -0700 (PDT)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [77.72.230.30]) by ietfa.amsl.com (Postfix) with ESMTP id 1289121F8551 for <codesprints@ietf.org>; Wed, 22 Aug 2012 05:57:57 -0700 (PDT)
Received: from henrik by grenache.tools.ietf.org with local (Exim 4.77) (envelope-from <henrik@grenache.tools.ietf.org>) id 1T4AV8-0003Xz-IM; Wed, 22 Aug 2012 14:57:38 +0200
To: codesprints@ietf.org
Message-Id: <E1T4AV8-0003Xz-IM@grenache.tools.ietf.org>
From: Henrik Levkowetz <henrik@grenache.tools.ietf.org>
Date: Wed, 22 Aug 2012 14:57:38 +0200
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Rcpt-To: adam@nostrum.com, amorris@amsl.com, avezza@amsl.com, cmorgan@amsl.com, codesprints@ietf.org, fenner@fenron.net, glen@amsl.com, henrik@levkowetz.com, housley@vigilsec.com, kmoreland@amsl.com, olau@iola.dk, rjs@nostrum.com, rjsparks@nostrum.com, smccammon@amsl.com, stevey@amsl.com, v4.32@4722
X-SA-Exim-Mail-From: henrik@grenache.tools.ietf.org
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Cc: v4.32@4722.amsl.com, olau@iola.dk, rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, kmoreland@amsl.com, smccammon@amsl.com, amorris@amsl.com, cmorgan@amsl.com
Subject: [codesprints] New datatracker release: v4.34
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: Wed, 22 Aug 2012 12:57:58 -0000

Hi,

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

Release notes:

ietfdb (4.34)
  * Merged in [4772] from rjsparks@nostrum.com, a big chunk which in itself
    combines a number of separate fixes: 
    Liasion Manager:
    * Patch from Yaco to avoid resetting the From field when changing other 
      items on the form
    * Gave the secretariat the ability to find/approve any unapproved 
      liaisons
    * Changed all the email code to use ietf.mail.utils (and removed the 
      fake-mail concept)
    Charter documents and the Agenda pages:
    * Added charter documents to iesg/agenda and iesg/agenda/documents
    * Synced the ordering of drafts on iesg/agenda and iesg/agenda/documents
    * Allow setting a responsible AD for charter documents
    * Changed the UI of the charter page to use editlink for changing 
      attributes and buttons for actions (to align with drafts and 
      conflict-reviews)
    Moderator package:
    * Refactor: Simplified access to the current BallotDocEvent from a 
      Document
    * Added functions to BallotDocEvents? to faciliate access to 
      BallotPositionDocEvents?, both for all positions, and current AD postions.
    * Updated the moderator package to use the Documents from _agenda_data.
    * Added a filter to assist with rendering the moderator package.
    * Fixed a bug where different functions in idrfc/views_ballot were 
      using log_state_changed expecting different implementations (a cleanup task 
      should reconcile the _three_ implementations in the codebase of that 
      function).
    Cleanup from codesprint:
    * Removed some duplication between doc/util and doc/models by moving 
      things into doc/models
    * Do not show non-empty discuss text when the ballot position is not 
      blocking
    * Added a migration to update non-blocking ballot positions that have 
      non-empty discuss text
    DEPLOYMENT NOTES
    Please be aware that migration step will take a few minutes to complete.
    Fixes issue #865 
  * Tweaked the author extraction code to handle company names in the author
    list on the first page, when the company names contain a comma, such as
    for instance 'Foo Bar, Inc'.
  * Added support for get_file_path() for conflrev documents based on branch 
    /personal/rcross/v4.32@4722, but tweaked to return only the directory, not 
    the full directory+name+ext path, in order to behave the same way as for 
    other document types.
  * Merged in [4746] from adam@nostrum.com: 
    Adding slides to agenda page 
  * Merged in [4738] from adam@nostrum.com: 
    Added a link to the cookie page, at Robert's request 
  * Merged in [4737] from adam@nostrum.com: 
    Fixed profile update page to keep Alias table up to date. Also, roles 
    for inactive groups are no longer displayed on the profile page. 
  * Applied fix from rjsparks@nostrum.com: Remove old document filtering 
    which is now to strict, letting conflict review documents show in the iesg 
    agenda.
  * Applied fix from adam@nostrum.com: Display meeting materials with 
    correct ordering.
  * Removed the ValueError exceptions introduced in the previous revision 
    of the draft author extraction code.  Fixes issue #858.
  * Fixed problem with diff links which erroneously included a template 
    variable interpolation.
  * Fixed problem with displaying ISE stream documents.
  * Fixed the update password request form to *not* give an error for 
    existing accounts ,:-)
  * Fixed some parameter names in the ietfauth urlconf which had reverted to 
    an old form in a recent merge.
  * Used the .plain_name Person attribute in the agenda documents form 
    instead of the full .name attribute.
  * The call to liaison_manager_sdos() in set_organization_field was 
    missing a Person parameter -- added it.

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

Regards,

	Henrik
	(via the mkrelease script)


From stevey@amsl.com  Wed Aug 22 10:17:26 2012
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 6340521F85F4 for <codesprints@ietfa.amsl.com>; Wed, 22 Aug 2012 10:17:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.748
X-Spam-Level: 
X-Spam-Status: No, score=-0.748 tagged_above=-999 required=5 tests=[AWL=-0.449, BAYES_00=-2.599, MANGLED_TEXT=2.3]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gP3xvDOSsP+V for <codesprints@ietfa.amsl.com>; Wed, 22 Aug 2012 10:17:25 -0700 (PDT)
Received: from mail.amsl.com (mail.amsl.com [IPv6:2001:1890:123a::1:14]) by ietfa.amsl.com (Postfix) with ESMTP id C0E0121F856C for <codesprints@ietf.org>; Wed, 22 Aug 2012 10:17:25 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by c8a.amsl.com (Postfix) with ESMTP id 8CAF812BB94; Wed, 22 Aug 2012 10:17:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from c8a.amsl.com ([127.0.0.1]) by localhost (c8a.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Wv-eWy42Ergi; Wed, 22 Aug 2012 10:17:25 -0700 (PDT)
Received: from [12.22.58.137] (unknown [12.22.58.137]) by c8a.amsl.com (Postfix) with ESMTPA id 05E3112BBA9; Wed, 22 Aug 2012 10:17:19 -0700 (PDT)
User-Agent: Microsoft-MacOutlook/14.2.3.120616
Date: Wed, 22 Aug 2012 10:17:17 -0700
From: Steve Young <stevey@amsl.com>
To: Henrik Levkowetz <henrik@grenache.tools.ietf.org>, <codesprints@ietf.org>
Message-ID: <CC5A6215.68A0%stevey@amsl.com>
Thread-Topic: New datatracker release: v4.34
In-Reply-To: <E1T4AV8-0003Xz-IM@grenache.tools.ietf.org>
Mime-version: 1.0
Content-type: text/plain; charset="US-ASCII"
Content-transfer-encoding: 7bit
Cc: v4.32@4722.amsl.com, olau@iola.dk, rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, kmoreland@amsl.com, smccammon@amsl.com, amorris@amsl.com, cmorgan@amsl.com
Subject: Re: [codesprints] New datatracker release: v4.34
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: Wed, 22 Aug 2012 17:17:26 -0000

Hi Henrik,

Datatracker v4.34 has been deployed.

Best regards,
Steve

On 8/22/12 5:57 AM, "Henrik Levkowetz" <henrik@grenache.tools.ietf.org>
wrote:

>
>Hi,
>
>This is an automatic notification about a new datatracker release,
>v4.34, generated when running the mkrelease script.
>
>Release notes:
>
>ietfdb (4.34)
>  * Merged in [4772] from rjsparks@nostrum.com, a big chunk which in
>itself
>    combines a number of separate fixes:
>    Liasion Manager:
>    * Patch from Yaco to avoid resetting the From field when changing
>other 
>      items on the form
>    * Gave the secretariat the ability to find/approve any unapproved
>      liaisons
>    * Changed all the email code to use ietf.mail.utils (and removed the
>      fake-mail concept)
>    Charter documents and the Agenda pages:
>    * Added charter documents to iesg/agenda and iesg/agenda/documents
>    * Synced the ordering of drafts on iesg/agenda and
>iesg/agenda/documents
>    * Allow setting a responsible AD for charter documents
>    * Changed the UI of the charter page to use editlink for changing
>      attributes and buttons for actions (to align with drafts and
>      conflict-reviews)
>    Moderator package:
>    * Refactor: Simplified access to the current BallotDocEvent from a
>      Document
>    * Added functions to BallotDocEvents? to faciliate access to
>      BallotPositionDocEvents?, both for all positions, and current AD
>postions.
>    * Updated the moderator package to use the Documents from
>_agenda_data.
>    * Added a filter to assist with rendering the moderator package.
>    * Fixed a bug where different functions in idrfc/views_ballot were
>      using log_state_changed expecting different implementations (a
>cleanup task 
>      should reconcile the _three_ implementations in the codebase of
>that 
>      function).
>    Cleanup from codesprint:
>    * Removed some duplication between doc/util and doc/models by moving
>      things into doc/models
>    * Do not show non-empty discuss text when the ballot position is not
>      blocking
>    * Added a migration to update non-blocking ballot positions that have
>      non-empty discuss text
>    DEPLOYMENT NOTES
>    Please be aware that migration step will take a few minutes to
>complete.
>    Fixes issue #865
>  * Tweaked the author extraction code to handle company names in the
>author
>    list on the first page, when the company names contain a comma, such
>as
>    for instance 'Foo Bar, Inc'.
>  * Added support for get_file_path() for conflrev documents based on
>branch 
>    /personal/rcross/v4.32@4722, but tweaked to return only the
>directory, not 
>    the full directory+name+ext path, in order to behave the same way as
>for 
>    other document types.
>  * Merged in [4746] from adam@nostrum.com:
>    Adding slides to agenda page
>  * Merged in [4738] from adam@nostrum.com:
>    Added a link to the cookie page, at Robert's request
>  * Merged in [4737] from adam@nostrum.com:
>    Fixed profile update page to keep Alias table up to date. Also, roles
>    for inactive groups are no longer displayed on the profile page.
>  * Applied fix from rjsparks@nostrum.com: Remove old document filtering
>    which is now to strict, letting conflict review documents show in the
>iesg 
>    agenda.
>  * Applied fix from adam@nostrum.com: Display meeting materials with
>    correct ordering.
>  * Removed the ValueError exceptions introduced in the previous revision
>    of the draft author extraction code.  Fixes issue #858.
>  * Fixed problem with diff links which erroneously included a template
>    variable interpolation.
>  * Fixed problem with displaying ISE stream documents.
>  * Fixed the update password request form to *not* give an error for
>    existing accounts ,:-)
>  * Fixed some parameter names in the ietfauth urlconf which had reverted
>to 
>    an old form in a recent merge.
>  * Used the .plain_name Person attribute in the agenda documents form
>    instead of the full .name attribute.
>  * The call to liaison_manager_sdos() in set_organization_field was
>    missing a Person parameter -- added it.
>
>The new version is available through SVN checkout, with
>  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/4.34'
>
>Regards,
>
>	Henrik
>	(via the mkrelease script)
>



From henrik@levkowetz.com  Thu Aug 23 01:58:34 2012
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 860A121F8539 for <codesprints@ietfa.amsl.com>; Thu, 23 Aug 2012 01:58:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.316
X-Spam-Level: 
X-Spam-Status: No, score=-101.316 tagged_above=-999 required=5 tests=[AWL=-1.016, BAYES_00=-2.599, MANGLED_TEXT=2.3, NO_RELAYS=-0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n8VFu9AhVF-P for <codesprints@ietfa.amsl.com>; Thu, 23 Aug 2012 01:58:34 -0700 (PDT)
Received: from grenache.tools.ietf.org (unknown [IPv6:2a01:3f0:1:2:225:90ff:fe34:720e]) by ietfa.amsl.com (Postfix) with ESMTP id AC7C921F85F3 for <codesprints@ietf.org>; Thu, 23 Aug 2012 01:58:33 -0700 (PDT)
Received: from [2a01:3f0:1:0:c1f0:1af8:5651:d2bc] (port=59238 helo=brunello.netnod.se) by grenache.tools.ietf.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.77) (envelope-from <henrik@levkowetz.com>) id 1T4TF0-0006mC-CG; Thu, 23 Aug 2012 10:58:14 +0200
Message-ID: <5035F0A6.7030203@levkowetz.com>
Date: Thu, 23 Aug 2012 10:58:14 +0200
From: Henrik Levkowetz <henrik@levkowetz.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120815 Thunderbird/15.0
MIME-Version: 1.0
To: Steve Young <stevey@amsl.com>
References: <CC5A6215.68A0%stevey@amsl.com>
In-Reply-To: <CC5A6215.68A0%stevey@amsl.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-SA-Exim-Connect-IP: 2a01:3f0:1:0:c1f0:1af8:5651:d2bc
X-SA-Exim-Rcpt-To: stevey@amsl.com, henrik@grenache.tools.ietf.org, codesprints@ietf.org, adam@nostrum.com, amorris@amsl.com, avezza@amsl.com, cmorgan@amsl.com, fenner@fenron.net, glen@amsl.com, housley@vigilsec.com, kmoreland@amsl.com, olau@iola.dk, rjs@nostrum.com, rjsparks@nostrum.com, smccammon@amsl.com, v4.32@4722, henrik-sent@levkowetz.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on grenache.tools.ietf.org)
Cc: olau@iola.dk, codesprints@ietf.org, rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, v4.32@4722.amsl.com, Henrik Levkowetz <henrik@grenache.tools.ietf.org>, smccammon@amsl.com, amorris@amsl.com, cmorgan@amsl.com, kmoreland@amsl.com
Subject: Re: [codesprints] New datatracker release: v4.34
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, 23 Aug 2012 08:58:34 -0000

Hi Steve,

On 2012-08-22 19:17 Steve Young said:
> Hi Henrik,
>
> Datatracker v4.34 has been deployed.

Thanks!

Best regards,

	Henrik

> Best regards,
> Steve
>
> On 8/22/12 5:57 AM, "Henrik Levkowetz" <henrik@grenache.tools.ietf.org>
> wrote:
>
>>
>> Hi,
>>
>> This is an automatic notification about a new datatracker release,
>> v4.34, generated when running the mkrelease script.
>>
>> Release notes:
>>
>> ietfdb (4.34)
>>   * Merged in [4772] from rjsparks@nostrum.com, a big chunk which in
>> itself
>>     combines a number of separate fixes:
>>     Liasion Manager:
>>     * Patch from Yaco to avoid resetting the From field when changing
>> other
>>       items on the form
>>     * Gave the secretariat the ability to find/approve any unapproved
>>       liaisons
>>     * Changed all the email code to use ietf.mail.utils (and removed the
>>       fake-mail concept)
>>     Charter documents and the Agenda pages:
>>     * Added charter documents to iesg/agenda and iesg/agenda/documents
>>     * Synced the ordering of drafts on iesg/agenda and
>> iesg/agenda/documents
>>     * Allow setting a responsible AD for charter documents
>>     * Changed the UI of the charter page to use editlink for changing
>>       attributes and buttons for actions (to align with drafts and
>>       conflict-reviews)
>>     Moderator package:
>>     * Refactor: Simplified access to the current BallotDocEvent from a
>>       Document
>>     * Added functions to BallotDocEvents? to faciliate access to
>>       BallotPositionDocEvents?, both for all positions, and current AD
>> postions.
>>     * Updated the moderator package to use the Documents from
>> _agenda_data.
>>     * Added a filter to assist with rendering the moderator package.
>>     * Fixed a bug where different functions in idrfc/views_ballot were
>>       using log_state_changed expecting different implementations (a
>> cleanup task
>>       should reconcile the _three_ implementations in the codebase of
>> that
>>       function).
>>     Cleanup from codesprint:
>>     * Removed some duplication between doc/util and doc/models by moving
>>       things into doc/models
>>     * Do not show non-empty discuss text when the ballot position is not
>>       blocking
>>     * Added a migration to update non-blocking ballot positions that have
>>       non-empty discuss text
>>     DEPLOYMENT NOTES
>>     Please be aware that migration step will take a few minutes to
>> complete.
>>     Fixes issue #865
>>   * Tweaked the author extraction code to handle company names in the
>> author
>>     list on the first page, when the company names contain a comma, such
>> as
>>     for instance 'Foo Bar, Inc'.
>>   * Added support for get_file_path() for conflrev documents based on
>> branch
>>     /personal/rcross/v4.32@4722, but tweaked to return only the
>> directory, not
>>     the full directory+name+ext path, in order to behave the same way as
>> for
>>     other document types.
>>   * Merged in [4746] from adam@nostrum.com:
>>     Adding slides to agenda page
>>   * Merged in [4738] from adam@nostrum.com:
>>     Added a link to the cookie page, at Robert's request
>>   * Merged in [4737] from adam@nostrum.com:
>>     Fixed profile update page to keep Alias table up to date. Also, roles
>>     for inactive groups are no longer displayed on the profile page.
>>   * Applied fix from rjsparks@nostrum.com: Remove old document filtering
>>     which is now to strict, letting conflict review documents show in the
>> iesg
>>     agenda.
>>   * Applied fix from adam@nostrum.com: Display meeting materials with
>>     correct ordering.
>>   * Removed the ValueError exceptions introduced in the previous revision
>>     of the draft author extraction code.  Fixes issue #858.
>>   * Fixed problem with diff links which erroneously included a template
>>     variable interpolation.
>>   * Fixed problem with displaying ISE stream documents.
>>   * Fixed the update password request form to *not* give an error for
>>     existing accounts ,:-)
>>   * Fixed some parameter names in the ietfauth urlconf which had reverted
>> to
>>     an old form in a recent merge.
>>   * Used the .plain_name Person attribute in the agenda documents form
>>     instead of the full .name attribute.
>>   * The call to liaison_manager_sdos() in set_organization_field was
>>     missing a Person parameter -- added it.
>>
>> The new version is available through SVN checkout, with
>>   'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/4.34'
>>
>> Regards,
>>
>> 	Henrik
>> 	(via the mkrelease script)
>>
>
>
>
