Skip to content

Commit 4b1d737

Browse files
authored
Merge pull request #3774 from ibuclaw/merge_stable
update download and changelog for v2.107.1
2 parents 9607293 + a284343 commit 4b1d737

File tree

4 files changed

+58
-39
lines changed

4 files changed

+58
-39
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.107.0
1+
2.107.1

changelog/2.107.1.dd

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Mar 01, 2024, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 15 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 6 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 20802): [REG2.088.0] Link failure with writefln)
22+
$(LI $(BUGZILLA 24371): [REG 2.104] String array concatenation does not respect operator precedence)
23+
)
24+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
25+
26+
$(LI $(BUGZILLA 20297): ld: warning: no platform load command found for macOS)
27+
$(LI $(BUGZILLA 21047): Linker error: GOT load reloc does not point to a movq instruction)
28+
$(LI $(BUGZILLA 22556): Invalid GOT load reloc with -O on MacOS)
29+
$(LI $(BUGZILLA 23517): dmd with -g flag fails to link on macOS with unaligned pointer)
30+
$(LI $(BUGZILLA 24137): Link failure on macOS with symbol count from symbol table and dynamic symbol table differ)
31+
$(LI $(BUGZILLA 24365): ICE when printing 'showCtfeContext' error)
32+
$(LI $(BUGZILLA 24370): static array values in static AA initialise to dynamic arrays)
33+
$(LI $(BUGZILLA 24399): Link failure on MacOS with address=0x0 points to section$(LPAREN)2$(RPAREN) with no content in config_a68_4c3.o)
34+
$(LI $(BUGZILLA 24401): OSX: Linker error: GOT load reloc does not point to a movq instruction)
35+
$(LI $(BUGZILLA 24402): OSX: Linker warning: pointer not aligned at __OBJC_PROTOCOL_$_Foo)
36+
$(LI $(BUGZILLA 24407): OSX: ld: Assertion failed: $(LPAREN)slot < _sideTableBuffer.size$(LPAREN)$(RPAREN)$(RPAREN), function addAtom)
37+
$(LI $(BUGZILLA 24409): DMD crash for CTFE in stompOverlappedFields)
38+
$(LI $(BUGZILLA 24422): ImportC: ICE: Segfault in cparseFunctionDefinition)
39+
)
40+
)
41+
$(D_CONTRIBUTORS_HEADER 6)
42+
$(D_CONTRIBUTORS
43+
$(D_CONTRIBUTOR Dennis Korpel)
44+
$(D_CONTRIBUTOR Iain Buclaw)
45+
$(D_CONTRIBUTOR Martin Kinkelin)
46+
$(D_CONTRIBUTOR Razvan Nitu)
47+
$(D_CONTRIBUTOR Teodor Dutu)
48+
$(D_CONTRIBUTOR Tim Schendekehl)
49+
)
50+
$(D_CONTRIBUTORS_FOOTER)
51+
$(CHANGELOG_NAV_INJECT)
52+
53+
Macros:
54+
VER=2.107.1
55+
TITLE=Change Log: $(VER)

changelog/2.107.1_pre.dd

Lines changed: 0 additions & 36 deletions
This file was deleted.

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.107.1
232232
B_SUFFIX=rc.1
233233

0 commit comments

Comments
 (0)