|
| 1 | +ietfdb (4.42) ietf; urgency=high |
| 2 | + |
| 3 | + This release brings only minor new functionality to the datatracker |
| 4 | + (timezone indications on the html agenda, and an UTC version of the |
| 5 | + html agenda), but it's important because it includes the secretariat |
| 6 | + tools as part of the datatracker release and source repository, and |
| 7 | + makes the test suite also run secretariat app tests. |
| 8 | + |
| 9 | + Details: |
| 10 | + |
| 11 | + * Provides the html agenda for IETF meetings with local timezone indications, |
| 12 | + and adds a new html agenda with UTC timezone indications. |
| 13 | + |
| 14 | + * Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some |
| 15 | + tweaks. This provides the secretariat apps. |
| 16 | + |
| 17 | + * In order that document states (which may be used by old documents) |
| 18 | + should not need to be removed when state machines change and states go out |
| 19 | + of use, all document states have a 'used' field. The code which accesses |
| 20 | + the state fields have not been requiring that used=True for the states |
| 21 | + returned, which is an error. Fixed this by adding 'used=True' to all |
| 22 | + State.objects.get() and State.objects.filter() call where it's relevant. |
| 23 | + |
| 24 | + * Applied patch from olau@iola.dk for some email problems, see issues |
| 25 | + #949 and #877. |
| 26 | + |
| 27 | + * With RFC6410, there are only two RFC maturity levels, 'Proposed |
| 28 | + Standard' and 'Internet Standard'. Added a mapping between 'Internet |
| 29 | + Standard' and slug 'std', to be able to process newer RFC info from the RFC |
| 30 | + Editor. |
| 31 | + |
| 32 | + |
| 33 | + -- Henrik Levkowetz <henrik@levkowetz.com> 06 Mar 2013 20:37:14 +0100 |
| 34 | + |
| 35 | + |
1 | 36 | ietfdb (4.41) ietf; urgency=low |
2 | 37 |
|
3 | 38 | This release is a minor release, with bugfixes and some enhancements |
|
0 commit comments