
From nobody Tue Mar 10 13:32:43 2015
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AE4901A897B; Tue, 10 Mar 2015 13:32:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level: 
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, USER_IN_WHITELIST=-100] autolearn=ham
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 hIQVyV736ujf; Tue, 10 Mar 2015 13:32:38 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 ECE311A3BA6; Tue, 10 Mar 2015 13:32:37 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1YVQpR-0007j5-MW; Tue, 10 Mar 2015 13:32:37 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1YVQpR-0007j5-MW@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 10 Mar 2015 13:32:37 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/pDUhEh9JenQ1mRKb3WIW59NSa_M>
Subject: [codesprints] New datatracker release: v5.12.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
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: Tue, 10 Mar 2015 20:32:39 -0000

Hi,

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

Release notes:

ietfdb (5.12.1) ietf; urgency=medium

  **Extended test coverage support, active email address fixups**

  This is a minor release which contains a number of bugfixes, and also
  introduces additional test coverage measurements and support functionality.
  It further contains two migrations which fixes a set of inactive email
  addresses which most likely should have been active, and notifies the owners
  about the change.  This means that when running migrations as part of this
  release, about 1000 notification emails will be sent out from the
  datatracker.

  Detailed changes:

  * Don't set email addresses which are created when a draft is submitted
    to inactive any more.  We now have a 'primary' field to indicate which
    email address is the primary one when a person has multiple registered
    addresses, so we don't have to rely on the timestamps on the email
    address objects to determine the primary address.

  * Added a migration which changes the active bit from False to True to 
    all email addresses associated with active drafts, and sends out 
    notification emails about this.

  * Added a managment command to show the difference in coverage data 
    between the latest release and the latest test run, and a test for the same.

  * Added a login requirement for the full document and group email alias 
    pages, but kept the individual group and document email-alias pages visible 
    without login.  Added testing of login redirects for the full email alias 
    lists, and reordered the test sequence within the test methods 
    appropriately.

  * Made sure that Email.__unicode__() will return a string even if address 
    is None.  Fixes an exception on deleting an email address for a Person 
    object in the admin interface.

  * Added per-app coverage measurements, to make the numbers shown when not 
    running the full tests suite a bit more meaningful.

  * Changed the nomcom.forms.FullFeedbackFormSet to use 
    modelformsets_factory() instead of direct subclassing, in order to avoid a 
    crash when using the form, caused by a missing instance attribute.

  * Clarified the meaning of checked/unchecked boxes in front of the email 
    addresses on the account profile management page.

  * Merged in [9143] from rcross@amsl.com:
    Add AG Secretary to Proceedings authorized roles.   

  * Merged in [9142] from rjsparks@nostrum.com:
    Avoid creating blank line before headers on IPR notification email. 
    Fixes #1609.  

  * Merged in [9141] from rjsparks@nostrum.com:
    Fix ordering issue on agenda.html.  

  * Added a new field 'primary' to the Email model, added a matching 
    migration, and a data migration to set primary fields to match the way a 
    primary address is chosen today.

  * Added a migration which captures the changed information for the
    idsubmission-cutoff-related fields of Meeting.

  * Removed the obsolete field Group._ad, and added a migration for the 
    change.

  * Added exception handling in tastypie for a case which can occur if one 
    tries to filter by regex on a FK.

  * Turned the api.py file into a module.  Moved the makeresources 
    management command to the api module.  Added some api tests.  Added 
    crawling of api files to the test-crawler.  Adjusted some resource files 
    discovered by the test suite and test-crawler.  Removed a bunch of empty 
    model files.


 -- Henrik Levkowetz <henrik@levkowetz.com>  10 Mar 2015 20:28:33 -0000

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

For development, check out the new development version instead:
  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/5.12.2.dev0'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Sun Mar 15 15:04:37 2015
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9C0A91A1BCC; Sun, 15 Mar 2015 15:04:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.2
X-Spam-Level: 
X-Spam-Status: No, score=-99.2 tagged_above=-999 required=5 tests=[BAYES_50=0.8, USER_IN_WHITELIST=-100] autolearn=ham
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 3WH87JfMquDR; Sun, 15 Mar 2015 15:04:32 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 4D5C91A1BB1; Sun, 15 Mar 2015 15:04:32 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1YXGe8-0005zI-5b; Sun, 15 Mar 2015 15:04:32 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1YXGe8-0005zI-5b@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sun, 15 Mar 2015 15:04:32 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/BJMf7jZcdt6UOKuZx0ZmaY6vheo>
Subject: [codesprints] New datatracker release: v5.12.2
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
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: Sun, 15 Mar 2015 22:04:33 -0000

