Skip to content

Commit e6fb440

Browse files
committed
update download and changelog for v2.101.0
1 parent 8feb8e0 commit e6fb440

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

VERSION

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

changelog/2.101.0_pre.dd renamed to changelog/2.101.0.dd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Nov 14, 2022, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 40 major changes and 63 fixed Bugzilla issues.
8+
$(VER) comes with 40 major changes and 64 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 63 contributors)
1111
who made $(VER) possible.)
@@ -921,6 +921,10 @@ $(LI $(BUGZILLA 23129): object.destroy doesn't consider initialize=false on D cl
921921
$(LI $(BUGZILLA 23228): OpenBSD: No SIGRTMIN or SIGRTMAX)
922922
$(LI $(BUGZILLA 23302): std.algorithm.comparison.predSwitch producing SwitchError with error message as the filename)
923923
)
924+
$(BUGSTITLE_BUGZILLA Druntime enhancements,
925+
926+
$(LI $(BUGZILLA 23456): OpenBSD: Add waitid support)
927+
)
924928
$(BUGSTITLE_BUGZILLA dlang.org bug fixes,
925929

926930
$(LI $(BUGZILLA 14542): Table of contents in specification PDF is broken)

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.101.0
205205
B_SUFFIX=rc.1
206206

0 commit comments

Comments
 (0)