
From nobody Fri Apr 14 05:50:41 2017
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 5801812EC58; Fri, 14 Apr 2017 05:50:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=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 bni6SPXNZNcY; Fri, 14 Apr 2017 05:50:30 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 94DAE12EC5E; Fri, 14 Apr 2017 05:50:30 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cz0gH-0005tT-By; Fri, 14 Apr 2017 05:50:29 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1cz0gH-0005tT-By@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Fri, 14 Apr 2017 05:50:29 -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: <https://mailarchive.ietf.org/arch/msg/codesprints/GE2A2Xi2LaXL_NB_o1dpV0xmyBQ>
Subject: [codesprints] New datatracker release: v6.49.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Apr 2017 12:50:32 -0000

Hi,

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

Release notes:

ietfdb (6.49.1) ietf; urgency=medium

  **IETF 98 code sprint release 2**

  This release collects the remaining sprint contributions, and in particular
  contains the move of the downref registry to the datatracker which has been
  requested by the IESG.  This release also reverts some of the changes made in
  6.48.0 with respect to presentation of htmlized drafts and RFCs.

  Excerpts from the commit log:

  * Merged in [13181] and [13205] from housley@vigilsec.com:
    This provides the downref registry work requested in ticket #2069. The
    registry has been imported to the database and can be shown, and entries
    can be added to the registry.  Dowref registry tests have been added to
    the last call test case.  Fixes issue #2069.

  * Merged in [13212] from rcross@amsl.com:
    Fixed an issue in telechat app where ballot positions for WG actions are
    incorrect.  Fixes #1336.  

  * Merged in [13197] from rcross@amsl.com:
    Fixed an issue with bin/merge-person-records when User.last_login == None.  
    Fixes #2274.   

  * Merged in [13183] from rcross@amsl.com:
    Fixed error when selecting a document on the Telechat agenda that does 
    not have a writeup.  Fixes #2262.   

  * Changed the signature of ietf.utils.aliases.dump_sublist() to include a 
    list of the alias domains, in order to be able to generate IRTF group 
    aliases @irtf.org.  Updated ietf/bin/generate-*-aliases accordingly.

  * Trying to re-apply already run migrations after loading a new databases 
    dump runs into the problem that new tables created by the migrations 
    linger, even if the tables loaded from the dump match the non-migrated 
    state.  Having lists of the tables matching the latest release available 
    makes it easy to construct an sql command to dump the extra tables, so the 
    migrations can be run.  Adding generation and saving of a table list to 
    bin/mkrelease.

  * Reverted the search result rows to the pre-6.48.0 state.

  * Changed some tests to use unicontent(r) instead of r.content, which 
    decodes non-ascii content according to the response charset.

  * Added some debug functionality which makes it possible to see from 
    where (python source file and line) an SQL query comes when looking at the 
    sql query summary available at the bottom of pages in debug mode, on 
    INTERNAL_IPS.

  * Extended the DRAFT_NAMES_WITH_DOT regexp.

  * Expand the milestone information on the document metainfo tab a bit.

  * Fixed a bug in the json_agenda data, now calculating room midpoints 
    correctly.

  * Changed a test case to look at the html being verified, rather than the 
    whole page, to avoid test failures due to for instance new menu entries.

  * Getting to the floorplans for a meeting venue required going via the
    agenda, which can take time to load.  Escpecially on a handheld device,
    when you want to see where the room of your next session is, it would be
    useful to have a menu entry to go directly to the meeting floor-plans.
    Adding one.

 -- Henrik Levkowetz <henrik@levkowetz.com>  13 Apr 2017 09:35:09 -0700

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

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

Regards,

	Henrik
	(via the mkrelease script)


