Skip to content

Commit b8f85a2

Browse files
committed
update download and changelog for v2.105.2
1 parent 299117b commit b8f85a2

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.105.1
1+
2.105.2

changelog/2.105.2.dd

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Sep 15, 2023, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 6 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 4 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 24109): [REG2.103] 'need this' when invoking outer method from inner method)
22+
$(LI $(BUGZILLA 24110): [REG2.104] Array comparison lowering apparently not handled properly in __traits$(LPAREN)compiles$(RPAREN))
23+
$(LI $(BUGZILLA 24118): ICE / regression from 2.103.1 - segfault on CTFE only code in 2.104.2 and 2.105.0)
24+
$(LI $(BUGZILLA 24144): [REG2.105] Silent file name index overflow)
25+
)
26+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
27+
28+
$(LI $(BUGZILLA 24139): 'this' corruption in extern$(LPAREN)C++$(RPAREN) dtor when destructing via TypeInfo_Struct)
29+
)
30+
$(BUGSTITLE_BUGZILLA Phobos bug fixes,
31+
32+
$(LI $(BUGZILLA 24140): Int128.opBinary [+-*/%&|^] with negative long arguments gives wrong answers)
33+
)
34+
)
35+
$(D_CONTRIBUTORS_HEADER 4)
36+
$(D_CONTRIBUTORS
37+
$(D_CONTRIBUTOR Iain Buclaw)
38+
$(D_CONTRIBUTOR Martin Kinkelin)
39+
$(D_CONTRIBUTOR Nathan Sashihara)
40+
$(D_CONTRIBUTOR Razvan Nitu)
41+
)
42+
$(D_CONTRIBUTORS_FOOTER)
43+
$(CHANGELOG_NAV_INJECT)
44+
45+
Macros:
46+
VER=2.105.2
47+
TITLE=Change Log: $(VER)

0 commit comments

Comments
 (0)