Skip to content

Commit 782a495

Browse files
committed
update download and changelog for v2.108.1-rc.1
1 parent 62bd857 commit 782a495

File tree

2 files changed

+60
-3
lines changed

2 files changed

+60
-3
lines changed

changelog/2.108.1_pre.dd

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION May 01, 2024, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 9 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 11 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 regression fixes,
20+
21+
$(LI $(BUGZILLA 23657): [REG2.101] Incorrect error escape reference to stack allocated value)
22+
$(LI $(BUGZILLA 24436): a array be overwritten when other array be written)
23+
$(LI $(BUGZILLA 24479): [REG2.104] Error on getAttributes on getOverloads of templates)
24+
$(LI $(BUGZILLA 24505): [REG2.108] ImportC: Function-like macros $(LPAREN)newly translated to templates$(RPAREN) may collide with regular symbols)
25+
$(LI $(BUGZILLA 24519): compiler segfault on default argument with slice operator [])
26+
)
27+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
28+
29+
$(LI $(BUGZILLA 24495): ImportC: Struct initialization expression fails to initialize field)
30+
$(LI $(BUGZILLA 24509): importC cannot handle _stdcall Function Calling Convention with single heading underscore)
31+
$(LI $(BUGZILLA 24511): __stdcall functions from C are extern$(LPAREN)C$(RPAREN) in D.)
32+
)
33+
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
34+
35+
$(LI $(BUGZILLA 24498): Multidimensional array not scanned by GC)
36+
)
37+
)
38+
$(D_CONTRIBUTORS_HEADER 11)
39+
$(D_CONTRIBUTORS
40+
$(D_CONTRIBUTOR Artha)
41+
$(D_CONTRIBUTOR Dennis)
42+
$(D_CONTRIBUTOR Dennis Korpel)
43+
$(D_CONTRIBUTOR FeepingCreature)
44+
$(D_CONTRIBUTOR Ferhat Kurtulmuş)
45+
$(D_CONTRIBUTOR Harry Gillanders)
46+
$(D_CONTRIBUTOR Iain Buclaw)
47+
$(D_CONTRIBUTOR Jonathan M Davis)
48+
$(D_CONTRIBUTOR Martin Kinkelin)
49+
$(D_CONTRIBUTOR Razvan Nitu)
50+
$(D_CONTRIBUTOR Tim Schendekehl)
51+
)
52+
$(D_CONTRIBUTORS_FOOTER)
53+
$(CHANGELOG_NAV_INJECT)
54+
55+
Macros:
56+
VER=2.108.1
57+
TITLE=Change Log: $(VER)

download.dd

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

227227
DMDV2=$(LATEST)
228228

229-
BETA=$(COMMENT $0)
230-
_=BETA=$0
231-
B_DMDV2=2.108.0
229+
_=BETA=$(COMMENT $0)
230+
BETA=$0
231+
B_DMDV2=2.108.1
232232
B_SUFFIX=rc.1
233233

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

0 commit comments

Comments
 (0)