Skip to content

Commit 1be45dc

Browse files
committed
update download and changelog for v2.101.2
1 parent dcb3eec commit 1be45dc

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.101.1
1+
2.101.2

changelog/2.101.2.dd

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Jan 01, 2023, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 16 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 regression fixes,
20+
21+
$(LI $(BUGZILLA 18646): [REG 2.079.0] Recursive template expansion incorrectly reported)
22+
$(LI $(BUGZILLA 20811): Regression as of 2.066.0 - CTFE static variable retained across calls)
23+
$(LI $(BUGZILLA 22638): [REG 2.096][ICE] cod4.d: Assertion cast$(LPAREN)int$(RPAREN)sz > 0 failed)
24+
$(LI $(BUGZILLA 22646): [REG2.099] CT bounds checking ignores short circuit evaluation)
25+
$(LI $(BUGZILLA 22813): [REG 2.079.1] recursive template expansion)
26+
$(LI $(BUGZILLA 22854): static foreach byCodepoint segfault $(LPAREN)2.099-rc.1$(RPAREN))
27+
$(LI $(BUGZILLA 22975): 3 cyclic aliases with meaningful overloads not caught [ice])
28+
$(LI $(BUGZILLA 23391): [Reg 2.098.1] Segmentation fault with static foreach + range + inout)
29+
$(LI $(BUGZILLA 23499): inliner crashes/asserts when building for 32-bit)
30+
$(LI $(BUGZILLA 23564): [REG 2.099.0] SIGSEGV during compilation)
31+
$(LI $(BUGZILLA 23567): pragma$(LPAREN)printf$(RPAREN) messes up with the vtable of extern$(LPAREN)C++$(RPAREN) classes)
32+
$(LI $(BUGZILLA 23589): [REG2.095] Purity check special case gives circular reference error.)
33+
)
34+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
35+
36+
$(LI $(BUGZILLA 14907): DMD crash when using template name as a default value of template's typed argument)
37+
$(LI $(BUGZILLA 19585): Invalid recursive template expansion error)
38+
$(LI $(BUGZILLA 23151): ICE: core.exception.AssertError@src/dmd/aggregate.d$(LPAREN)678$(RPAREN): Assertion failure)
39+
$(LI $(BUGZILLA 23574): ICE: AssertError@src/dmd/optimize.d$(LPAREN)866$(RPAREN): Assertion failure)
40+
)
41+
)
42+
$(D_CONTRIBUTORS_HEADER 3)
43+
$(D_CONTRIBUTORS
44+
$(D_CONTRIBUTOR Iain Buclaw)
45+
$(D_CONTRIBUTOR Razvan Nitu)
46+
$(D_CONTRIBUTOR Walter Bright)
47+
)
48+
$(D_CONTRIBUTORS_FOOTER)
49+
$(CHANGELOG_NAV_INJECT)
50+
51+
Macros:
52+
VER=2.101.2
53+
TITLE=Change Log: $(VER)

0 commit comments

Comments
 (0)