|
| 1 | +ietfdb (7.3.2) ietf; urgency=medium |
| 2 | + |
| 3 | + **Bugfixes** |
| 4 | + |
| 5 | + * Fixed a bad regex in test-crawl |
| 6 | + |
| 7 | + * Removed an unnecessary entry from the OIDC auth request arguments in |
| 8 | + test_oidc_code_auth(). |
| 9 | + |
| 10 | + * Reorganized the python logging setup slightly, and added a possibility |
| 11 | + to configure logging levels for individual loggers in settings_local.py |
| 12 | + |
| 13 | + * Added a management command to list registered logging framewor entries |
| 14 | + (loggers), in order to see which can be configured in settings_local |
| 15 | + with the UTILS_LOGGER_LEVELS settings. |
| 16 | + |
| 17 | + * Changed the OpenID profile data description to match what the |
| 18 | + datatracker actually shares. This eliminates mention of things the |
| 19 | + datatracker doesn't know, and doesn't share, such as gender and |
| 20 | + birth-date. |
| 21 | + |
| 22 | + * The datatracker logs directly to syslog, but some python libraries send |
| 23 | + debug logging to the python logging module. Added a python logging syslog |
| 24 | + handler to the django logging setup, in order to make it easier to turn on |
| 25 | + built-in logging from external modules when needed. |
| 26 | + |
| 27 | + * Improved the handling of logger enabling entries in UTILS_LOGGER_LEVELS |
| 28 | + to set a handler if none exists for a given logger. |
| 29 | + |
| 30 | + * Changed the required version of pyflakes to one that supports ANNASSIGN |
| 31 | + (python annotated assignments, now used in the code). |
| 32 | + |
| 33 | + * Added a --sprint switch to mkdevbranch to avoid switching on the |
| 34 | + absence of a developer name when creating sprint branches |
| 35 | + |
| 36 | + * Merged in [17992] from rjsparks@nostrum.com: |
| 37 | + Improved the admin interface form validation for used_roles. |
| 38 | + |
| 39 | + * Merged in [17993] from rjsparks@nostrum.com: |
| 40 | + Made test_interim_send_announcement a little more time_zone aware. |
| 41 | + |
| 42 | + -- Henrik Levkowetz <henrik@levkowetz.com> 16 Jun 2020 21:16:03 +0000 |
| 43 | + |
| 44 | + |
1 | 45 | ietfdb (7.3.1) ietf; urgency=medium |
2 | 46 |
|
3 | 47 | **Updates to meeting registration handling and group editing; and bug fixes** |
|
0 commit comments