From nobody Fri Apr 14 07:09:26 2017
Return-Path: <mlarson@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 50E65126C2F; Fri, 14 Apr 2017 07:09:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level: 
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=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 GXbZ9dFNFKq7; Fri, 14 Apr 2017 07:09:21 -0700 (PDT)
Received: from mail.amsl.com (c8a.amsl.com [4.31.198.40]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8E93B129486; Fri, 14 Apr 2017 07:09:21 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by c8a.amsl.com (Postfix) with ESMTP id 9E3F21E56AB; Fri, 14 Apr 2017 07:08:57 -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 qGwt1bCOoIoW; Fri, 14 Apr 2017 07:08:57 -0700 (PDT)
Received: from [192.168.0.6] (50-89-234-39.res.bhn.net [50.89.234.39]) by c8a.amsl.com (Postfix) with ESMTPA id 035751E569A; Fri, 14 Apr 2017 07:08:56 -0700 (PDT)
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Matt Larson <mlarson@amsl.com>
In-Reply-To: <E1cz0gH-0005tT-By@zinfandel.tools.ietf.org>
Date: Fri, 14 Apr 2017 10:09:20 -0400
Cc: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <1C9E528A-5127-4E08-A465-4DF617936DA9@amsl.com>
References: <E1cz0gH-0005tT-By@zinfandel.tools.ietf.org>
To: Henrik Levkowetz <henrik@levkowetz.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/sSHCYivy6X0h9ltiZPHA1n3Skzo>
Subject: Re: [codesprints] New datatracker release: v6.49.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Apr 2017 14:09:24 -0000

Greetings!

Datatracker 6.49.1 has been deployed to production.
Datatracker 6.49.2.dev0 has been deployed to the Sandbox.

Matt

> On Apr 14, 2017, at 8:50 AM, Henrik Levkowetz <henrik@levkowetz.com> =
wrote:
>=20
>=20
> Hi,
>=20
> This is an automatic notification about a new datatracker release,=20
> v6.49.1, generated when running the mkrelease script.
>=20
> Release notes:
>=20
> ietfdb (6.49.1) ietf; urgency=3Dmedium
>=20
>  **IETF 98 code sprint release 2**
>=20
>  This release collects the remaining sprint contributions, and in =
particular
>  contains the move of the downref registry to the datatracker which =
has been
>  requested by the IESG.  This release also reverts some of the changes =
made in
>  6.48.0 with respect to presentation of htmlized drafts and RFCs.
>=20
>  Excerpts from the commit log:
>=20
>  * Merged in [13181] and [13205] from housley@vigilsec.com:
>    This provides the downref registry work requested in ticket #2069. =
The
>    registry has been imported to the database and can be shown, and =
entries
>    can be added to the registry.  Dowref registry tests have been =
added to
>    the last call test case.  Fixes issue #2069.
>=20
>  * Merged in [13212] from rcross@amsl.com:
>    Fixed an issue in telechat app where ballot positions for WG =
actions are
>    incorrect.  Fixes #1336. =20
>=20
>  * Merged in [13197] from rcross@amsl.com:
>    Fixed an issue with bin/merge-person-records when User.last_login =
=3D=3D None. =20
>    Fixes #2274.  =20
>=20
>  * Merged in [13183] from rcross@amsl.com:
>    Fixed error when selecting a document on the Telechat agenda that =
does=20
>    not have a writeup.  Fixes #2262.  =20
>=20
>  * Changed the signature of ietf.utils.aliases.dump_sublist() to =
include a=20
>    list of the alias domains, in order to be able to generate IRTF =
group=20
>    aliases @irtf.org.  Updated ietf/bin/generate-*-aliases =
accordingly.
>=20
>  * Trying to re-apply already run migrations after loading a new =
databases=20
>    dump runs into the problem that new tables created by the =
migrations=20
>    linger, even if the tables loaded from the dump match the =
non-migrated=20
>    state.  Having lists of the tables matching the latest release =
available=20
>    makes it easy to construct an sql command to dump the extra tables, =
so the=20
>    migrations can be run.  Adding generation and saving of a table =
list to=20
>    bin/mkrelease.
>=20
>  * Reverted the search result rows to the pre-6.48.0 state.
>=20
>  * Changed some tests to use unicontent(r) instead of r.content, which=20=

>    decodes non-ascii content according to the response charset.
>=20
>  * Added some debug functionality which makes it possible to see from=20=

>    where (python source file and line) an SQL query comes when looking =
at the=20
>    sql query summary available at the bottom of pages in debug mode, =
on=20
>    INTERNAL_IPS.
>=20
>  * Extended the DRAFT_NAMES_WITH_DOT regexp.
>=20
>  * Expand the milestone information on the document metainfo tab a =
bit.
>=20
>  * Fixed a bug in the json_agenda data, now calculating room midpoints=20=

>    correctly.
>=20
>  * Changed a test case to look at the html being verified, rather than =
the=20
>    whole page, to avoid test failures due to for instance new menu =
entries.
>=20
>  * Getting to the floorplans for a meeting venue required going via =
the
>    agenda, which can take time to load.  Escpecially on a handheld =
device,
>    when you want to see where the room of your next session is, it =
would be
>    useful to have a menu entry to go directly to the meeting =
floor-plans.
>    Adding one.
>=20
> -- Henrik Levkowetz <henrik@levkowetz.com>  13 Apr 2017 09:35:09 -0700
>=20
> The new version is available for installation through SVN checkout, =
with
>  'svn checkout =
https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.49.1'
>=20
> For development, copy the new development version instead:
>  'svn copy =
https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.49.2.dev0' =
<YOURBRANCH>
>=20
> Regards,
>=20
> 	Henrik
> 	(via the mkrelease script)
>=20
> _______________________________________________
> codesprints mailing list
> codesprints@ietf.org
> https://www.ietf.org/mailman/listinfo/codesprints
>=20

-------------------------------------------
Matthew Larson, Software Engineer
Association Management Solutions
Forum Management, Meeting and Event Planning
5177 Brandin Court
Fremont, CA  94538


From nobody Fri Apr 14 07:46:22 2017
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 D59AA129471; Fri, 14 Apr 2017 07:46:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=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 DKPPOpewRDzy; Fri, 14 Apr 2017 07:46:19 -0700 (PDT)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5F7A012945F; Fri, 14 Apr 2017 07:46:19 -0700 (PDT)
Received: from h-43-30.a357.priv.bahnhof.se ([79.136.43.30]:49509 helo=[192.168.1.120]) by durif.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1cz2UM-0006lk-6Y; Fri, 14 Apr 2017 07:46:19 -0700
To: Matt Larson <mlarson@amsl.com>
References: <E1cz0gH-0005tT-By@zinfandel.tools.ietf.org> <1C9E528A-5127-4E08-A465-4DF617936DA9@amsl.com>
Cc: wgchairs@ietf.org, codesprints@ietf.org
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <58F0E0B2.4030909@levkowetz.com>
Date: Fri, 14 Apr 2017 16:46:10 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0
MIME-Version: 1.0
In-Reply-To: <1C9E528A-5127-4E08-A465-4DF617936DA9@amsl.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hVCcNx47TiUAJQjMKAAWi0rHW8EpRMxM7"
X-SA-Exim-Connect-IP: 79.136.43.30
X-SA-Exim-Rcpt-To: codesprints@ietf.org, wgchairs@ietf.org, mlarson@amsl.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 durif.tools.ietf.org)
Archived-At: <https://mailarchive.ietf.org/arch/msg/codesprints/WrNBBEFE2NxSfs0JKPHLOfvztd4>
Subject: Re: [codesprints] New datatracker release: v6.49.1
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Apr 2017 14:46:21 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--hVCcNx47TiUAJQjMKAAWi0rHW8EpRMxM7
Content-Type: multipart/mixed; boundary="enu3VcV57Mr0rhmq17RJSsDvc8Rq9Vh8H";
 protected-headers="v1"