Hi,

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

Release notes:

ietfdb (5.12.2) ietf; urgency=medium

  * Added test coverage data to the release pages if available for the shown
    release.  Added saving of html pages for the code coverage to a directory 
    in the static files area.  If a code coverage report is available, a link 
    to it will be shown on the release page of the current release.  Renamed 
    some setting variables related to test coverage to be more explicit and 
    precise.

  * Changed the handling of some test directory creation and removal code, to
    be more consistent.  Fixed a problem with a test that didn't create and
    remove a test directory which it used.

  * Merged in [9185] from rcross@amsl.com:
    Add DocEvent and SubmissionEvent to merge-person-records.   

  * Added tests for the presence of a VTIMEZONE section in generated agenda 
    iCalendar files.

  * Started the code coverage measurements earlier, in order to make the 
    apparent code coverage of model files less confusing.

  * Added a fudge factor to the coverage test, in order to make it easier 
    to do minor code changes without slipping under the coverage of the
    latest release.

  * Made the test runner try multiple port numbers for the SMTP server, in 
    order to handle the case where multiple test suites are in progress on the 
    same host (which can happen when multiple buildbot slaves are running tests 
    at the same time).

  * Fixed a small issue with the filter expression to select ADs for active 
    groups.

 -- Henrik Levkowetz <henrik@levkowetz.com>  14 Mar 2015 14:09:04 -0700

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

For development, check out the new development version instead:
  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/5.12.3.dev0'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Thu Mar 19 16:56:13 2015
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0422E1A0171; Thu, 19 Mar 2015 16:56:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.2
X-Spam-Level: 
X-Spam-Status: No, score=-99.2 tagged_above=-999 required=5 tests=[BAYES_50=0.8, USER_IN_WHITELIST=-100] autolearn=ham
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 DV0JczNyVLOa; Thu, 19 Mar 2015 16:56:07 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 609361A013B; Thu, 19 Mar 2015 16:56:07 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1YYkII-0008Rn-O7; Thu, 19 Mar 2015 16:56:06 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1YYkII-0008Rn-O7@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Thu, 19 Mar 2015 16:56:06 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/l6bKxQV9pnkQlo65FdfPyFg27Fw>
Subject: [codesprints] New datatracker release: v5.12.3
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
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 Mar 2015 23:56:12 -0000

Hi,

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

Release notes:

ietfdb (5.12.3) ietf; urgency=medium

  This is a minor bugfix release which also addresses a number of testing
  issues, in preparation for the IETF-92 sprint on Saturday.

  * Merged in [9242] from rjsparks@nostrum.com:
    Restores add-to-community-list functionality to several pages. Fixes 
    #1601.  

  * Added a --logfile switch to the test crawler, in order to be able to 
    control whether a logfile should be used or not.  It's not particularly 
    hepful when running on a buildbot slave, which catches stdout anyway.

  * Updated the nomcom tests to use temporary test directories for data, 
    instead of the regular production settings in settings.py.

  * Updated the mergeready script to check if the 'test:unittest' property 
    has been set to 'passed' on a changeset marked 'ready for merge'.

  * Introduced a more correct implementation of the workaround to skip
    migrations during test, which also points at the code that makes this work
    at the moment.

  * Tweaked the settings_sqlitetest.py file, which normally is used during
    test suite runs, to avoid a minutes-long stepping through migrations for
    each test run.   This makes it much more workable to run individual tests.

  * Added the buildbot config file to the repository.  Deployment path: 
    trac.tools.ietf.org:/home/buildbot/masters/datatracker/master.cfg

  * Added exception capture and error message output to the coverage_changes
    management command when the --release switch to specifies a release for
    which there isn't any data.  Also tweaked the diff output for code
    coverage changes.

 -- Henrik Levkowetz <henrik@levkowetz.com>  19 Mar 2015 13:59:20 -0700

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

For development, check out the new development version instead:
  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/5.12.4.dev0'

Regards,

	Henrik
	(via the mkrelease script)


