Skip to content

Commit 54bcf8b

Browse files
authored
Merge pull request #3473 from ibuclaw/merge_stable
update download and changelog for v2.101.1 Signed-off-by: Nicholas Wilson <thewilsonator@users.noreply.github.com> Merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2 parents 969623e + e03f836 commit 54bcf8b

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

VERSION

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

changelog/2.101.1.dd

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Dec 15, 2022, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 11 fixed Bugzilla issues.
9+
A huge thanks goes to the
10+
$(LINK2 #contributors, 11 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 23490): DMD creating corrupted vtable)
22+
$(LI $(BUGZILLA 23497): Erroneous escape reference to parameter error.)
23+
$(LI $(BUGZILLA 23532): Missing type properties for complex special enum types)
24+
$(LI $(BUGZILLA 23549): assert$(LPAREN)0$(RPAREN) as default parameter causes segfault)
25+
)
26+
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
27+
28+
$(LI $(BUGZILLA 22587): ternary with function call and assert$(LPAREN)0$(RPAREN) leads to cod1 assertion)
29+
$(LI $(BUGZILLA 23481): [inf loop] usertype enums opOpAssign cause an compile time infinite loop)
30+
$(LI $(BUGZILLA 23516): Anonymous enum without base type causes segfault inferring member value)
31+
$(LI $(BUGZILLA 23529): [ICE] Compiler segfaults on static array cast)
32+
$(LI $(BUGZILLA 23533): Segmentation fault accessing enum.max with -preview=nosharedaccess)
33+
)
34+
$(BUGSTITLE_BUGZILLA Phobos bug fixes,
35+
36+
$(LI $(BUGZILLA 22745): std.parallelism.parallel fails to process empty range on a single CPU)
37+
)
38+
$(BUGSTITLE_BUGZILLA Druntime enhancements,
39+
40+
$(LI $(BUGZILLA 23498): OpenBSD: Fix core.sys.posix.sys.wait)
41+
)
42+
)
43+
$(D_CONTRIBUTORS_HEADER 11)
44+
$(D_CONTRIBUTORS
45+
$(D_CONTRIBUTOR Boris Carvajal)
46+
$(D_CONTRIBUTOR Brian Callahan)
47+
$(D_CONTRIBUTOR Dennis Korpel)
48+
$(D_CONTRIBUTOR Iain Buclaw)
49+
$(D_CONTRIBUTOR Martin Kinkelin)
50+
$(D_CONTRIBUTOR Mathias Lang)
51+
$(D_CONTRIBUTOR mhh)
52+
$(D_CONTRIBUTOR Nick Treleaven)
53+
$(D_CONTRIBUTOR Razvan Nitu)
54+
$(D_CONTRIBUTOR Stefan Koch)
55+
$(D_CONTRIBUTOR Walter Bright)
56+
)
57+
$(D_CONTRIBUTORS_FOOTER)
58+
$(CHANGELOG_NAV_INJECT)
59+
60+
Macros:
61+
VER=2.101.1
62+
TITLE=Change Log: $(VER)

0 commit comments

Comments
 (0)