
From henrik@merlot.tools.ietf.org  Wed Feb  2 09:32:55 2011
Return-Path: <henrik@merlot.tools.ietf.org>
X-Original-To: codesprints@core3.amsl.com
Delivered-To: codesprints@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id A844B3A6D67 for <codesprints@core3.amsl.com>; Wed,  2 Feb 2011 09:32:55 -0800 (PST)
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 ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aRzyCPVIi-uX for <codesprints@core3.amsl.com>; Wed,  2 Feb 2011 09:32:54 -0800 (PST)
Received: from merlot.tools.ietf.org (merlot.tools.ietf.org [IPv6:2a01:3f0:0:31:214:22ff:fe21:bb]) by core3.amsl.com (Postfix) with ESMTP id 3E8E93A6CEC for <codesprints@ietf.org>; Wed,  2 Feb 2011 09:32:54 -0800 (PST)
Received: from henrik by merlot.tools.ietf.org with local (Exim 4.72) (envelope-from <henrik@merlot.tools.ietf.org>) id 1Pkgcd-0006PY-Jv; Wed, 02 Feb 2011 18:36:03 +0100
Date: Wed, 02 Feb 2011 18:36:03 +0100
Message-Id: <E1Pkgcd-0006PY-Jv@merlot.tools.ietf.org>
To: codesprints@ietf.org
From: Henrik Levkowetz <henrik@merlot.tools.ietf.org>
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, rjs@nostrum.com
X-SA-Exim-Mail-From: henrik@merlot.tools.ietf.org
X-SA-Exim-Scanned: No (on merlot.tools.ietf.org); SAEximRunCond expanded to false
Cc: rjs@nostrum.com, avezza@amsl.com, fenner@fenron.net, amorris@amsl.com, cmorgan@amsl.com
Subject: [codesprints] New datatracker release: v3.12
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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, 02 Feb 2011 17:32:55 -0000

Hi,

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

Release notes:

