Skip to content

Commit a7771e5

Browse files
committed
update download and changelog for v2.091.1-beta.1
1 parent 501d73f commit a7771e5

File tree

2 files changed

+58
-4
lines changed

2 files changed

+58
-4
lines changed

changelog/2.091.1_pre.dd

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Apr 17, 2020, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 7 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 10 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 regressions,
20+
21+
$(LI $(BUGZILLA 20130): ICE when casting from string to other array type due to __ArrayCast not being written)
22+
)
23+
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
24+
25+
$(LI $(BUGZILLA 18651): ice: assert in glue.d:777 when building these three trivial files)
26+
$(LI $(BUGZILLA 20610): const in a .tupleof loop is ignored)
27+
$(LI $(BUGZILLA 20656): cannot compile live function without -preview=dip1021)
28+
$(LI $(BUGZILLA 20692): Nested alias declarations and getMember trait can crash dmd)
29+
$(LI $(BUGZILLA 20700): Forward references leads to `extern$(LPAREN)C++, class|struct$(RPAREN)` being ignored)
30+
)
31+
$(BUGSTITLE_BUGZILLA Druntime regressions,
32+
33+
$(LI $(BUGZILLA 20649): Trait isZeroInit gives false in certain scenarios)
34+
)
35+
)
36+
$(D_CONTRIBUTORS_HEADER 10)
37+
$(D_CONTRIBUTORS
38+
$(D_CONTRIBUTOR Boris Carvajal)
39+
$(D_CONTRIBUTOR Ernesto Castellotti)
40+
$(D_CONTRIBUTOR Hiroki Noda)
41+
$(D_CONTRIBUTOR Iain Buclaw)
42+
$(D_CONTRIBUTOR Martin Kinkelin)
43+
$(D_CONTRIBUTOR Martin Nowak)
44+
$(D_CONTRIBUTOR Mathias Lang)
45+
$(D_CONTRIBUTOR MoonlightSentinel)
46+
$(D_CONTRIBUTOR Nicholas Wilson)
47+
$(D_CONTRIBUTOR Razvan Nitu)
48+
)
49+
$(D_CONTRIBUTORS_FOOTER)
50+
$(CHANGELOG_NAV_INJECT)
51+
52+
Macros:
53+
VER=2.091.1
54+
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.091.0
224-
B_SUFFIX=rc.1
221+
_=BETA=$(COMMENT $0)
222+
BETA=$0
223+
B_DMDV2=2.091.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)