|
| 1 | +ietfdb (7.9.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Extended support for the remote-instructions field to all session types; |
| 4 | + Cookie settings and other changes for Meetecho integration; and bugfixes** |
| 5 | + |
| 6 | + * Updated the generate_name_fixture management command to include |
| 7 | + BusinessConstraint; necessary after the automatic meeting scheduler |
| 8 | + tests came in. |
| 9 | + |
| 10 | + * Updated fixtures based on the updated generate_name_fixture command. |
| 11 | + |
| 12 | + * Updated the Django patch for SameSite cookie settings to give a |
| 13 | + more informative error message from Django when the cookie setting |
| 14 | + is unacceptable. |
| 15 | + |
| 16 | + * Merged in [18131] from rjsparks@nostrum.com: |
| 17 | + Add configuration and mechanisms to allow meeting materials to be |
| 18 | + served via a CDN. Fixes #2935. |
| 19 | + |
| 20 | + * Merged in [18157] from jennifer@painless-security.com: |
| 21 | + Store Auth48 URL as DocumentURL and display in RFC-Editor state. |
| 22 | + Migrates old data when possible. Alternative to 17563. Fixes #2722. |
| 23 | + |
| 24 | + * Fixed an UnboundLocalError issue. |
| 25 | + |
| 26 | + * Merged in [18159] from jennifer@painless-security.com: |
| 27 | + Notify secretariat when conflict review/status change doc enters an |
| 28 | + announcement pending state. Fixes #2962. |
| 29 | + |
| 30 | + * Tweaked the agenda HTML template, adding additional conditions |
| 31 | + (agenda-note, remote instructions) that will make session-related links |
| 32 | + show. |
| 33 | + |
| 34 | + * Tweaked the list of days in secr session edit forms to allow setting |
| 35 | + the date to a day before the start of the meeting, necessary for IETF 108. |
| 36 | + |
| 37 | + * Renamed some settings so as to start with the relevant app name |
| 38 | + (MEETING_*) |
| 39 | + |
| 40 | + * Added support for a meeting session order_number (denoting first session |
| 41 | + for this group in the meeting, second session, etc.) when filling in URL |
| 42 | + templates with session info using the 'format' filter. Used for the |
| 43 | + Meetecho video straming url for a session. |
| 44 | + |
| 45 | + * Changed the logger level settings override in settings.py so as to not |
| 46 | + actually apply the example settings. |
| 47 | + |
| 48 | + * Merged in [18162] from jennifer@painless-security.com: |
| 49 | + Notify IRSG when an IRSG ballot is created. Fixes #2978. |
| 50 | + |
| 51 | + -- Henrik Levkowetz <henrik@levkowetz.com> 15 Jul 2020 15:33:35 +0000 |
| 52 | + |
| 53 | + |
1 | 54 | ietfdb (7.8.0) ietf; urgency=medium |
2 | 55 |
|
3 | 56 | **Changes to cookie settings, yang checking improvement, and bugfixes** |
|
0 commit comments