Skip to content

Commit 68a896c

Browse files
committed
Changelog entry for 6.47.2
- Legacy-Id: 13031
1 parent dbb3d67 commit 68a896c

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

changelog

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
ietfdb (6.47.2) ietf; urgency=medium
2+
3+
This is a patch release with bug fixes related to ballot grids and
4+
secretariat meeting functionality, and internal enhancements. It also
5+
clears the way for the upcoming merge in of new draft htmlization code from
6+
tools.ietf.org.
7+
8+
From the commit log:
9+
10+
* Added a check to bin/mkrelease, preventing releases with both schema
11+
change migrations and data migrations. Data migrations often take some
12+
time, which will delay the time between the schema changes and deployment
13+
of the matching new code.
14+
15+
* Refined the test crawler a bit, to avoid extracting URLs from html which
16+
is outside the datatracker's control, such as uploaded WG agendas. (These
17+
could lead to false warnings about problems with the datatracker's links).
18+
Also exempted some pages with known-bad character issues from html
19+
validation, and refined the error reporting for html validation failures.
20+
21+
* Added a utility function to create temporary directories with distinct
22+
name based on test-class name and given labels. This will help in
23+
parallelizing the runs.
24+
25+
* Silenced an unnecessary error which could occur when looking for charter
26+
documents for groups (such as bofs) without them, when asking the REST API
27+
for group descriptions.
28+
29+
* Merged in [13022] from rcross@amsl.com:
30+
Fixed the interim meeting edit form returning 500 when the duration field
31+
is empty. Fixes #2206.
32+
33+
* Merged in [13021] from rcross@amsl.com:
34+
Fixed an issue where editing an interim meeting duration does not update
35+
underlying timeslot duration. Fixes #2203.
36+
37+
* Merged in [13018] from rcross@amsl.com:
38+
Fixed an issue with interim meeting time-zone getting reset on edit.
39+
Fixes issue #2204.
40+
41+
* Merged in [13017] from rcross@amsl.com:
42+
Added placeholders and validations to secretariat non-session time input
43+
fields. Fixes #2208.
44+
45+
* Applied a patch from rjsparks@nostrum.com to make ballot grids show for
46+
statchg documents in ietf last call.
47+
48+
* Added more email validation for draft submission author emails, and
49+
blocked some paths that could lead to bad email addresses ('none') being
50+
set as document author email addresses.
51+
52+
-- Henrik Levkowetz <henrik@levkowetz.com> 20 Mar 2017 12:02:49 +0000
53+
54+
155
ietfdb (6.47.1) ietf; urgency=medium
256

357
This is a small patch release which provides a few bug fixes and

0 commit comments

Comments
 (0)