|
| 1 | +ietfdb (7.8.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Changes to cookie settings, yang checking improvement, and bugfixes** |
| 4 | + |
| 5 | + * Added a warnings filter for a deprecated message triggered by a library |
| 6 | + module, to get rid of unhelpful deprecation messages. |
| 7 | + |
| 8 | + * Increased the generate_schedule optimiser run count to 160, and tweaked |
| 9 | + some output messages, after several days of testing various run counts. |
| 10 | + |
| 11 | + * Fixed a bad string formatting directive. |
| 12 | + |
| 13 | + * Fixed an issue with secr.meetings.views.send_notifications() that could |
| 14 | + occur if a session didn't have a timeslot set. |
| 15 | + |
| 16 | + * Merged in [18130] from rjsparks@nostrum.com: |
| 17 | + Fixed some test scaffolding that used non-existent keys (uncovered by |
| 18 | + recent improvements in sqlite3 integrity checking). |
| 19 | + |
| 20 | + * Added a patch for Django to permit cookie 'samesite' setting to be |
| 21 | + explicitly set to 'None'. |
| 22 | + |
| 23 | + * Added some cookie settings and changed others, in order to support |
| 24 | + login and operation from a Meetecho iframe. |
| 25 | + |
| 26 | + * Added a guard against trying to use historic group parent information |
| 27 | + when parent is None |
| 28 | + |
| 29 | + * Added support for pulling yang modules from yangcatalog.org, and use |
| 30 | + them when running yang checks on drafts. |
| 31 | + |
| 32 | + * Changed the subclass of lxml.html.clean.Cleaner() to adapt to changes |
| 33 | + in the superclass in v4.5.2 |
| 34 | + |
| 35 | + * Added a new field Person.plain as a fallback for names where |
| 36 | + plain_name() produces the wrong result. Fixes issue #3020. |
| 37 | + |
| 38 | + |
| 39 | + -- Henrik Levkowetz <henrik@levkowetz.com> 11 Jul 2020 20:46:14 +0000 |
| 40 | + |
| 41 | + |
1 | 42 | ietfdb (7.7.0) ietf; urgency=medium |
2 | 43 |
|
3 | 44 | **Automatic meeting scheduler, improved support for remote instructions** |
|
0 commit comments