From: Henrik Levkowetz <henrik@levkowetz.com>
To: Matt Larson <mlarson@amsl.com>
Cc: wgchairs@ietf.org, codesprints@ietf.org
Message-ID: <58F0E0B2.4030909@levkowetz.com>
Subject: Re: [codesprints] New datatracker release: v6.49.1
References: <E1cz0gH-0005tT-By@zinfandel.tools.ietf.org>
 <1C9E528A-5127-4E08-A465-4DF617936DA9@amsl.com>
In-Reply-To: <1C9E528A-5127-4E08-A465-4DF617936DA9@amsl.com>

--enu3VcV57Mr0rhmq17RJSsDvc8Rq9Vh8H
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Thank you, Matt!

Best regards,

	Henrik

On 2017-04-14 16:09, Matt Larson wrote:
> Greetings!
>=20
> Datatracker 6.49.1 has been deployed to production.
> Datatracker 6.49.2.dev0 has been deployed to the Sandbox.
>=20
> Matt
>=20
>> On Apr 14, 2017, at 8:50 AM, Henrik Levkowetz <henrik@levkowetz.com> w=
rote:
>>=20
>>=20
>> Hi,
>>=20
>> This is an automatic notification about a new datatracker release,=20
>> v6.49.1, generated when running the mkrelease script.
>>=20
>> Release notes:
>>=20
>> ietfdb (6.49.1) ietf; urgency=3Dmedium
>>=20
>>  **IETF 98 code sprint release 2**
>>=20
>>  This release collects the remaining sprint contributions, and in part=
icular
>>  contains the move of the downref registry to the datatracker which ha=
s been
>>  requested by the IESG.  This release also reverts some of the changes=
 made in
