|
| 1 | +ietfdb (4.61) ietf; urgency=medium |
| 2 | + |
| 3 | + This release provides the code from the IETF-87 code sprint, and also |
| 4 | + a number of fixes to things reported during the IETF, and some enhancements |
| 5 | + requested. |
| 6 | + |
| 7 | + Noticeable enhancements are that document search now permits you to search |
| 8 | + for all kind of documents, not only for drafts and RFCs (you can searc for |
| 9 | + charters, slides and whatnot); that Research Group chairs now have the |
| 10 | + ability to manage their documents in the tracker; and that the tracker now |
| 11 | + has the ability to generate WG and draft email aliases, which permits us to |
| 12 | + plan a transition of the email aliases to the main ietf mail server. |
| 13 | + |
| 14 | + There are however many other much requested fixes and enhancements :-) |
| 15 | + |
| 16 | + From markus.stenberg@iki.fi: |
| 17 | + |
| 18 | + * Added support and scripts for generation of wg- and draft-aliases. |
| 19 | + Fixes issue #713. |
| 20 | + |
| 21 | + From adam@nostrum.com: |
| 22 | + |
| 23 | + * Added the capability to search for all kinds of documents in the main |
| 24 | + datatracker search page. Fixes bug #838. |
| 25 | + |
| 26 | + * Added tooltip capability to document tabs, and tooltips for disabled |
| 27 | + IESG Evaluation/Review tab. Fixes bug #448. |
| 28 | + |
| 29 | + * Added a document link to the emails sent on discuss/comment changes. |
| 30 | + Fixes bug #916 |
| 31 | + |
| 32 | + From rjsparks@nostrum.com: |
| 33 | + |
| 34 | + * Added related documents to the set of documents checked for IPR |
| 35 | + declarations when building last call text. Partially addresses #1071. |
| 36 | + |
| 37 | + From suresh.krishnan@ericsson.com: |
| 38 | + |
| 39 | + * When working group chairs added an annotation to a document, the date |
| 40 | + on the history entry was wrong. It has now been fixed. Fixes issue #1046. |
| 41 | + |
| 42 | + * Fixed the last call processing code to identify the new placeholder |
| 43 | + writeup. Fixes issue #884. |
| 44 | + |
| 45 | + Other fixes: |
| 46 | + |
| 47 | + * Added group secretaries to those authorise to edit group document |
| 48 | + meta-information. |
| 49 | + |
| 50 | + * Added RG chairs and secretaries to those authorized to edit group document |
| 51 | + meta-information. |
| 52 | + |
| 53 | + * Added a landing page for missing associations between login and Person record. |
| 54 | + |
| 55 | + * Tweaked the charter-and-milestones presentation in order to not blow up on |
| 56 | + bad character encodings in charter file. |
| 57 | + |
| 58 | + * Added back the 'Request Publication' action (regression loss) on draft |
| 59 | + pages for the non-ietf streams. |
| 60 | + |
| 61 | + * Fixed a bug in rendering the AD/Shepherd column in document list pages, |
| 62 | + when no AD is associated with a document. Fixes issue #1079. |
| 63 | + |
| 64 | + * Modified the doc stream-change edit form to reset doc.group to None on |
| 65 | + stream changes. Fixes issue #1078. |
| 66 | + |
| 67 | + * Fixed double plural 's' caused by the use of 'pluralize' in the |
| 68 | + template *and* plural forms for the group headers returned by |
| 69 | + fill_in_search_attributes(). Fixes issue #1077. |
| 70 | + |
| 71 | + * Fixed the incorrect blankline placemnt in the refactored template for |
| 72 | + id-index and id-abstracts, when generating abstracts. Fixes issue #1076. |
| 73 | + |
| 74 | + * Added convenience methods to the Document class to recursively retrieve |
| 75 | + all forward / reverse relationship of a kind or set of kinds. |
| 76 | + |
| 77 | + * Fixed the handling of help pages for doc states. |
| 78 | + |
| 79 | + * Added a direct link to the cookie options in use by the datatracker to |
| 80 | + the lefthand menubar. Fixes issue #1075. |
| 81 | + |
| 82 | + * Fixed a regression: restore diff pane in history page for RFCs. |
| 83 | + |
| 84 | + * Fixed a regression: display of full draft/rfc text now again obeys the |
| 85 | + full_draft cookie setting. |
| 86 | + |
| 87 | + * Changed the mimetype detection code to only read first 4k block of |
| 88 | + file, not the whole file. |
| 89 | + |
| 90 | + * Made the code which uses the 'magic' module to determine file type and |
| 91 | + encoding work with both the old and new interface to python-magic. |
| 92 | + |
| 93 | + * Added a guard to prevent duplicate RFC-Editor notifications for |
| 94 | + approved documents, and added logging to the notification routine. |
| 95 | + |
| 96 | + -- Henrik Levkowetz <henrik@levkowetz.com> 01 Aug 2013 18:26:21 +0200 |
| 97 | + |
1 | 98 | ietfdb (4.60) ietf; urgency=high |
2 | 99 |
|
3 | 100 | This release provides new shimfree code in /doc/ which replaces code mainly |
|
0 commit comments