2
2
3
3
$(CHANGELOG_NAV_INJECT)
4
4
5
- $(VERSION Oct 08 , 2019, =================================================,
5
+ $(VERSION Oct 11 , 2019, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 4 fixed Bugzilla issues.
8
+ $(VER) comes with 6 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 6 contributors)
10
+ $(LINK2 #contributors, 9 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -25,16 +25,24 @@ $(BUGSTITLE_BUGZILLA Druntime regressions,
25
25
26
26
$(LI $(BUGZILLA 20219): Idle D programs keep consuming CPU in Gcx.scanBackground)
27
27
$(LI $(BUGZILLA 20227): "Aborting from src/core/sync/event.d$(LPAREN)141$(RPAREN) Error: pthread_mutex_destroy failed." after fork$(LPAREN)$(RPAREN))
28
+ $(LI $(BUGZILLA 20256): problem with signal handling and parallel GC on linux)
29
+ )
30
+ $(BUGSTITLE_BUGZILLA Druntime bugs,
31
+
32
+ $(LI $(BUGZILLA 20271): Handle forking in the GC)
28
33
)
29
34
)
30
- $(D_CONTRIBUTORS_HEADER 6 )
35
+ $(D_CONTRIBUTORS_HEADER 9 )
31
36
$(D_CONTRIBUTORS
37
+ $(D_CONTRIBUTOR Igor Khasilev)
32
38
$(D_CONTRIBUTOR Martin Kinkelin)
33
39
$(D_CONTRIBUTOR Martin Nowak)
34
40
$(D_CONTRIBUTOR Mathias Lang)
35
41
$(D_CONTRIBUTOR Mike Franklin)
36
42
$(D_CONTRIBUTOR Nicholas Wilson)
37
43
$(D_CONTRIBUTOR Rainer Schuetze)
44
+ $(D_CONTRIBUTOR Sebastian Wilzbach)
45
+ $(D_CONTRIBUTOR Vladimir Panteleev)
38
46
)
39
47
$(D_CONTRIBUTORS_FOOTER)
40
48
$(CHANGELOG_NAV_INJECT)
0 commit comments