Skip to content

Commit 2d4a228

Browse files
committed
Changelog entry for 5.7.2
- Legacy-Id: 8535
1 parent be4e45e commit 2d4a228

1 file changed

Lines changed: 67 additions & 0 deletions

File tree

changelog

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
ietfdb (5.7.2) ietf; urgency=medium
2+
3+
Another bugfix release, containing a number of fixes for issues related to
4+
extraction of meta-information from draft submissions, and also fixes for
5+
some other blemishes not discovered at the time of 5.2.1. This release
6+
also enhances the generation of draft author aliases, providing a
7+
{draftname}.shepherd alias which points to the shepherd (if set), and adding
8+
the shepherd email address to the {draftname}.all alias. The email alias
9+
changes will take effect as soon as the aliases are activated for @ietf.org
10+
(as opposed to @tools.ietf.org). Details:
11+
12+
* Addedd a temporary patch for an unwanted exception which occurred when
13+
trying to generate proceedings for a session which didn't have an
14+
assigned timeslot in an official schedule. Happens all the time for
15+
interims, for example.
16+
17+
* Merged in [8506] from rjsparks@nostrum.com:
18+
Changed the default notify address for IRTF stream documents. Fixes bug
19+
#1489.
20+
21+
* Merged in [8505] from rjsparks@nostrum.com:
22+
Added code to allow removing a document shepherd, and test that it works.
23+
Fixes bug #1509.
24+
25+
* Merged in [8504] from rjsparks@nostrum.com:
26+
Added tests that would have caught bug #1508. Added message to
27+
edit_shepherd_email to match that added in edit_shepherd.
28+
29+
* Merged in [8498] from rjsparks@nostrum.com:
30+
Reworked logic flow for editing shepherds. Added message to inform the
31+
user when the shepherd is not changed. Fixes bug #1508.
32+
33+
* Changed the signature line of the generate-wg-aliases script so as to show
34+
the script path instead of a manually maintained string (which had become
35+
outdated) in the signature string at the top of the generated files.
36+
37+
* Added generation of {draftname}.shepherd aliases for drafts when
38+
generating draft email aliases, and also added the shepherd's email address
39+
to the {draftname}.all alias. Changed the signature line of the script to
40+
give the script path instead of a manually maintained string (which had
41+
become outdated).
42+
43+
* Fixed a bug in setting the can_edit_shepherd_writeup flag, triggered by the
44+
change in what Document.shepherd refers to (now, Email, used to be Person).
45+
46+
* Added 'Dr.-Ing.' to the recognised honorifics in the author extraction
47+
code.
48+
49+
* Did a number of changes to the author extraction method of class Draft
50+
in order to make it able to match up names with double-word family names on
51+
the first page (A. Foo Bar) with (familyname, given-name) ordering (Foo Bar
52+
Any) in the Authors' Addresses section. Regression tested against 200+
53+
known good author extraction results. A number of stronger restrictions in
54+
regular expressions had to be introduced to avoid regression, which is
55+
probably all to the good.
56+
57+
* Added support for ISO-format dates (or RFC 3339 dates, if you will) to
58+
the date parsing done for the submission tool. Also refined the regexes a
59+
bit to avoid false matches on for instance things like 'Juniper 2014'.
60+
61+
* Merged in [8498] from rjsparks@nostrum.com:
62+
Reworked the logic flow for editing shepherds. Added a message to inform the
63+
user when the shepherd is not changed. Fixes bug #1508.
64+
65+
-- Henrik Levkowetz <henrik@levkowetz.com> 01 Nov 2014 23:16:20 +0000
66+
67+
168
ietfdb (5.7.1) ietf; urgency=medium
269

370
This is a minor bugfix release which empties the merge queue in preparation

0 commit comments

Comments
 (0)