Skip to content

Commit ed4766f

Browse files
committed
Changelog entry for 7.17.1
- Legacy-Id: 18527
1 parent 2e702cd commit ed4766f

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

changelog

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
1+
ietfdb (7.17.1) ietf; urgency=medium
2+
3+
This is a bugfix release to clear the slate before merging in the updated
4+
IETF meeting agenda customization work.
5+
6+
* Changed the format of email addresses added to the document
7+
notifications filed when the document shepherd is set. Fixes issue #3079.
8+
9+
* Added manually built UTC.ics and Etc/UTC.ics to the timezone .ics files
10+
11+
* Added a context processor to make settings generally available in page
12+
templates. Split the SECRETARIAT_TICKET_EMAIL setting into
13+
SECRETARIAT_ACTION_EMAIL and SECRETARIAT_INFO_EMAIL, with different
14+
addresses. Updated places with hardcoded ietf-action@ietf.org addresses to
15+
use the settings value, and updated some places to use ietf-infor@ietf.org
16+
instead of the ietf-action address. Fixes issue #3081.
17+
18+
* Updated log.assertion() to provide an exception object (under Py3, it
19+
seems that logging.Logger instances ignore the traceback if there isn't
20+
also an exception object). Added a check for unset draft-iesg state to
21+
Document.set_state().
22+
23+
* Updated a middleware function to use the correct Py3 idiom to access
24+
exception arguments.
25+
26+
* Merged in [18466] from jennifer@painless-security.com:
27+
Cancel multi-session meetings correctly. Fixes #2958.
28+
29+
* Merged in [18502] from rjsparks@nostrum.com:
30+
Create a yangcatalog support group and populate its initial roles.
31+
32+
* Merged in [18508] from rjsparks@nostrum.com:
33+
Refine day edges on weekview. Fixes #3071.
34+
35+
* Added a migration to create missing DocAlias instances (and remove some
36+
bad ones).
37+
38+
* Fixed a couple of pyflakes issues.
39+
40+
* Fixed a bytes/unicode issue for echoed-back nomcom questionnaire text.
41+
42+
* Merged in ^/personal/rjs/fixreviews_7.17.1.dev0:
43+
Repair migration for disconnected and confused reviews.
44+
45+
* Changed the template for /meeting/upcoming.ics to not produce floating
46+
times for meetings with UTC timezone. Fixes issue #3074.
47+
48+
-- Henrik Levkowetz <henrik@levkowetz.com> 28 Sep 2020 20:02:53 +0000
49+
50+
151
ietfdb (7.17.0) ietf; urgency=medium
252

53+
**Photo URL support for OpenID profiles**
54+
355
* Added an assertion to catch an unexpected document state (no IESG-state
456
set). Updated the log.assertion() function to accept a "note" argument,
557
for more informative assertion messages.

0 commit comments

Comments
 (0)