|
| 1 | +ietfdb (6.76.2) ietf; urgency=medium |
| 2 | + |
| 3 | + This release fixes a number of blemishes and cleans the slate for merging |
| 4 | + in a meetecho API branch. |
| 5 | + |
| 6 | + * Fixed an issue which could result in server 500 errors for paths like |
| 7 | + /meeting/99/session/plenary. |
| 8 | + |
| 9 | + * Removed superfluous stats pages headers which would be repeated with |
| 10 | + different layout on the next line, as part of the graphs. |
| 11 | + |
| 12 | + * Added a test for IPR edit. |
| 13 | + |
| 14 | + * Filled in the IPR edit form, section V, with patent information derived |
| 15 | + from the patent_info field, the same way we do for the IPR update form. |
| 16 | + |
| 17 | + * Added a pip version restriction to requirements.txt, as there seems to be |
| 18 | + issues with pip 9.0.2 and 9.0.3; they seem to leave dross when down- and |
| 19 | + upgrading packages. |
| 20 | + |
| 21 | + * Don't show links to individual meeting stats pages when there's no |
| 22 | + content (meeting 71 and earlier currently has no attendance records). |
| 23 | + |
| 24 | + * Added meeting dates to the meeting stats overview graph. |
| 25 | + |
| 26 | + * Changed the name of a loop variable so as not to obscure a previous |
| 27 | + local variable. |
| 28 | + |
| 29 | + * Don't show future meetings in the meeting stats overview. |
| 30 | + |
| 31 | + * Changed settings so that cache keys used by memcached includes the |
| 32 | + release version, in order to avoid stale and incorrect cache content on new |
| 33 | + release deployment. Made it easier to pick out cache key composition by |
| 34 | + normalizing the variable name. Adjusted cache prefix and the composition |
| 35 | + of some keys to have a unique and consistent cache key prefix. |
| 36 | + |
| 37 | + * Use the actual defaults from settings.py when showing the defaults on |
| 38 | + /accounts/settings/. |
| 39 | + |
| 40 | + -- Henrik Levkowetz <henrik@levkowetz.com> 28 Mar 2018 20:54:53 +0000 |
| 41 | + |
| 42 | + |
1 | 43 | ietfdb (6.76.1) ietf; urgency=medium |
2 | 44 |
|
3 | 45 | **IETF 101 code sprint, release 2** |
|
0 commit comments