Skip to content

Commit 4fa47fb

Browse files
committed
update download and changelog for v2.092.1-beta.1
1 parent 3ebf064 commit 4fa47fb

File tree

2 files changed

+71
-4
lines changed

2 files changed

+71
-4
lines changed

changelog/2.092.1_pre.dd

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Jun 10, 2020, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 16 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 8 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 20626): ICE when using typeof of unittest symbol without -unittest flag)
22+
$(LI $(BUGZILLA 20830): Segfault for multiple duplicate interfaces)
23+
$(LI $(BUGZILLA 20885): pointer rejected for the variable declared in a `if` condition)
24+
$(LI $(BUGZILLA 20890): parameter corruption when other parameter is a static array of length 1)
25+
)
26+
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
27+
28+
$(LI $(BUGZILLA 12520): Comparing two TypeTuples with == does not compile for no arguments)
29+
$(LI $(BUGZILLA 19344): Enum member UDAs & getUDAs throwing an error)
30+
$(LI $(BUGZILLA 19728): AliasSeq in UDA errors)
31+
$(LI $(BUGZILLA 20093): Error: cannot form tuple of tuples)
32+
$(LI $(BUGZILLA 20758): __traits$(LPAREN)getAttributes$(RPAREN) as template argument results in broken template instances)
33+
$(LI $(BUGZILLA 20835): Enum member attributes being evaluated in wrong scope.)
34+
$(LI $(BUGZILLA 20875): [REG2.087.1] Enum template specialization ignored)
35+
$(LI $(BUGZILLA 20884): Using getMember with a type as first argument can lose type qualifiers.)
36+
$(LI $(BUGZILLA 20894): ICE: passing a member template mixin identifier as alias argument)
37+
)
38+
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
39+
40+
$(LI $(BUGZILLA 20744): Using __parameters result in function definition causes wrong lookup)
41+
)
42+
$(BUGSTITLE_BUGZILLA Phobos bugs,
43+
44+
$(LI $(BUGZILLA 20785): std.file.setTimes: on macOS use setattrlist to avoid truncating timestamp precision to microseconds)
45+
)
46+
$(BUGSTITLE_BUGZILLA Druntime bugs,
47+
48+
$(LI $(BUGZILLA 20832): Fix ioctl request for TCSETS2)
49+
)
50+
)
51+
$(D_CONTRIBUTORS_HEADER 8)
52+
$(D_CONTRIBUTORS
53+
$(D_CONTRIBUTOR Boris Carvajal)
54+
$(D_CONTRIBUTOR Christian Koestlin)
55+
$(D_CONTRIBUTOR Martin Kinkelin)
56+
$(D_CONTRIBUTOR Martin Nowak)
57+
$(D_CONTRIBUTOR MoonlightSentinel)
58+
$(D_CONTRIBUTOR Nathan Sashihara)
59+
$(D_CONTRIBUTOR Nicholas Wilson)
60+
$(D_CONTRIBUTOR Nils Lankila)
61+
)
62+
$(D_CONTRIBUTORS_FOOTER)
63+
$(CHANGELOG_NAV_INJECT)
64+
65+
Macros:
66+
VER=2.092.1
67+
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.092.0
224-
B_SUFFIX=rc.1
221+
_=BETA=$(COMMENT $0)
222+
BETA=$0
223+
B_DMDV2=2.092.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)