|
| 1 | +ietfdb (6.81.2) ietf; urgency=medium |
| 2 | + |
| 3 | + This is the third in a small series of releases to address compliance with |
| 4 | + the European GDPR (General Data Protection Regulation). It provides |
| 5 | + serialized (machine-readable) access to information associated with a user's |
| 6 | + account, adds photo and some links to the user account page, and improves |
| 7 | + the annotation of which information is consent-based on the account page. |
| 8 | + It adds a warning on login if consent is missing for some personal |
| 9 | + information, and requests the user to give consent. It also brings in |
| 10 | + refactoring of a number of test cases to use test object factories, giving |
| 11 | + improved test performance. |
| 12 | + |
| 13 | + * Merged in [15219] from rjsparks@nostrum.com: |
| 14 | + Use factories for ietf.doc.tests_ballots. Fixed a long-hidden bug in |
| 15 | + test_edit_verify_permissions where non-existing usernames were used and |
| 16 | + passed the tests accidently. Added list_email to the GroupFactory. |
| 17 | + |
| 18 | + * Merged in [15217], [15205], [15204], [15203], [15202], and [15201] from |
| 19 | + rjsparks@nostrum.com: |
| 20 | + Converted ietf.doc.tests to use object Factories. Created draft type |
| 21 | + specific factories. |
| 22 | + |
| 23 | + * Fixed the logic of gathering which personal information needs consent |
| 24 | + confirmation in the code that requests consent on login. |
| 25 | + |
| 26 | + * Added a request to give consent for non-LI information on user login. |
| 27 | + Addresses issue #2505. |
| 28 | + |
| 29 | + * Fixed a bug in a form clean method. |
| 30 | + |
| 31 | + * Added a missing related object to the person information export. |
| 32 | + Related to issue #2501. |
| 33 | + |
| 34 | + * Tweaked the language on the user account page. Related to issue #2501. |
| 35 | + |
| 36 | + * Added a recursive object to JSON serializer and a view which will let |
| 37 | + any logged-in user download a JSON serialized copy of the datatracker |
| 38 | + information related to his person record. Added information about this, |
| 39 | + and a link, to the account page. Related to issue #2501. |
| 40 | + |
| 41 | + * Added a requirement of oauth2client, needed by google-api-python-client |
| 42 | + but not always automatically pulled in. |
| 43 | + |
| 44 | + * Added a link to the overall IETF Statement concerning personal data to |
| 45 | + the datatracker personal-information page. |
| 46 | + |
| 47 | + * Added some text about BOF requests to the important-dates page for the |
| 48 | + session request opens dates, on request from the IESG. |
| 49 | + |
| 50 | + -- Henrik Levkowetz <henrik@levkowetz.com> 08 Jun 2018 16:05:15 +0000 |
| 51 | + |
| 52 | + |
1 | 53 | ietfdb (6.81.1) ietf; urgency=medium |
2 | 54 |
|
3 | 55 | This is the second in a small series of releases to address compliance |
|
0 commit comments