Skip to content

Commit 2d4c653

Browse files
committed
update download and changelog for v2.081.0-beta.1
1 parent 4953c92 commit 2d4c653

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

changelog/2.081.0_pre.dd

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Jul 01, 2018, =================================================,
6+
7+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
8+
9+
$(CHANGELOG_SEP_HEADER_TEXT)
10+
11+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
12+
13+
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
14+
15+
$(LI $(BUGZILLA 15755): DMD segfault upon alias on alias on __trait$(LPAREN)getAttributes, ...$(RPAREN))
16+
$(LI $(BUGZILLA 18970): DMD segfault due to opDispatch)
17+
$(LI $(BUGZILLA 18976): Inconsistency in overload merging with aliases)
18+
)
19+
$(BUGSTITLE_BUGZILLA Phobos bugs,
20+
21+
$(LI $(BUGZILLA 18934): std.concurrency receive throws assertion failure if message is a struct containing const data)
22+
)
23+
)
24+
$(D_CONTRIBUTORS_HEADER 5)
25+
$(D_CONTRIBUTORS
26+
$(D_CONTRIBUTOR Martin Nowak)
27+
$(D_CONTRIBUTOR Mike Franklin)
28+
$(D_CONTRIBUTOR Razvan Nitu)
29+
$(D_CONTRIBUTOR Sebastian Wilzbach)
30+
$(D_CONTRIBUTOR Steven Schveighoffer)
31+
)
32+
$(D_CONTRIBUTORS_FOOTER)
33+
$(CHANGELOG_NAV_INJECT)
34+
35+
Macros:
36+
VER=2.081.0
37+
TITLE=Change Log: $(VER)

download.dd

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

211211
DMDV2=$(LATEST)
212212

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

218218
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)

0 commit comments

Comments
 (0)