>>  6.48.0 with respect to presentation of htmlized drafts and RFCs.
>>=20
>>  Excerpts from the commit log:
>>=20
>>  * Merged in [13181] and [13205] from housley@vigilsec.com:
>>    This provides the downref registry work requested in ticket #2069. =
The
>>    registry has been imported to the database and can be shown, and en=
tries
>>    can be added to the registry.  Dowref registry tests have been adde=
d to
>>    the last call test case.  Fixes issue #2069.
>>=20
>>  * Merged in [13212] from rcross@amsl.com:
>>    Fixed an issue in telechat app where ballot positions for WG action=
s are
>>    incorrect.  Fixes #1336. =20
>>=20
>>  * Merged in [13197] from rcross@amsl.com:
>>    Fixed an issue with bin/merge-person-records when User.last_login =3D=
=3D None. =20
>>    Fixes #2274.  =20
>>=20
>>  * Merged in [13183] from rcross@amsl.com:
>>    Fixed error when selecting a document on the Telechat agenda that d=
oes=20
>>    not have a writeup.  Fixes #2262.  =20
>>=20
>>  * Changed the signature of ietf.utils.aliases.dump_sublist() to inclu=
de a=20
>>    list of the alias domains, in order to be able to generate IRTF gro=
up=20
>>    aliases @irtf.org.  Updated ietf/bin/generate-*-aliases accordingly=
=2E
>>=20
>>  * Trying to re-apply already run migrations after loading a new datab=
ases=20
>>    dump runs into the problem that new tables created by the migration=
s=20
>>    linger, even if the tables loaded from the dump match the non-migra=
ted=20
>>    state.  Having lists of the tables matching the latest release avai=
lable=20
>>    makes it easy to construct an sql command to dump the extra tables,=
 so the=20
>>    migrations can be run.  Adding generation and saving of a table lis=
t to=20
>>    bin/mkrelease.
>>=20
>>  * Reverted the search result rows to the pre-6.48.0 state.
>>=20
>>  * Changed some tests to use unicontent(r) instead of r.content, which=
=20
>>    decodes non-ascii content according to the response charset.
>>=20
>>  * Added some debug functionality which makes it possible to see from =

>>    where (python source file and line) an SQL query comes when looking=
 at the=20
>>    sql query summary available at the bottom of pages in debug mode, o=
n=20
>>    INTERNAL_IPS.
>>=20
>>  * Extended the DRAFT_NAMES_WITH_DOT regexp.
>>=20
>>  * Expand the milestone information on the document metainfo tab a bit=
=2E
>>=20
>>  * Fixed a bug in the json_agenda data, now calculating room midpoints=
=20
>>    correctly.
>>=20
>>  * Changed a test case to look at the html being verified, rather than=
 the=20
>>    whole page, to avoid test failures due to for instance new menu ent=
ries.
>>=20
>>  * Getting to the floorplans for a meeting venue required going via th=
e
>>    agenda, which can take time to load.  Escpecially on a handheld dev=
ice,
>>    when you want to see where the room of your next session is, it wou=
ld be
>>    useful to have a menu entry to go directly to the meeting floor-pla=
ns.
>>    Adding one.
>>=20
>> -- Henrik Levkowetz <henrik@levkowetz.com>  13 Apr 2017 09:35:09 -0700=

>>=20
>> The new version is available for installation through SVN checkout, wi=
th
>>  'svn checkout https://svn.tools.ietf.org/svn/tools/ietfdb/tags/6.49.1=
'
>>=20
>> For development, copy the new development version instead:
>>  'svn copy https://svn.tools.ietf.org/svn/tools/ietfdb/tags/dev/6.49.2=
=2Edev0' <YOURBRANCH>
>>=20
>> Regards,
>>=20
>> 	Henrik
>> 	(via the mkrelease script)
>>=20
>> _______________________________________________
>> codesprints mailing list
>> codesprints@ietf.org
>> https://www.ietf.org/mailman/listinfo/codesprints
>>=20
>=20
> -------------------------------------------
> Matthew Larson, Software Engineer
> Association Management Solutions
> Forum Management, Meeting and Event Planning
> 5177 Brandin Court
> Fremont, CA  94538
>=20
>=20


--enu3VcV57Mr0rhmq17RJSsDvc8Rq9Vh8H--

