Skip to content

Commit ceab322

Browse files
committed
Changelog entry for 5.2.1
- Legacy-Id: 7574
1 parent 7603f4e commit ceab322

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

changelog

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
ietfdb (5.2.1) ietf; urgency=medium
2+
3+
This is a minor release, with some bugfixes and some enhancements. It also
4+
contains some reworked secretariat code, which changes part of the authentication
5+
handling in preparation for the next release (5.3.0), which will transition
6+
the datatracker from using HTTP basic authentication, to Django's built-in
7+
authentication scheme.
8+
9+
* Merged in [7568] from rcross@amsl.com:
10+
Grant ISOC CEO access to announcement tool, change announcement tool from
11+
option 'IAB Executive Director' to 'IAB Executive Administrative Manager'
12+
13+
* Merged in [7557] from rjsparks@nostrum.com:
14+
Update reference relationships (asyncronously) for new rfcs found when
15+
syncing with the rfc index. Fixes ticket #1347.
16+
17+
* Added some datatracker development notes from the testing extension
18+
(pyflakes etc.) work
19+
20+
* Merged in [ 7454] and [7549] from rcross@amsl.com:
21+
Changes to the secretariat code, to support Django authentication instead
22+
of basic http auth, and fixes to the tests to work with the secauth
23+
middleware changes.
24+
25+
* Pyflakes cleanup to be compliant with pyflakes 0.8.1, which seems to find
26+
things 0.8.0 didn't find.
27+
28+
* Changed URLs with explicit scheme from http to https. Emails that are
29+
sent out from the datatracker will now specify URLs with https:, rather
30+
than http.
31+
32+
* Added a fix to exclude empty email addresses from the send list.
33+
34+
* The ietf/patches directory doesn't work out as intended, and causes
35+
some confusion with the /a/www/ietf-datatracker/patches/ directory on the
36+
production server.
37+
38+
* Backfilled the changelog file, back to 2.00
39+
40+
* Merged in [7153] from rjsparks@nostrum.com:
41+
42+
Fixed a typo in code that looks for the IRTF chair email address while
43+
adding replaces relationships.
44+
Made that code slightly more robust.
45+
Fixes ticket #1253
46+
47+
-- Henrik Levkowetz <henrik@levkowetz.com> 06 Apr 2014 17:28:49 +0200
48+
49+
150
ietfdb (5.2.0) ietf; urgency=low
251

352
This is a code cleanup release. It adds a test and a managemement command

0 commit comments

Comments
 (0)