|
| 1 | +ietfdb (6.37.1) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a bugfix release without any particular focus. From the |
| 4 | + commit log: |
| 5 | + |
| 6 | + * Tweaked and enhanced the django admin for DocEvents. |
| 7 | + |
| 8 | + * Replaced the use of plain DocEvent for submission doc events with a |
| 9 | + SubmissionDocEvent that carries rev and a FK to submission. |
| 10 | + |
| 11 | + * Restricted the permitted revisions for Trac -- the most recent revision of |
| 12 | + Trac (1.2.x) has a different API than 1.0.x. |
| 13 | + |
| 14 | + * Pip 9.0.1 does not obey requirements which lead to downgrading an |
| 15 | + installed package. Useless for our purpose. Requiring pip<9.0 in |
| 16 | + requirements.txt . |
| 17 | + |
| 18 | + * If a session agenda for a meeting exists, but is not bound to the |
| 19 | + session, the Document.objects.create() in upload_session_agenda() will |
| 20 | + fail. Using get_or_create() instead. |
| 21 | + |
| 22 | + * Made the svn and libsvn symlinking code more robust against bad |
| 23 | + settings. |
| 24 | + |
| 25 | + * Made doc.views_stat.make_title() more robust against inconsistent query |
| 26 | + arguments. |
| 27 | + |
| 28 | + * Updated the create_group_wikis management command with additional |
| 29 | + switches to make it easier to do test deployment of individual wikis. |
| 30 | + |
| 31 | + * Don't run ietf.checks.* more than once per invocation (under Django |
| 32 | + 1.7, these can be run more times than there are apps with migrations, |
| 33 | + posibly as many times as twice that number). |
| 34 | + |
| 35 | + * Tweaked debug.py |
| 36 | + |
| 37 | + -- Henrik Levkowetz <henrik@levkowetz.com> 08 Nov 2016 18:01:35 +0000 |
| 38 | + |
| 39 | + |
1 | 40 | ietfdb (6.37.0) ietf; urgency=medium |
2 | 41 |
|
3 | 42 | **YouTube links, Fixed bibtex and tweaked meeting materials pages** |
|
0 commit comments