|
| 1 | +ietfdb (6.98.4) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a small bugfix release, to clear the slate before merging |
| 4 | + in the Python 2/3 conversion. From the commit log: |
| 5 | + |
| 6 | + * Added a validation step for SearchablePersonField, to avoid later |
| 7 | + server 500 errors on bad input. |
| 8 | + |
| 9 | + * Merged in [16404] from rjsparks@nostrum.com: |
| 10 | + Only look for ietf/datatracker-env images when extracting the most |
| 11 | + recent build to tag as latest. |
| 12 | + |
| 13 | + * Merged in [16359] from rcross@amsl.com: |
| 14 | + Fix registration import, use user.person if it exists. |
| 15 | + |
| 16 | + * Merged in [16096] from rcross@amsl.com: |
| 17 | + Update admin permissions. Grant secretariat change permissions on |
| 18 | + dbtemplate so they can update proceedings pages. |
| 19 | + |
| 20 | + * Turned off html autoescape in IPR email templates. This fixes |
| 21 | + inappropriate html escapes that occurred in various IPR-related |
| 22 | + emails. |
| 23 | + |
| 24 | + * Added missing code to skip coverage measurement for skippable tests. |
| 25 | + |
| 26 | + -- Henrik Levkowetz <henrik@levkowetz.com> 16 Jul 2019 14:14:12 +0000 |
| 27 | + |
| 28 | + |
| 29 | +ietfdb (6.98.3) ietf; urgency=medium |
| 30 | + |
| 31 | + * Increased the length of the list Subscribed email field from 64 to 128, |
| 32 | + updated the import_mailman_listinfo management command, and added a |
| 33 | + migration for the model change. |
| 34 | + |
| 35 | + -- Henrik Levkowetz <henrik@levkowetz.com> 04 Jul 2019 16:07:14 +0000 |
| 36 | + |
| 37 | + |
| 38 | +ietfdb (6.98.2) ietf; urgency=medium |
| 39 | + |
| 40 | + This is a minor release that fixes some bugs and tweaks some settings. |
| 41 | + From the commit log: |
| 42 | + |
| 43 | + * Changed some tests to match production group type changes for some special |
| 44 | + groups. |
| 45 | + |
| 46 | + * Made the bin/daily cron script quiteter. |
| 47 | + |
| 48 | + * Various changes to make yang-related management commands quieter |
| 49 | + |
| 50 | + * Added a fix for an issue in get_meeting_registration_data() which could |
| 51 | + happen if we tried to create a Person record for with a user of an |
| 52 | + existing Person. |
| 53 | + |
| 54 | + * Changed the permitted length of patent_title from 127 to 255. |
| 55 | + |
| 56 | + * Added additional guards against duplicate m2m entries. |
| 57 | + |
| 58 | + * Added a utility to check copyright statements in specified files. |
| 59 | + |
| 60 | + * Updated some functions and views in secr/srec/ to use GroupFeatures |
| 61 | + instead of hardcoded lists of group types. |
| 62 | + |
| 63 | + * Made session requests also work for ad-hoc groups, which may not have a |
| 64 | + parent area. |
| 65 | + |
| 66 | + -- Henrik Levkowetz <henrik@levkowetz.com> 03 Jul 2019 20:27:54 +0000 |
| 67 | + |
| 68 | + |
1 | 69 | ietfdb (6.98.1) ietf; urgency=medium |
2 | 70 |
|
3 | 71 | This is a bugfix release that cleans up some remaining issues from the |
|
0 commit comments