Skip to content

Commit df63da0

Browse files
authored
Merge pull request #2385 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 9dfbb48 + affd7e5 commit df63da0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.080.0
1+
2.080.1

changelog/2.080.1_pre.dd renamed to changelog/2.080.1.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Jun 06, 2018, =================================================,
5+
$(VERSION Jun 07, 2018, =================================================,
66

77
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
88

@@ -14,6 +14,7 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regressions,
1414

1515
$(LI $(BUGZILLA 17968): [REG 2.073] object initializer omitted when it should be included.)
1616
$(LI $(BUGZILLA 18115): [REG2.078-b1] case where && is not shortcut anymore in CTFE)
17+
$(LI $(BUGZILLA 18821): DMD segfault when doing unsafe operation outside of any function)
1718
)
1819
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
1920

download.dd

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

211211
DMDV2=$(LATEST)
212212

213-
_=BETA=$(COMMENT $0)
214-
BETA=$0
213+
BETA=$(COMMENT $0)
214+
_=BETA=$0
215215
B_DMDV2=2.080.1
216216
B_SUFFIX=beta.1
217217

0 commit comments

Comments
 (0)