From nobody Thu Mar 19 19:18:08 2015
Return-Path: <glen@amsl.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A93C81A92AA for <codesprints@ietfa.amsl.com>; Thu, 19 Mar 2015 19:17:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.288
X-Spam-Level: 
X-Spam-Status: No, score=-101.288 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=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 iudJXBhD16IY for <codesprints@ietfa.amsl.com>; Thu, 19 Mar 2015 19:17:43 -0700 (PDT)
Received: from mail.amsl.com (mail.amsl.com [IPv6:2001:1900:3001:11::28]) by ietfa.amsl.com (Postfix) with ESMTP id 8C50C1A9252 for <codesprints@ietf.org>; Thu, 19 Mar 2015 19:17:42 -0700 (PDT)
Received: from mail.amsl.com (localhost [127.0.0.1]) by c8a.amsl.com (Postfix) with ESMTP id 49CFF1E5D5D for <codesprints@ietf.org>; Thu, 19 Mar 2015 19:16:57 -0700 (PDT)
Received: from mail-qg0-f51.google.com (mail-qg0-f51.google.com [209.85.192.51]) by c8a.amsl.com (Postfix) with ESMTPSA id 47C391E5D76 for <codesprints@ietf.org>; Thu, 19 Mar 2015 19:16:56 -0700 (PDT)
Received: by qgh62 with SMTP id 62so82484563qgh.1 for <codesprints@ietf.org>; Thu, 19 Mar 2015 19:17:39 -0700 (PDT)
X-Received: by 10.140.84.164 with SMTP id l33mr17726566qgd.11.1426817859882; Thu, 19 Mar 2015 19:17:39 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.96.140.201 with HTTP; Thu, 19 Mar 2015 19:17:19 -0700 (PDT)
From: Glen <glen@amsl.com>
Date: Thu, 19 Mar 2015 19:17:19 -0700
Message-ID: <CABL0ig7JG_NMfbCY+sc6OG_CBNceQ5onfrE8r7axnhAdrEfXMA@mail.gmail.com>
To: Glen Barney <glen@amsl.com>
Content-Type: multipart/alternative; boundary=001a11c14cfcb2c05a0511aeeb96
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/rVnS9a2yGYafsP5ruEzquYgiGLY>
X-Mailman-Approved-At: Thu, 19 Mar 2015 19:18:07 -0700
Subject: [codesprints] Glen (AMS IT) in Dallas
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: glen@amsl.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: Fri, 20 Mar 2015 02:17:44 -0000

--001a11c14cfcb2c05a0511aeeb96
Content-Type: text/plain; charset=UTF-8

Greetings!

For those of you who may not know me, I'm Glen Barney, the IT Director at
AMS, which is the company that provides secretariat and IT services to the
IETF.

For those of you who -do- know me, well, sadly, I've missed quite a few
meetings, but I'm excited to report that I'm going to be in Dallas for the
early part of the meeting next week!

One of the main reasons I come to the meetings, when I can, is to make
myself available to you, members of the IETF leadership, ADs, Working Group
chairs, and volunteers, in the event that you want to talk about anything
related to AMS IT stuff.  If you have questions, or comments, or
suggestions, just want to talk, have a beer, or throw food at me, I
absolutely want to talk to you and meet you in Dallas!

I may be moving around quite a bit this meeting, but you can easily reach
me in any of the following ways:

Google Plus:  https://plus.google.com/113536982200502888028  (Circle me or
send me an email or a hangout at glenams@gmail.com )

Twitter:  @glenamstweets (Follow me, DM or send me a @mention)

Jabber:  glen@amsl.com

Email:   glen@amsl.com

I'll be in Dallas from Saturday morning through Tuesday noon, and, with
Matt Larson (also from AMS IT), I will be present and available and hoping
to meet as many of you as possible!

Thanks!

Glen
Glen Barney
IT Director
AMS (IETF Secretariat)

--001a11c14cfcb2c05a0511aeeb96
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div><div><div><div><div>Greetings!<br><br></div=
><div>For=20
those of you who may not know me, I&#39;m Glen Barney, the IT Director at=
=20
AMS, which is the company that provides secretariat and IT services to=20
the IETF.<br></div><div><br></div>For those of you who -do- know me,=20
well, sadly, I&#39;ve missed quite a few meetings, but I&#39;m excited to r=
eport
 that I&#39;m going to be in Dallas for the early part of the meeting next=
=20
week!<br><br></div>One of the main reasons I come to the meetings, when I
 can, is to make myself available to you, members of the IETF=20
leadership, ADs, Working Group chairs, and volunteers, in the event that
 you want to talk about anything related to AMS IT stuff.=C2=A0 If you have=
