Skip to content

Commit eff98df

Browse files
committed
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents 5e9e517 + 03975f6 commit eff98df

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.102.1
1+
2.102.2

changelog/2.102.2_pre.dd renamed to changelog/2.102.2.dd

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Mar 01, 2023, =================================================,
66

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

1313
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -16,19 +16,33 @@ $(CHANGELOG_SEP_HEADER_TEXT)
1616

1717
$(CHANGELOG_SEP_TEXT_BUGZILLA)
1818

19+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
20+
21+
$(LI $(BUGZILLA 23732): Cannot create shared instance of class with -preview=nosharedaccess)
22+
$(LI $(BUGZILLA 23745): Segfault with forward reference mismatched override with undeclared type)
23+
)
1924
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
2025

2126
$(LI $(BUGZILLA 23514): Incorrect compilation when adding a 64-bit constant to a link-time address)
27+
$(LI $(BUGZILLA 23743): wrong code with `foreach`, `ubyte`, `>=`, ternary operator)
28+
)
29+
$(BUGSTITLE_BUGZILLA Phobos bug fixes,
30+
31+
$(LI $(BUGZILLA 23750): log1p for floats/doubles not actually providing extra accuracy)
2232
)
2333
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
2434

2535
$(LI $(BUGZILLA 23608): [musl 32-bit] Time functions linked incorrectly on musl >=1.2.0 / 32-bit)
2636
)
2737
)
28-
$(D_CONTRIBUTORS_HEADER 4)
38+
$(D_CONTRIBUTORS_HEADER 8)
2939
$(D_CONTRIBUTORS
40+
$(D_CONTRIBUTOR Dennis)
41+
$(D_CONTRIBUTOR Dennis Korpel)
3042
$(D_CONTRIBUTOR Iain Buclaw)
3143
$(D_CONTRIBUTOR Martin Kinkelin)
44+
$(D_CONTRIBUTOR Razvan Nitu)
45+
$(D_CONTRIBUTOR richard (rikki) andrew cattermole)
3246
$(D_CONTRIBUTOR Vladimir Panteleev)
3347
$(D_CONTRIBUTOR Zachary Yedidia)
3448
)

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.102.2
205205
B_SUFFIX=beta.1
206206

0 commit comments

Comments
 (0)