Skip to content

Commit 370d0a7

Browse files
committed
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents 3edbf73 + d5798c6 commit 370d0a7

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.097.1
1+
2.097.2

changelog/2.097.2_pre.dd renamed to changelog/2.097.2.dd

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Aug 06, 2021, =================================================,
5+
$(VERSION Aug 09, 2021, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 6 fixed Bugzilla issues.
8+
$(VER) comes with 12 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 4 contributors)
10+
$(LINK2 #contributors, 7 contributors)
1111
who made $(VER) possible.)
1212

1313
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -19,11 +19,23 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
1919
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
2020

2121
$(LI $(BUGZILLA 22133): [REG2.097] Breaking change in DotTemplateExp type semantics leading to e.g. isInputRange regression)
22+
$(LI $(BUGZILLA 22157): Bad diagnostic for static/non-static overload resolution conflict)
23+
$(LI $(BUGZILLA 22170): interface thunk doesn't set EBX to GOT)
2224
)
2325
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
2426

2527
$(LI $(BUGZILLA 21912): delegate assigned to return scope variable needs closure)
2628
$(LI $(BUGZILLA 22144): ICE$(LPAREN)dcast.d$(RPAREN): Floating point exception in castTo::CastTo::visit$(LPAREN)Expression*$(RPAREN) at dmd/dcast.d:1702)
29+
$(LI $(BUGZILLA 22179): core.stdcpp.utility is missing in dmd binary dist)
30+
)
31+
$(BUGSTITLE_BUGZILLA Phobos regression fixes,
32+
33+
$(LI $(BUGZILLA 22176): Nullable creates autogenerated opAssign, triggering invariants)
34+
)
35+
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
36+
37+
$(LI $(BUGZILLA 21110): OOB memory access, safety violation)
38+
$(LI $(BUGZILLA 22178): [REG 2.097] Compilers do not compile on Musl Libc)
2739
)
2840
$(BUGSTITLE_BUGZILLA Druntime bug fixes,
2941

@@ -32,12 +44,15 @@ $(LI $(BUGZILLA 22167): OpenBSD core.sys.posix.semaphore: sem_t should be a poin
3244
$(LI $(BUGZILLA 22168): Fix non-compiling ELF32_M_INFO & ELF64_M_INFO in core.sys.*.sys.elf32 & core.sys.*.sys.elf64 for DragonFlyBSD, FreeBSD, NetBSD, & OpenBSD)
3345
)
3446
)
35-
$(D_CONTRIBUTORS_HEADER 4)
47+
$(D_CONTRIBUTORS_HEADER 7)
3648
$(D_CONTRIBUTORS
3749
$(D_CONTRIBUTOR Dennis)
3850
$(D_CONTRIBUTOR Iain Buclaw)
3951
$(D_CONTRIBUTOR Martin Nowak)
52+
$(D_CONTRIBUTOR Mathias Lang)
53+
$(D_CONTRIBUTOR Mathis Beer)
4054
$(D_CONTRIBUTOR Nathan Sashihara)
55+
$(D_CONTRIBUTOR Razvan Nitu)
4156
)
4257
$(D_CONTRIBUTORS_FOOTER)
4358
$(CHANGELOG_NAV_INJECT)

download.dd

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

190190
DMDV2=$(LATEST)
191191

192-
_=BETA=$(COMMENT $0)
193-
BETA=$0
192+
BETA=$(COMMENT $0)
193+
_=BETA=$0
194194
B_DMDV2=2.097.2
195195
B_SUFFIX=beta.1
196196

0 commit comments

Comments
 (0)