Skip to content

Commit 98fe77c

Browse files
committed
Changelog entry for 4.72
- Legacy-Id: 6207
1 parent 32325fc commit 98fe77c

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

changelog

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
ietfdb (4.72) ietf; urgency=medium
2+
3+
* Added a migration for a new ConstraintName field: penalty
4+
5+
* Fixed 2 issues with the wg document list: Wrong heading for the related
6+
docs, and candidate wg docs listed as wg docs, rather than related docs.
7+
8+
* Fixed an issue arising when trying to edit a document state when there's
9+
no prior state, and removed the link to edit the document state when
10+
there's no set state.
11+
12+
* Tweaked the template used to generate the various 1wg-charter*.txt
13+
files to properly fetch email addresses.
14+
15+
* Merged in a fix from rjsparks@nostrum.com for incorrect IANA
16+
notification email addresses.
17+
18+
* Added Nomcom role suport to role_required() through has_role(). This will
19+
let us get rid of the more specialized ad_hoc nomcom_memeber_required()
20+
function which can't handle access for multiple roles.
21+
22+
* Replaced the ad_hoc nomcom_member_required() decorator with the generic
23+
role_required() decorator. Changed access permission for nomcom-chair only
24+
pages to also permit nomcom advisor access (this lets the previous nomcom
25+
chair explain and assist as needed). Also tweaked some text strings in the
26+
email feedback pipe script.
27+
28+
* Added a WSGI connector for the datatracker, to let us run under mod_wsgi.
29+
30+
* Modified the code which accumulates ipr disclosures associated with a
31+
document, shown as an IPR count in search results. The previous code had
32+
two deficiencies: it could count some IPR disclosures twice, and it also
33+
included withdrawn and pending disclosures. The current count matches the
34+
IPR search results better.
35+
36+
* Moved the nomcom private key storage out of the source tree, which is a
37+
silly place to put it.
38+
39+
* Added a dev-specific robots.txt, which blocks all robots.
40+
41+
* Merged in the latest secretariat code from rcross@amsl.com, from
42+
branch/amsl/trunkmerge@6149.
43+
44+
* Added the ability to search for documents from a certain stream to the
45+
main document search form.
46+
47+
* Added overview pages for non-ietf-stream documents (ise, iab, irtf), and
48+
links to them form the sidebar.
49+
50+
* Removed the old ad documents page and its view function, and put in a
51+
redirect from the temporary /ad2/ url to the /ad/ url. Also replaced the
52+
two AD document links in the lefthand menubar with one pointing to the new
53+
view (under the old URL).
54+
55+
-- Henrik Levkowetz <henrik@netnod.se> 19 Sep 2013 21:31:42 +0200
56+
157
ietfdb (4.71) ietf; urgency=medium
258

359
* Merged in personal/rjs/r6117-pubreq@6119:

0 commit comments

Comments
 (0)