ietfdb (3.12)
  Note: Deploying this release requires a database schema update, see below.
  From esanches@yaco.es:
  * Allow an SDO Liason Manager to send outgoing liaison from any IETF
    Entity to his SDO.
  * Allow the secretariat to send liaisons on behalf of another user.
  * On login, retrieve the person record related to the login from the 
    legacy tables of non IESG logins. Provides the link between login name
    and person listed in the liaison manager table.  Fixes #576.
  * Refined handling of the To: and From: address lists when the Liaison
    Manager is also a WG Chair or AD.
  From henrik@levkowetz.com:
  * Add a clean_whitespace filter in some places to get rid of any newlines 
    embedded in document titles.  Fixes a problem with bad email headers
    in announcements related to documents with newlines embedded in the title.
  * Don't try to send out mail which has no recipients.  Fixes a crash when
    trying to send announcements related to drafts which have an empty
    'email notes to' field.
  * Fix typo in method calls to send email, fixes a crash when submitting
    liaison statements.
  * Renamed 'LiaisonDetail.taken_care' field to 'action_taken'.  
    Miscellaneous associated fixes.  Enhanced liaison-related admin pages.
  Note: Deploying this release requires an additional steps to create
    a new column in a table.  This is done as a South migration
    (see http://south.aeracode.org/ for more info on South):
    # 8<----------
    # First the regular checkout and prepare:
       cd /a/www/ietf-datatracker
       svn co http://svn.tools.ietf.org/svn/tools/ietfdb/tags/3.12
       cp web/ietf/settings_local.py 3.12/ietf/
       cd 3.12
    # Next, apply the migrations:
 
       PYTHONPATH=$PWD ietf/manage.py migrate liaisons
    # Then carry on with the usual actions:
       cd ../
       rm ./web; ln -s 3.12 web
       sudo /etc/init.d/apache restart
    # 8<----------

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

Regards,

	Henrik
	(via the mkrelease script)


From glen@amsl.com  Wed Feb  2 10:50:01 2011
Return-Path: <glen@amsl.com>
X-Original-To: codesprints@core3.amsl.com
Delivered-To: codesprints@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 24DB63A6BE8 for <codesprints@core3.amsl.com>; Wed,  2 Feb 2011 10:50:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.313
X-Spam-Level: 
X-Spam-Status: No, score=-102.313 tagged_above=-999 required=5 tests=[AWL=0.286, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GyDApxnvMPJV for <codesprints@core3.amsl.com>; Wed,  2 Feb 2011 10:49:59 -0800 (PST)
Received: from mail.amsl.com (mail.amsl.com [64.170.98.20]) by core3.amsl.com (Postfix) with ESMTP id EAE293A67B7 for <codesprints@ietf.org>; Wed,  2 Feb 2011 10:49:59 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by c1a.amsl.com (Postfix) with ESMTP id 7FEF0E07C2; Wed,  2 Feb 2011 10:53:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from c1a.amsl.com ([127.0.0.1]) by localhost (c1a.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SMkF2g42UWxm; Wed,  2 Feb 2011 10:53:20 -0800 (PST)
Received: from [192.168.1.110] (173-8-133-91-SFBA.hfc.comcastbusiness.net [173.8.133.91]) by c1a.amsl.com (Postfix) with ESMTPSA id 1ED8BE07BF; Wed,  2 Feb 2011 10:53:20 -0800 (PST)
Message-ID: <4D49A81F.2080501@amsl.com>
Date: Wed, 02 Feb 2011 10:53:19 -0800
From: Glen <glen@amsl.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
MIME-Version: 1.0
To: Henrik Levkowetz <henrik@merlot.tools.ietf.org>
References: <E1Pkgcd-0006PY-Jv@merlot.tools.ietf.org>
In-Reply-To: <E1Pkgcd-0006PY-Jv@merlot.tools.ietf.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: rjs@nostrum.com, codesprints@ietf.org, avezza@amsl.com, fenner@fenron.net, amorris@amsl.com, cmorgan@amsl.com
Subject: Re: [codesprints] New datatracker release: v3.12
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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, 02 Feb 2011 18:50:01 -0000

This has been done!

GLen

On 2/2/2011 9:36 AM, Henrik Levkowetz wrote:
> Hi,
>
> This is an automatic notification about a new datatracker release,
> v3.12, generated when running the mkrelease script.
>
> Release notes:
>
> ietfdb (3.12)
>    Note: Deploying this release requires a database schema update, see below.
>    From esanches@yaco.es:
>    * Allow an SDO Liason Manager to send outgoing liaison from any IETF
>      Entity to his SDO.
>    * Allow the secretariat to send liaisons on behalf of another user.
>    * On login, retrieve the person record related to the login from the
>      legacy tables of non IESG logins. Provides the link between login name
>      and person listed in the liaison manager table.  Fixes #576.
>    * Refined handling of the To: and From: address lists when the Liaison
>      Manager is also a WG Chair or AD.
>    From henrik@levkowetz.com:
>    * Add a clean_whitespace filter in some places to get rid of any newlines
>      embedded in document titles.  Fixes a problem with bad email headers
>      in announcements related to documents with newlines embedded in the title.
>    * Don't try to send out mail which has no recipients.  Fixes a crash when
>      trying to send announcements related to drafts which have an empty
>      'email notes to' field.
>    * Fix typo in method calls to send email, fixes a crash when submitting
>      liaison statements.
>    * Renamed 'LiaisonDetail.taken_care' field to 'action_taken'.
>      Miscellaneous associated fixes.  Enhanced liaison-related admin pages.
>    Note: Deploying this release requires an additional steps to create
>      a new column in a table.  This is done as a South migration
>      (see http://south.aeracode.org/ for more info on South):
>      # 8<----------
>      # First the regular checkout and prepare:
>         cd /a/www/ietf-datatracker
>         svn co http://svn.tools.ietf.org/svn/tools/ietfdb/tags/3.12
>         cp web/ietf/settings_local.py 3.12/ietf/
>         cd 3.12
>      # Next, apply the migrations:
>
>         PYTHONPATH=$PWD ietf/manage.py migrate liaisons
>      # Then carry on with the usual actions:
>         cd ../
>         rm ./web; ln -s 3.12 web
>         sudo /etc/init.d/apache restart
>      # 8<----------
>
> The new version is available through SVN checkout, with
>    'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/3.12'
>
> Regards,
>
> 	Henrik
> 	(via the mkrelease script)
>

From henrik@merlot.tools.ietf.org  Wed Feb  2 11:21:35 2011
Return-Path: <henrik@merlot.tools.ietf.org>
X-Original-To: codesprints@core3.amsl.com
Delivered-To: codesprints@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 2850F3A6DB1 for <codesprints@core3.amsl.com>; Wed,  2 Feb 2011 11:21:35 -0800 (PST)
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=[AWL=-0.000, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eNfqn9a-ZNb7 for <codesprints@core3.amsl.com>; Wed,  2 Feb 2011 11:21:12 -0800 (PST)
Received: from merlot.tools.ietf.org (merlot.tools.ietf.org [IPv6:2a01:3f0:0:31:214:22ff:fe21:bb]) by core3.amsl.com (Postfix) with ESMTP id 1CF5C3A6C41 for <codesprints@ietf.org>; Wed,  2 Feb 2011 11:21:12 -0800 (PST)
Received: from 90-230-136-60-no45.tbcn.telia.com ([90.230.136.60]:55967 helo=[192.168.1.70]) by merlot.tools.ietf.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from <henrik@merlot.tools.ietf.org>) id 1PkiJF-0005oM-0b; Wed, 02 Feb 2011 20:24:10 +0100
Message-ID: <4D49AF52.3030807@merlot.tools.ietf.org>
Date: Wed, 02 Feb 2011 20:24:02 +0100
From: Henrik Levkowetz <henrik@merlot.tools.ietf.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
MIME-Version: 1.0
To: Glen <glen@amsl.com>
References: <E1Pkgcd-0006PY-Jv@merlot.tools.ietf.org> <4D49A81F.2080501@amsl.com>
In-Reply-To: <4D49A81F.2080501@amsl.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-SA-Exim-Connect-IP: 90.230.136.60
X-SA-Exim-Rcpt-To: glen@amsl.com, codesprints@ietf.org, amorris@amsl.com, avezza@amsl.com, cmorgan@amsl.com, fenner@fenron.net, henrik@levkowetz.com, housley@vigilsec.com, rjs@nostrum.com, henrik-sent@levkowetz.com
X-SA-Exim-Mail-From: henrik@merlot.tools.ietf.org
X-SA-Exim-Version: 4.2.1 (built Mon, 22 Mar 2010 06:51:10 +0000)
X-SA-Exim-Scanned: Yes (on merlot.tools.ietf.org)
Cc: rjs@nostrum.com, codesprints@ietf.org, avezza@amsl.com, fenner@fenron.net, amorris@amsl.com, cmorgan@amsl.com
Subject: Re: [codesprints] New datatracker release: v3.12
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/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, 02 Feb 2011 19:21:35 -0000

Thank you, Glen!

Best,
	Henrik

On 2011-02-02 19:53 Glen said the following:
> This has been done!
> 
> GLen
> 
> On 2/2/2011 9:36 AM, Henrik Levkowetz wrote:
>> Hi,
>>
>> This is an automatic notification about a new datatracker release,
>> v3.12, generated when running the mkrelease script.
>>
>> Release notes:
>>
>> ietfdb (3.12)
>>    Note: Deploying this release requires a database schema update, see below.
>>    From esanches@yaco.es:
>>    * Allow an SDO Liason Manager to send outgoing liaison from any IETF
>>      Entity to his SDO.
>>    * Allow the secretariat to send liaisons on behalf of another user.
>>    * On login, retrieve the person record related to the login from the
>>      legacy tables of non IESG logins. Provides the link between login name
>>      and person listed in the liaison manager table.  Fixes #576.
>>    * Refined handling of the To: and From: address lists when the Liaison
>>      Manager is also a WG Chair or AD.
>>    From henrik@levkowetz.com:
>>    * Add a clean_whitespace filter in some places to get rid of any newlines
>>      embedded in document titles.  Fixes a problem with bad email headers
>>      in announcements related to documents with newlines embedded in the title.
>>    * Don't try to send out mail which has no recipients.  Fixes a crash when
>>      trying to send announcements related to drafts which have an empty
>>      'email notes to' field.
>>    * Fix typo in method calls to send email, fixes a crash when submitting
>>      liaison statements.
>>    * Renamed 'LiaisonDetail.taken_care' field to 'action_taken'.
>>      Miscellaneous associated fixes.  Enhanced liaison-related admin pages.
>>    Note: Deploying this release requires an additional steps to create
>>      a new column in a table.  This is done as a South migration
>>      (see http://south.aeracode.org/ for more info on South):
>>      # 8<----------
>>      # First the regular checkout and prepare:
>>         cd /a/www/ietf-datatracker
>>         svn co http://svn.tools.ietf.org/svn/tools/ietfdb/tags/3.12
>>         cp web/ietf/settings_local.py 3.12/ietf/
>>         cd 3.12
>>      # Next, apply the migrations:
>>
>>         PYTHONPATH=$PWD ietf/manage.py migrate liaisons
>>      # Then carry on with the usual actions:
>>         cd ../
>>         rm ./web; ln -s 3.12 web
>>         sudo /etc/init.d/apache restart
>>      # 8<----------
>>
>> The new version is available through SVN checkout, with
>>    'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/3.12'
>>
>> Regards,
>>
>> 	Henrik
>> 	(via the mkrelease script)
>>
> 
