Skip to content

Commit 7ad38ca

Browse files
committed
Changelog information for 6.39.1
- Legacy-Id: 12462
1 parent 486e394 commit 7ad38ca

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

changelog

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
ietfdb (6.39.1) ietf; urgency=medium
2+
3+
**Enhanced Person Profile Page**
4+
5+
This is a mixed bugfix and feature release. From the commitlog:
6+
7+
* Added more document information to the personal profile pages at
8+
/person/<full name>, after a suggestion from Benoit Claise. Fixes issue
9+
#2066.
10+
11+
* Added new display columns to the reviewer settings admin page.
12+
13+
* Merged in [12438] from rjsparks@nostrum.com:
14+
Don't show teams with only 'No response' reviews in the search result
15+
rows, using the same logic as used for the document main page. Fixes #2070.
16+
17+
* Fixed a typo. Fixes issue #2073.
18+
19+
* Added a validator for the reviewer settings' Filter Regexp field, to
20+
make sure that we don't later hit exceptions when trying to compile and use
21+
the regexp entered.
22+
23+
* Tweaked the admin for doc.models.Document to capture a comment about
24+
changes made, and save those in the document history, using
25+
.save_with_history(). This makes the admin useful again for doing document
26+
changes. See issue #2067.
27+
28+
* Changed the handling of DocEvent 'rev' fields in document history. We
29+
should give DocEvent a 'rev' field which is always filled in; the current
30+
handling is error prone and much to complicated.
31+
32+
* Fixed errors in the test_interim_request_series() test.
33+
34+
* Added a link to the meetecho session recording (not the youtube
35+
conversion) on the IETF agenda page.
36+
37+
* Added guards against picking up non-ascii characters in draft title and
38+
abstract from drafts submitted in xml form.
39+
40+
-- Henrik Levkowetz <henrik@levkowetz.com> 05 Dec 2016 10:25:12 -0800
41+
42+
143
ietfdb (6.39.0) ietf; urgency=medium
244

345
**Review tracking**

0 commit comments

Comments
 (0)