Skip to content

Commit 7adc440

Browse files
committed
update download and changelog for v2.103.1
1 parent 0e90191 commit 7adc440

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.103.0
1+
2.103.1

changelog/2.103.1_pre.dd renamed to changelog/2.103.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 May 01, 2023, =================================================,
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 6 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 4 contributors)
10+
$(LINK2 #contributors, 5 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -47,6 +47,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
4747

4848
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
4949

50+
$(LI $(BUGZILLA 20090): Header generation wrongfully outputs constructor bodies)
5051
$(LI $(BUGZILLA 23816): Typing invalid mnemonic in asm{} block segfaults)
5152
)
5253
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
@@ -55,11 +56,16 @@ $(LI $(BUGZILLA 22739): Segmentation fault in CppMangleVisitor.headOfType)
5556
$(LI $(BUGZILLA 22765): Assertion failure in CppMangleVisitor.template_args)
5657
$(LI $(BUGZILLA 22857): Segfault for malformed static if in imported template)
5758
)
59+
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
60+
61+
$(LI $(BUGZILLA 23859): [REG 2.103] Throwing while in a deep callstack causes memory corruption)
62+
)
5863
)
59-
$(D_CONTRIBUTORS_HEADER 4)
64+
$(D_CONTRIBUTORS_HEADER 5)
6065
$(D_CONTRIBUTORS
6166
$(D_CONTRIBUTOR Dennis)
6267
$(D_CONTRIBUTOR Iain Buclaw)
68+
$(D_CONTRIBUTOR Rainer Schuetze)
6369
$(D_CONTRIBUTOR Razvan Nitu)
6470
$(D_CONTRIBUTOR Steven Schveighoffer)
6571
)

download.dd

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

200200
DMDV2=$(LATEST)
201201

202-
_=BETA=$(COMMENT $0)
203-
BETA=$0
202+
BETA=$(COMMENT $0)
203+
_=BETA=$0
204204
B_DMDV2=2.103.1
205205
B_SUFFIX=beta.1
206206

0 commit comments

Comments
 (0)