Skip to content

Commit 9a1737a

Browse files
authored
Merge pull request #2708 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents bc3ef27 + 25b45a8 commit 9a1737a

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.088.0
1+
2.088.1

changelog/2.088.1_pre.dd renamed to changelog/2.088.1.dd

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Oct 08, 2019, =================================================,
5+
$(VERSION Oct 11, 2019, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 4 fixed Bugzilla issues.
8+
$(VER) comes with 6 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 6 contributors)
10+
$(LINK2 #contributors, 9 contributors)
1111
who made $(VER) possible.)
1212

1313
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -25,16 +25,24 @@ $(BUGSTITLE_BUGZILLA Druntime regressions,
2525

2626
$(LI $(BUGZILLA 20219): Idle D programs keep consuming CPU in Gcx.scanBackground)
2727
$(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)
2833
)
2934
)
30-
$(D_CONTRIBUTORS_HEADER 6)
35+
$(D_CONTRIBUTORS_HEADER 9)
3136
$(D_CONTRIBUTORS
37+
$(D_CONTRIBUTOR Igor Khasilev)
3238
$(D_CONTRIBUTOR Martin Kinkelin)
3339
$(D_CONTRIBUTOR Martin Nowak)
3440
$(D_CONTRIBUTOR Mathias Lang)
3541
$(D_CONTRIBUTOR Mike Franklin)
3642
$(D_CONTRIBUTOR Nicholas Wilson)
3743
$(D_CONTRIBUTOR Rainer Schuetze)
44+
$(D_CONTRIBUTOR Sebastian Wilzbach)
45+
$(D_CONTRIBUTOR Vladimir Panteleev)
3846
)
3947
$(D_CONTRIBUTORS_FOOTER)
4048
$(CHANGELOG_NAV_INJECT)

download.dd

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

219219
DMDV2=$(LATEST)
220220

221-
_=BETA=$(COMMENT $0)
222-
BETA=$0
221+
BETA=$(COMMENT $0)
222+
_=BETA=$0
223223
B_DMDV2=2.088.1
224224
B_SUFFIX=beta.1
225225

0 commit comments

Comments
 (0)