|
| 1 | +ietfdb (6.55.1) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a bugfix release, with some smaller enhancements. From the commit |
| 4 | + log: |
| 5 | + |
| 6 | + * Don't deliver spurious yang extraction errors for drafts where no yang |
| 7 | + modules were found. |
| 8 | + |
| 9 | + * Replaced the use of unaccent.asciify(), which has similar functionality |
| 10 | + as unidecode.unidecode(). Changed the draft parser to work exclusively |
| 11 | + with unicode text, which both makes the removal of unaccent easier, and |
| 12 | + takes us closer to Py35 compatibility. Adjusted callers of the draft |
| 13 | + parser to send in unicode. |
| 14 | + |
| 15 | + * Removed code which has been marked as unreachable since February/March |
| 16 | + 2017 and has not triggering any usage indications. |
| 17 | + |
| 18 | + * Changed the display of people with roles on the various group pages to |
| 19 | + link to both their profile page and their email address. |
| 20 | + |
| 21 | + * Improved the handling of surname particles, (prompted by failure to |
| 22 | + handle the name of Niels ten Oever correctly). |
| 23 | + |
| 24 | + * Made changes to the can_adopt_draft() logic, to make it possible for a |
| 25 | + chair of multiple groups to correct the mistake if adoption was made for |
| 26 | + the wrong group. |
| 27 | + |
| 28 | + * Merged in [13615] and [13627]from rcross@amsl.com: |
| 29 | + Changed views that use GET requests to delete objects to use POST. |
| 30 | + Fixes #1796. |
| 31 | + |
| 32 | + * Make sure wordwrap() and friend works as intended if they are used as |
| 33 | + template filters and given string arguments. |
| 34 | + |
| 35 | + -- Henrik Levkowetz <henrik@levkowetz.com> 17 Jun 2017 14:16:17 -0700 |
| 36 | + |
| 37 | + |
1 | 38 | ietfdb (6.55.0) ietf; urgency=medium |
2 | 39 |
|
3 | 40 | **Improved Yang validation support** |
|
0 commit comments