Skip to content

Commit c6b1221

Browse files
committed
update download and changelog for v2.111.0
1 parent 498166b commit c6b1221

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.110.0
1+
2.111.0

changelog/2.111.0_pre.dd renamed to changelog/2.111.0.dd

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

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 41 major changes and 126 fixed Bugzilla issues.
8+
$(VER) comes with 41 major changes and 129 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 79 contributors)
10+
$(LINK2 #contributors, 80 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -1247,6 +1247,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
12471247

12481248
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
12491249

1250+
$(LI $(BUGZILLA 10713): [REG2.063] ICE with typeof$(LPAREN)this.nonExistingField$(RPAREN) in method signature)
12501251
$(LI $(BUGZILLA 20562): [dmd] Memory allocation failed $(LPAREN)ERROR: This is a compiler bug$(RPAREN))
12511252
$(LI $(BUGZILLA 20686): failed static assert using a combination of __traits and unfinished type)
12521253
$(LI $(BUGZILLA 20730): [REG 2.091] __traits$(LPAREN)compiles$(RPAREN) fails if any ungagged errors occurred in compilation)
@@ -1263,6 +1264,7 @@ $(LI $(BUGZILLA 10574): "auto ref" fails to match when IFTI succeeds $(LPAREN)st
12631264
$(LI $(BUGZILLA 10587): __traits$(LPAREN)getAttributes$(RPAREN) doesn't work on incomplete templated types)
12641265
$(LI $(BUGZILLA 10603): Refused pure attribute on the left for function pointer argument)
12651266
$(LI $(BUGZILLA 10639): Win64: wrong optimizer codegen with struct literal with complex fields)
1267+
$(LI $(BUGZILLA 10699): override inconsistently allowed for abstract functions)
12661268
$(LI $(BUGZILLA 16643): CTFE internal error with null)
12671269
$(LI $(BUGZILLA 17503): is-expression pattern in static if matches too many types)
12681270
$(LI $(BUGZILLA 20587): _rt_loadLibrary symbol not found)
@@ -1359,6 +1361,7 @@ $(LI $(BUGZILLA 17214): std.array.Appender has an unnecessary indirection)
13591361
$(LI $(BUGZILLA 17479): Public constructor for std.process.Pid)
13601362
$(LI $(BUGZILLA 20330): json toString with outputrange)
13611363
$(LI $(BUGZILLA 20889): Support construction of std.bigint.BigInt from a sign and a byte-array magnitude)
1364+
$(LI $(BUGZILLA 21045): std.getopt: Support blank as separator of multiple values)
13621365
$(LI $(BUGZILLA 22293): Nullable should define opCast!bool)
13631366
$(LI $(BUGZILLA 24524): Very slow process fork if RLIMIT_NOFILE is too high)
13641367
$(LI $(BUGZILLA 24698): Appender needs to expose readonly property 'size_t length' without using 'data' property)
@@ -1399,7 +1402,7 @@ $(LI $(BUGZILLA 24876): Undocumented cast from slice to static array)
13991402
$(LI $(BUGZILLA 24890): spec/arrays.dd should mention comparison and warn about dangling .ptr)
14001403
)
14011404
)
1402-
$(D_CONTRIBUTORS_HEADER 79)
1405+
$(D_CONTRIBUTORS_HEADER 80)
14031406
$(D_CONTRIBUTORS
14041407
$(D_CONTRIBUTOR 0-v-0)
14051408
$(D_CONTRIBUTOR 0v0)
@@ -1424,6 +1427,7 @@ $(D_CONTRIBUTORS
14241427
$(D_CONTRIBUTOR dhawal543)
14251428
$(D_CONTRIBUTOR Elias Batek)
14261429
$(D_CONTRIBUTOR Emmanuel Ferdman)
1430+
$(D_CONTRIBUTOR Fares A. Bakhit)
14271431
$(D_CONTRIBUTOR Feldwor)
14281432
$(D_CONTRIBUTOR Georgy Markov)
14291433
$(D_CONTRIBUTOR Iain Buclaw)

download.dd

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

227227
DMDV2=$(LATEST)
228228

229-
_=BETA=$(COMMENT $0)
230-
BETA=$0
229+
BETA=$(COMMENT $0)
230+
_=BETA=$0
231231
B_DMDV2=2.111.0
232232
B_SUFFIX=rc.1
233233

0 commit comments

Comments
 (0)