Skip to content

Commit 0437e7b

Browse files
authored
Merge pull request #3770 from ibuclaw/merge_stable
merge stable
2 parents 1de2b85 + 86674f0 commit 0437e7b

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

changelog/2.107.1_pre.dd

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Mar 01, 2024, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 2 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 3 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 bug fixes,
20+
21+
$(LI $(BUGZILLA 24365): ICE when printing 'showCtfeContext' error)
22+
$(LI $(BUGZILLA 24370): static array values in static AA initialise to dynamic arrays)
23+
)
24+
)
25+
$(D_CONTRIBUTORS_HEADER 3)
26+
$(D_CONTRIBUTORS
27+
$(D_CONTRIBUTOR Dennis Korpel)
28+
$(D_CONTRIBUTOR Iain Buclaw)
29+
$(D_CONTRIBUTOR Razvan Nitu)
30+
)
31+
$(D_CONTRIBUTORS_FOOTER)
32+
$(CHANGELOG_NAV_INJECT)
33+
34+
Macros:
35+
VER=2.107.1
36+
TITLE=Change Log: $(VER)

d-keyring.gpg

3.47 KB
Binary file not shown.

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.107.0
229+
_=BETA=$(COMMENT $0)
230+
BETA=$0
231+
B_DMDV2=2.107.1
232232
B_SUFFIX=rc.1
233233

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

0 commit comments

Comments
 (0)