From ea8e436ae559ea1db5e4ac9d16c6af4978287dad Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 7 Jul 2016 21:25:07 +0000 Subject: [PATCH] Updated changelog information for 6.26.0 - Legacy-Id: 11555 --- changelog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/changelog b/changelog index 509e4e101..1375fdbe4 100644 --- a/changelog +++ b/changelog @@ -9,6 +9,39 @@ ietfdb (6.26.0) ietf; urgency=high is support for arrows pointing out rooms, and secretariat support for room location input. Merged in from ^/personal/henrik/6.25.2-floorplans. + There are also a few bugfixes included: + + * Save submitted session agendas as UTF-8, not as ascii. Should fix a few + server 500 errors on session agenda uploads. + + * Added an explicit PhantomJS(port=0) as a workaround for old phantomjs + instances staying around and blocking the port needed to run tests. + + * Merged in [11512] from rjsparks@nostrum.com: + Allow RG secretaries to manipulate meeting materials. Fixes #1836. + + * In the internet-draft submission status page, point at the datatracker + page for the document, rather than the repository copy of the document. + + * Added a method Person.ascii_name() for use when generating 1id-*.txt + files. Added caching for Person.plain_name(). Fixes a problem with + non-ascii names in 1id-*.txt which lead to non-ascii names in xml2rfc + reference files. + + * Merged in [11504] from rcross@amsl.com: + Remove old interim proceedings location reference. + + * Merged in [11501] from rjsparks@nostrum.com: + Change search results for recordings to link to the actual recording. + Fixes #1895. + + * Merged in [11500] from rjsparks@nostrum.com: + Allow non-official schedules to be viewed in the same ways the official + schedule for a meeting can be viewed. Fixes #1959. + + * Merged in [11498] from rcross@amsl.com: + Fix interim meeting get_proceedings_url() functions. + -- Henrik Levkowetz 07 Jul 2016 13:08:48 -0700