Skip to content

Commit 1a37562

Browse files
committed
Changelog entry for 7.1.0
- Legacy-Id: 17878
1 parent 3b4ec6d commit 1a37562

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

changelog

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
ietfdb (7.1.0) ietf; urgency=medium
2+
3+
**Code sprint 107.1**
4+
5+
This was an online codesprint, held March 19. Thanks to all who
6+
participated! There were some very good contributions:
7+
8+
* Merged in [17835] from pusateri@bangj.com:
9+
Add agenda_note and remote_instructions to agenda.json API. Fixes
10+
#2955.
11+
12+
* Merged in [17838] from fenton@bluepopcorn.net:
13+
Give IRSG at-large members balloting capability. Fixes #2979.
14+
15+
* Merged in [17843] from housley@vigilsec.com:
16+
Created a 'slowpages' file cache for some very stable pages.
17+
18+
* Merged in [17864] from housley@vigilsec.com:
19+
Added /meeting/<num>/agenda pages to the slowpages cache. Also limited
20+
display of the 'agendas are subject to change' notice to the current
21+
meeting's agenda. Fixes #2992.
22+
23+
The release also contains some commits made just before or after the
24+
code sprint:
25+
26+
* Added a missing guard against attribute access on None.
27+
28+
* Changed the nomcom chair help page to show 4-digit years, rather than
29+
2-digit years in templates and examples.
30+
31+
* Renamed some view funtions for consistency. Almost all .json enpoints
32+
were named *_json(), but not all. Fixed in this commit, together with the
33+
equivalent renaiming for one .ical endpoint.
34+
35+
* Refined the makeresources management command slightly to improve
36+
handling of models with names ending in 'Resource' -- tastypie requires the
37+
resource name to be explicitly set in this case.
38+
39+
* Updated the NomCom eligibility calculation to use the last 5 in-person
40+
meetings, in accordance with draft-iesg-nomcom-eligibility-2020-03 which
41+
has now been approved for publication. The code will need revisiting when
42+
the long-term policy is available.
43+
44+
* Merged in a patch from mark@painless-security.com to add caching
45+
options to docker/run
46+
47+
* Changed the wording in one place on the NomCom Chair help page so as to be
48+
in line with menu entry and page title of the NomCom Settings page, based
49+
on feedback from Barbara Stark.
50+
51+
* Added a utility script docker/rsync-extras to populate a dev instance with
52+
drafts, rfcs, slides, etc.
53+
54+
-- Henrik Levkowetz <henrik@levkowetz.com> 21 May 2020 23:11:53 +0000
55+
56+
157
ietfdb (7.0.0) ietf; urgency=medium
258

359
**Upgrade to Django 2.0**

0 commit comments

Comments
 (0)