Skip to content

Commit 5ddaff3

Browse files
authored
Merge pull request #3866 from ibuclaw/merge_stable
update download and changelog for v2.109.1 Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com> Merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2 parents 1ff2e3a + 97cbca4 commit 5ddaff3

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.109.0
1+
2.109.1

changelog/2.109.1_pre.dd renamed to changelog/2.109.1.dd

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Jul 01, 2024, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 1 major change and 4 fixed Bugzilla issues.
8+
$(VER) comes with 1 major change and 5 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 5 contributors)
10+
$(LINK2 #contributors, 7 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -47,6 +47,10 @@ Runtime array casting to `bool[]` is
4747

4848
$(CHANGELOG_SEP_TEXT_BUGZILLA)
4949

50+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
51+
52+
$(LI $(BUGZILLA 24602): Internal compiler error: failed to detect static initialization of associative array)
53+
)
5054
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
5155

5256
$(LI $(BUGZILLA 24566): condition that starts with runtime value and uses compile time array does not short circuit)
@@ -58,10 +62,12 @@ $(LI $(BUGZILLA 24595): OpenBSD: Use .init_array/.fini_array)
5862
$(LI $(BUGZILLA 24597): FreeBSD/OpenBSD: Enable ELF_COMDAT)
5963
)
6064
)
61-
$(D_CONTRIBUTORS_HEADER 5)
65+
$(D_CONTRIBUTORS_HEADER 7)
6266
$(D_CONTRIBUTORS
6367
$(D_CONTRIBUTOR Brian Callahan)
68+
$(D_CONTRIBUTOR Dennis Korpel)
6469
$(D_CONTRIBUTOR Iain Buclaw)
70+
$(D_CONTRIBUTOR Johan Engelen)
6571
$(D_CONTRIBUTOR Mathis Beer)
6672
$(D_CONTRIBUTOR Nick Treleaven)
6773
$(D_CONTRIBUTOR Timon Gehr)

download.dd

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

227227
DMDV2=$(LATEST)
228228

229-
_=BETA=$(COMMENT $0)
230-
BETA=$0
229+
BETA=$(COMMENT $0)
230+
_=BETA=$0
231231
B_DMDV2=2.109.1
232232
B_SUFFIX=rc.1
233233

0 commit comments

Comments
 (0)