Skip to content

Commit bc3ef27

Browse files
authored
Merge pull request #2707 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents abff4a0 + 86f6182 commit bc3ef27

File tree

2 files changed

+48
-4
lines changed

2 files changed

+48
-4
lines changed

changelog/2.088.1_pre.dd

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Oct 08, 2019, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 4 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 6 contributors)
11+
who made $(VER) possible.)
12+
13+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
14+
15+
$(CHANGELOG_SEP_HEADER_TEXT)
16+
17+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
18+
19+
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
20+
21+
$(LI $(BUGZILLA 20223): C++, POSIX: Wrong mangling for const reference of callback)
22+
$(LI $(BUGZILLA 20224): Segfault when using ref parameter on a templated struct $(LPAREN)C++ mangling$(RPAREN))
23+
)
24+
$(BUGSTITLE_BUGZILLA Druntime regressions,
25+
26+
$(LI $(BUGZILLA 20219): Idle D programs keep consuming CPU in Gcx.scanBackground)
27+
$(LI $(BUGZILLA 20227): "Aborting from src/core/sync/event.d$(LPAREN)141$(RPAREN) Error: pthread_mutex_destroy failed." after fork$(LPAREN)$(RPAREN))
28+
)
29+
)
30+
$(D_CONTRIBUTORS_HEADER 6)
31+
$(D_CONTRIBUTORS
32+
$(D_CONTRIBUTOR Martin Kinkelin)
33+
$(D_CONTRIBUTOR Martin Nowak)
34+
$(D_CONTRIBUTOR Mathias Lang)
35+
$(D_CONTRIBUTOR Mike Franklin)
36+
$(D_CONTRIBUTOR Nicholas Wilson)
37+
$(D_CONTRIBUTOR Rainer Schuetze)
38+
)
39+
$(D_CONTRIBUTORS_FOOTER)
40+
$(CHANGELOG_NAV_INJECT)
41+
42+
Macros:
43+
VER=2.088.1
44+
TITLE=Change Log: $(VER)

download.dd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ Macros:
218218

219219
DMDV2=$(LATEST)
220220

221-
BETA=$(COMMENT $0)
222-
_=BETA=$0
223-
B_DMDV2=2.088.0
224-
B_SUFFIX=rc.1
221+
_=BETA=$(COMMENT $0)
222+
BETA=$0
223+
B_DMDV2=2.088.1
224+
B_SUFFIX=beta.1
225225

226226
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
227227
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)