|
| 1 | +ietfdb (5.3.1) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a minor release, with a number of bug-fixes and a few enhancements. |
| 4 | + Notable enhancements are the ability to set the document consens field back |
| 5 | + to Unknown after it has been set to Yes or No, and an enhancement to the |
| 6 | + test infrastructure that lets tests of email handling interact with a |
| 7 | + real recipient SMTP server, instead of ending in a stub. |
| 8 | + |
| 9 | + Details: |
| 10 | + |
| 11 | + * Merged in [7591] from rjsparks@nostrum.com: |
| 12 | + Added a real (if simple) SMTP server to the test framework and tests |
| 13 | + handling of exceptions and rejected addresses. Fixes ticket #1314. |
| 14 | + |
| 15 | + * Merged [7590] from rjsparks@nostrum.com: |
| 16 | + Changed when the consensus field is displayed and who can edit it for IETF |
| 17 | + stream documents. Fixes bug #1380. |
| 18 | + |
| 19 | + * Merged [7589] from rjsparks@nostrum.com: |
| 20 | + Functional changes allowing consensus to be set back to Unknown. Fixes |
| 21 | + ticket #1150. |
| 22 | + |
| 23 | + * Merged [7588] from rjsparks@nostrum.com: |
| 24 | + Schema migration to allow consensus to be set back to unknown. Related to |
| 25 | + ticket #1150. |
| 26 | + |
| 27 | + * Merged in [7587] from rjsparks@nostrum.com: |
| 28 | + Anyone with a role in a group could preapprove drafts. Changed that to |
| 29 | + an explicit subset of roles. Fixes ticket 998. |
| 30 | + |
| 31 | + * Merged in [7586] from rjsparks@nostrum.com: |
| 32 | + Fixed calculation of needed ballots for status-change documents. Added |
| 33 | + needed ballots tests for drafts and status-change docs. Fixes bug 1116. |
| 34 | + |
| 35 | + * When we deployed the rewritten public datatracker, we went from django |
| 36 | + auth to basic http auth. At that time we also changed the session timeout |
| 37 | + time to 12 hours, from the default 2 weeks. I see no need to use a |
| 38 | + non-default setting now that we're back to using django auth; changing the |
| 39 | + session timeout time back to 2 weeks. |
| 40 | + |
| 41 | + * Merged in [7519] from olau@iola.dk: |
| 42 | + Removed uses of gzip middleware - the decorator thing breaks the ETags |
| 43 | + for some reason, as noted in issue #518, and it seems consensus is that we |
| 44 | + should do this in Apache instead for the whole site |
| 45 | + |
| 46 | + * Merged [7421] from olau@iola.dk: |
| 47 | + Fixed a crash bug in the redirection logic that occurs when someone posts |
| 48 | + a draft without an access token from the email confirmation step |
| 49 | + |
| 50 | + * Merged [7416] from olau@iola.dk: |
| 51 | + Redo the quickfix to the "Send and Post" button bug (mentioned in issue |
| 52 | + #1308) so that we still do the validation correctly, but just always show |
| 53 | + the button (even if it's unusable) |
| 54 | + |
| 55 | + -- Henrik Levkowetz <henrik@levkowetz.com> 16 Apr 2014 23:22:41 +0200 |
| 56 | + |
| 57 | + |
1 | 58 | ietfdb (5.3.0) ietf; urgency=medium |
2 | 59 |
|
3 | 60 | This release changes user authentication for the datatracker from basic http |
|
0 commit comments