Skip to content

Commit b2b6e94

Browse files
committed
Changelog entry for 6.34.1
- Legacy-Id: 12047
1 parent be4a2fc commit b2b6e94

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

changelog

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
ietfdb (6.34.1) ietf; urgency=medium
2+
3+
This is a bugfix release, with the most interesting fixes being to allow
4+
meeting materials upload before sessions have been scheduled, and to direct
5+
new release notifications for area drafts to the ADs, instead of to all the
6+
area WG chairs. The release also contains some test suite improvements.
7+
Details:
8+
9+
* Merged in [12038] from rjsparks@nostrum.com:
10+
Changed how document names are generated for agendas and slides to allow
11+
uploads before meetings are scheduled.
12+
13+
* Merged in [12014] from rjsparks@nostrum.com:
14+
Improved who to copy when sending submission confirmation mail when
15+
authors change.
16+
17+
* Tweaked test data to make test data sessions actually fall within their
18+
meeting, and to make sure that the test_agenda_current_audio sessions are
19+
in the near future.
20+
21+
* Added interpolation of values from the session object when rendering
22+
audio_stream_url.
23+
24+
* Added a test which specifies a meeting currently under way, in order to
25+
make sure that code paths which are used only for current meetings are
26+
excercises, this reduces coverage variation due to random meeting dates.
27+
Also added a test for the presence of Audio stream, which isn't present on
28+
agenda pages of past meetings.
29+
30+
* Made it possible to pass in a meeting instance to make_meeting_test_data,
31+
and added an audio stream UrlResource for test purposes.
32+
33+
* Changed things so that the reorder_by setting has an effect on the test
34+
ordering. It didn't before, as CoverageTest was a subclass of the earlier
35+
entries in the reorder_by setting.
36+
37+
* Make pyflakes happier sorting out tastypie.resources.ModelResource.
38+
39+
* Undid an unintended commit (code change for test purposes)
40+
41+
* Change the cache key construction to deal with query arguments
42+
containing spaces. Fixes 500 errors which would otherwise occur.
43+
44+
-- Henrik Levkowetz <henrik@levkowetz.com> 27 Sep 2016 07:17:01 +0000
45+
46+
147
ietfdb (6.34.0) ietf; urgency=medium
248

349
**New proceedings pages**

0 commit comments

Comments
 (0)