Skip to content

Commit ceda37f

Browse files
committed
Changelog entry for 6.92.0
- Legacy-Id: 15966
1 parent ca8eb61 commit ceda37f

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

changelog

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
ietfdb (6.92.0) ietf; urgency=low
2+
3+
**Generalized the submission approval protection for special groups**
4+
5+
Before this rewrite, code explicitly looked for draft names like
6+
draf-iab-, draft-iana=, etc., but did not derive the list of draft name
7+
prefixes needing approval from the group types in the database. The new
8+
code extends this protection to any new group types in the database (and a
9+
number of old ones that were not protected before such as draft-iesg- ).
10+
11+
There are also some bugfixes. From the commit log:
12+
13+
* Increased the document count for group document lists from the
14+
default(200) to 500, as MPLS now exceeds 200.
15+
16+
* Rewrote the submission deduce_group() to consider all groups with
17+
acronyms that are also GroupTypeNames. Added GroupTypeName for
18+
iesg,ise,adhoc groups, and appropriate GroupFeatures for each.
19+
20+
21+
* Fixed a problem with the secretariat IESG agenda handling, where removal
22+
of a document from the telechat agenda could lead to a server 500 in
23+
a different view. Insetead, redirect to the removed document (which
24+
will show as not on the agenda any more).
25+
26+
* Tweaked mkdevbranch to take an optional extra message paragraph.
27+
28+
* Modified a view function to fill in missing default CommunityLists for
29+
groups with features.has_documents == True, to avoid a possible server
30+
error.
31+
32+
* Removed the has_dependencies GroupFeature, and used has_documents
33+
instead in the one place it was used.
34+
35+
* Fixed a submission failure for xml files missing abstract sections.
36+
37+
-- Henrik Levkowetz <henrik@levkowetz.com> 25 Feb 2019 13:08:34 +0000
38+
39+
140
ietfdb (6.91.0) ietf; urgency=low
241

342
**Expanded group property table entries**

0 commit comments

Comments
 (0)