=20
questions, or comments, or suggestions, just want to talk, have a beer,=20
or throw food at me, I absolutely want to talk to you and meet you in=20
Dallas!<br><br></div><div>I may be moving around quite a bit this meeting, =
but you can easily reach me in any of the following ways:<br><br></div><div=
>Google Plus:=C2=A0 <a href=3D"https://plus.google.com/11353698220050288802=
8" target=3D"_blank">https://plus.google.com/113536982200502888028</a>=C2=
=A0 (Circle me or send me an email or a hangout at <a href=3D"mailto:glenam=
s@gmail.com" target=3D"_blank">glenams@gmail.com</a> )<br><br>Twitter:=C2=
=A0 @glenamstweets (Follow me, DM or send me a @mention)<br><br></div><div>=
Jabber:=C2=A0 <a href=3D"mailto:glen@amsl.com" target=3D"_blank">glen@amsl.=
com</a><br><br></div><div>Email:=C2=A0=C2=A0 <a href=3D"mailto:glen@amsl.co=
m" target=3D"_blank">glen@amsl.com</a><br><br></div>I&#39;ll
 be in Dallas from Saturday morning through Tuesday noon, and, with Matt
 Larson (also from AMS IT), I will be present and available and hoping=20
to meet as many of you as possible!<br><br></div><div>Thanks!<br></div><div=
><br></div>Glen<br></div>Glen Barney<br></div>IT Director<br></div>AMS (IET=
F Secretariat)</div>

--001a11c14cfcb2c05a0511aeeb96--


From nobody Wed Mar 25 12:07:54 2015
Return-Path: <henrik@levkowetz.com>
X-Original-To: codesprints@ietfa.amsl.com
Delivered-To: codesprints@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C92C61B2B5E; Wed, 25 Mar 2015 12:07:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.3
X-Spam-Level: 
X-Spam-Status: No, score=-101.3 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, J_CHICKENPOX_46=0.6, USER_IN_WHITELIST=-100] autolearn=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 nCm7g3hH9s4U; Wed, 25 Mar 2015 12:07:35 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 08AAE1B2B58; Wed, 25 Mar 2015 12:07:35 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1YaqeM-0004RV-RB; Wed, 25 Mar 2015 12:07:34 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1YaqeM-0004RV-RB@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 25 Mar 2015 12:07:34 -0700
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 zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/codesprints/tINscGzuviNZl-4Jo1AGMGrPMt4>
Subject: [codesprints] New datatracker release: v5.13.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.15
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, 25 Mar 2015 19:07:37 -0000

Hi,

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

Release notes:

ietfdb (5.13.0) ietf; urgency=medium

  **IETF 92 Code Sprint**

  This release contains the datatracker bugfixes and enhancements from the
  IETF-92 Code Sprint.  It improves the coverage of the test suite, and also
  fixes a number of issues.  Many thanks to everyone that contributed!

  * Merged in [9330] from rcross@amsl.com:
    Cleanup legacy IPR models.  Fixes ticket #1626.  

  * Merged in [9326] from rjsparks@nostrum.com:
    Test coverage improvement for group material management.  

  * Fixed a problem in Document.meeting_related(), and fixed a number of 
    tests which broke when slide objects started to return True to 
    meeting_related() without being related to a session.

  * Merged in [9319] from kivinen@iki.fi:
    Added test cases for cookie code. This will test all the cookie setting 
    code, and also adds test for draft for include_text and full_draft cookie 
    checking.  

  * Merged in [9317] from jmh@joelhalpern.com:
    Added some nomcom test cases.  

  * Changed the MEDIA_URL to use https instead of http, to be in line with 
    other efforts to move to https in general.

  * Merged in [9316] from willem@nlnetlabs.nl:
    Test fetching of wg and rg document dependency graphs.

    Also added conditional running of these tests, as they depend on the
    availability of the dot, unflatten and ps2pdf binaries, which may not
    be available on all developers' systems.

  * Merged in [9309] from tjw.ietf@gmail.com:
    Fixed #845. Commit read for merge. 

  * Merged in [9305] from willem@nlnetlabs.nl:
    Callback API test code paths 

  * Merged in [9307] from rcross@amsl.com:
    Improved test coverage of secr.drafts.   

  * Merged in [9306] from rjsparks@nostrum.com:
    Added pre-ads to .ad aliases. Keep draft aliases for drafts that have 
    become RFCs for some time.  

  * Merged in [9303] from rjsparks@nostrum.com:
    Cached the wg-charter*txt pages for a time since they are very heavy to 
    generate.  

 -- Henrik Levkowetz <henrik@levkowetz.com>  22 Mar 2015 12:09:18 -0700

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

For development, check out the new development version instead:
  'svn checkout http://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/5.13.1.dev0'

Regards,

	Henrik
	(via the mkrelease script)

