1+ ietfdb (4.52) ietf; urgency=medium
2+
3+ This is a minor bugfix release, in preparation for the next major merge.
4+
5+ * Fixed problem with caching of utc agenda -- use a separate cache name for
6+ this.
7+
8+ * Permit unicode milestone text (using unicode() instead of str() in
9+ comparison when looking for milestone changes). Fixes issue #1065.
10+
11+ * Added a list of releases below the release notes at /releases/*
12+
13+ * From RjS: Added a case in the render_ballot_icon() filter for statchg
14+ documents.
15+
16+ * Removed duplicate '.errorlist' style.
17+
18+ * Fixed missing name change when moving settings from rfceditor module to
19+ settings.py.
20+
21+ * Merged [5613] from mcr@sandelman.ca: include a way to dump timedeltafields
22+ so that it is possible to save data to fixtures.
23+
24+ From olau@iola.dk:
25+
26+ * Skip IANA - Review Needed and Version Changed - Review Needed changes from
27+ IANA as it turns out that the Datatracker is the authoritative source on
28+ these states. Also improve logging so that the raw JSON from IANA is
29+ dumped, the parsed JSON on imported changes is dumped and we write to
30+ syslog before starting a sync script in the notification view.
31+
32+ * Only add charter state change link when chartering, it doesn't make sense
33+ for an approved charter. Fixes #861.
34+
35+ * Don't display group.comments on the charter document page. Apparently
36+ group.comments have been used by the Secretariat in the past for
37+ chartering comments, but it's not possible to edit the field and the whole
38+ thing doesn't make sense from a modelling perspective - a feature like
39+ this should probably use the note field on the charter. Fixes issue
40+ #1048.
41+
42+ * Don't crash if an attachment has been created already, just reuse it -
43+ this case shouldn't actually happen, but apparently sometimes does,
44+ probably due to a concurrency issue
45+
46+ * Add link to charter pages from the milestones editing page (besides the
47+ cancel button), fixes #1044.
48+
49+ * Special-case proposed working groups with respect to milestones, they get
50+ the charter milestones on the WG charter page rather than the current set
51+
52+ * Show approved milestones on /doc/charter-xyz/ page if the charter is
53+ approved instead of only showing proposed milestones for proposed charters
54+
55+
156ietfdb (4.51) ietf; urgency=low
257
358 This is a minor bugfix release, in preparation for the next major
@@ -20,7 +75,7 @@ ietfdb (4.51) ietf; urgency=low
2075 This adds states to status-change- documents and has a migration that
2176 must be applied. Fixes bug #1039
2277
23- -- Henrik Levkowetz <henrik@levkowetz.com> 09 Jun 2013 22:03:29 +0200
78+ -- Henrik Levkowetz <henrik@levkowetz.com> 14 Jul 2013 16:04:20 +0200
2479
2580ietfdb (4.50) ietf; urgency=medium
2681
0 commit comments