Skip to content

Commit b2090d6

Browse files
committed
Changelog entry for 4.83
- Legacy-Id: 6667
1 parent 239b526 commit b2090d6

1 file changed

Lines changed: 111 additions & 0 deletions

File tree

changelog

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,114 @@
1+
ietfdb (4.83) ietf; urgency=high
2+
3+
This release provides the code from the IETF-88 code sprint, and also
4+
a number of fixes to things reported during the IETF.
5+
6+
The number of enhancements coming out of the sprint this time is impressive;
7+
this may actually have been the most successful sprint till now.
8+
9+
Of particular note is the new ability for chairs and others who has the
10+
permission to edit a document's state, to edit replaced-by information for
11+
documents; and the introduction of information about which documents a given
12+
document references, for all documents. Future enhancements will display
13+
this information as diagrams and textually, and use it to re-introduce the
14+
dependency diagrams originally provide by Bill Fenner in his stand-alone
15+
dependency graph application.
16+
17+
From rcross@amsl.com:
18+
19+
* Changed draft replaces action: move document to archive directory
20+
21+
From tterriberry@mozilla.com:
22+
23+
* Allow wgchairs to edit document replacement relationships.
24+
This actually allows anyone with can_edit_stream_info permission
25+
to edit the list. This does draft name completion, but does not
26+
currently filter those names for likely replacements. Styling is
27+
also basically non-existent. Fixes #1002
28+
29+
* Added 'Track this document' link on drafts. Fixes #1085.
30+
31+
* Mark concluded BoFs as BoFs, not Concluded WGs. Fixes #1169.
32+
33+
From bartosz.balazinski@interdigital.com:
34+
35+
* Added the new version of the shepherd writeup as a comment when it's edited.
36+
The new version works like this:
37+
38+
- Any shepherd writeups done before the document is submitted for
39+
publication are not disclosed in the history.
40+
41+
- When the document is submitted for publication the available writeup (if
42+
available) is added to history.
43+
44+
- Any further writeups after the document has been submitted for publication
45+
are disclosed in the history.
46+
47+
From suresh.krishnan@ericsson.com:
48+
49+
* Refactored the mails sent when state is changed along with annotation tags.
50+
Don't send emails for only comment changes, just add a history entry. For
51+
state changes and annotation changes, only send one email, containing
52+
information about both state changes and annotation tag changes.
53+
Fixes issue #1127.
54+
55+
From jmh@joelhalpern.com:
56+
57+
* Included confirmation addresses in ID-Submission success notice.
58+
Fixes issue #1097.
59+
60+
* Added document titles to status change request email. Fixes issue #1069.
61+
62+
* Added \'Last Call Issued:\' to front of last call atom feed entry subjects.
63+
64+
* Fixed conflict review text for irtf docs to reference RFC 5743.
65+
66+
* Added the last call expiration date to the document header, and remove
67+
duplicate code for producing the iest state summary.
68+
69+
From markus.stenberg@iki.fi:
70+
71+
* Added .csv export from private community lists. Fixes #1074
72+
73+
* Took care of #841 by moving <span> correctly outside <a> altogether.
74+
75+
From adam@nostrum.com:
76+
77+
* Fixed #1153: Fixes IPR disclosures being counted multiple times and
78+
counting of \'not yet approved\' IPR disclosures.
79+
80+
From rjsparks@nostrum.com:
81+
82+
Refined Bill Fenner's regex based search through documents for references.
83+
This populates RelatedDocument with relations for references for each type
84+
draft Document; replaces these reference relationships with updated
85+
copies upon draft submission. Note to deployer: There is a script to run in
86+
patches/fill_in_references.py that does the work of bringing the database
87+
up to date. It takes around 10 minutes to complete on a fast development
88+
laptop. Fixes bug #1173
89+
90+
Other changes:
91+
92+
* Tweaked the style used on the nomcom feedback pages a bit, to give people
93+
a bit more room to write in the feedback field.
94+
95+
* It turns out that the get_user_email is called for every nominee listed on
96+
a feedback page, which is insane. But until the template can be rewritten
97+
to do this in a more sane way, we cache the lookup result.
98+
99+
* Changed things so the left-side navbar doesn't jump to full page width in
100+
the instant before the main content is loaded. NB: Cleanup action needed:
101+
replace all px dimensions with em, consistently.
102+
103+
* Included the IAOC update session in the training section of the agenda.
104+
105+
* By preference, show the same email for a logged-in user as his login, if
106+
it exists; otherwise show the newest active email address.
107+
108+
* Many minor fixes to agenda templates and the known-good agenda test files.
109+
110+
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Nov 2013 20:33:43 +0100
111+
1112
ietfdb (4.82) ietf; urgency=high
2113

3114
* Removed the ams_filters template tag file from the meeting app -- it

0 commit comments

Comments
 (0)