--hVCcNx47TiUAJQjMKAAWi0rHW8EpRMxM7
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJY8OCyAAoJEE6bV0uPuxcapE4P/iwOeVK4/74paWzJwwT+FU1q
NL05Y1g8balCZW+kg6LhoEP4UbOg8wep4WMKvJZjHvVAazpXYBd0UiHqlvkfNh+1
JbfnKhJWqHfq8tAwbYnmY0oYU3BaJVCaIW7A+LhQI+QvpYa1lt0AEyV5L5waM7ln
/rXiaTwOnERHLwctwqdLkibHG6u495LJXFKjmKzw+PL/ApJ8gligGxJjm/aW72CU
Fj3QYFAvdD61WC59XfHsUNYWdEIYe/hOOYG8k1a6eAYFidKZHFgGymBYgxrtCaIR
UXlDBOoCHj/dz8VmEKjXYVpS4IbImfnm9i9wXtpoAhp1tiZKAd1j9+79RSv7wRAY
C5AfYgb4B6qbb6B0xVGYI0QLBRKOJgk+WW3kc8ax0W6oPnvizqb7EQZTWPKoSc2p
f0Bll9f+7IWSXzO3hg7x/y4C1tnSVBBYZgb6c6fKyHQMA+A5b4mgGoMJVocmlDl1
Uvw9M3WIZW9QLH1jufXECFSnCtvVnZ6EVfcjbFJ+VMHS5zCTTHyQM2DF5gyp6+qb
Jq8J7/qTx2YB+o/PPparA4QhtwM80vAhtn0SYr0WjgsZSgnP9ii28g8bgWuztt23
0qq9Q8nPj2bGU1GuoxHWDix0MULnkWVWvzcHdD2naplnwudxJyh3OaZ9qOBmCdJr
hZgrbCHsYZxRijBbuN4q
=8mz2
-----END PGP SIGNATURE-----

--hVCcNx47TiUAJQjMKAAWi0rHW8EpRMxM7--


From nobody Wed Apr 19 05:11:47 2017
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 14DD81294F7; Wed, 19 Apr 2017 05:11:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level: 
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=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 a8H8j-P9uvQs; Wed, 19 Apr 2017 05:11:37 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6A1701270A3; Wed, 19 Apr 2017 05:11:37 -0700 (PDT)
Received: from henrik by zinfandel.tools.ietf.org with local (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1d0oSO-0008OS-E2; Wed, 19 Apr 2017 05:11:36 -0700
To: codesprints@ietf.org, iesg@ietf.org, wgchairs@ietf.org
Message-Id: <E1d0oSO-0008OS-E2@zinfandel.tools.ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Wed, 19 Apr 2017 05:11:36 -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: <https://mailarchive.ietf.org/arch/msg/codesprints/S4C0BhPnlLPsRaC1M5QzhYVA9EU>
Subject: [codesprints] New datatracker release: v6.50.0
X-BeenThere: codesprints@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "List for coordinating \(and following up on\) codesprint activities" <codesprints.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codesprints>, <mailto:codesprints-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/codesprints/>
List-Post: <mailto:codesprints@ietf.org>
List-Help: <mailto:codesprints-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codesprints>, <mailto:codesprints-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 19 Apr 2017 12:11:39 -0000

Hi,

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

Release notes:

ietfdb (6.50.0) ietf; urgency=medium

  This is a small feature release which provides a management command to
  create / delete a set of related test and development data for a dummy
  nomcom ('ietf/manage.py create_dummy_nomcom'), and adds statistics charts
  for release coverage and frequency.  Room resources can now be marked as in
  use or not, to control which resources are shown on the session request
  form.  A few bugs have also been addressed, as indicated in the commit log:

  * Merged in [13230] from rjsparks@nostrum.com:
    Added scripts to create/delete a dummy nomcom to use in development
    environments.  Fixes #2283. 

  * Added charts for test coverage and release frequency.

  * Fixed an if-statement which incorrectly disabled coverage testing when 
    the parallel testing count was set to 1.

  * Removed the 'Document' tab introduced in 6.48.0

  * Moved the caching of htmlized documents into Document.htmlized() in 
    order to avoid caching failed htmliztions (usually because of a missing 
    .txt file).

  * Added filtering of room resources in the session request form based on 
    the 'used' flag of the room resource name.  Tweaked admin to show 'used' 
    for ResourceAssociations.  Added Flipchart and U-shape-layout resources 
    through a data migration, and added/modified resource icons.

  * Replaced an old unworkable email addesss in the 404 page with the current
    bugreport address, now configured in settings.py.

  * Tweaked the use of the -p option of bin/mkrelease.  Added
    sbirkholz@amsl.com to the release email addressees.

 -- Henrik Levkowetz <henrik@levkowetz.com>  18 Apr 2017 10:30:03 -0700

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

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

Regards,

	Henrik
	(via the mkrelease script)

