Skip to content

Commit e220b8e

Browse files
committed
update download and changelog for v2.109.0
1 parent 4cce44e commit e220b8e

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.108.1
1+
2.109.0

changelog/2.109.0_pre.dd renamed to changelog/2.109.0.dd

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

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

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -484,6 +484,10 @@ $(P
484484

485485
$(CHANGELOG_SEP_TEXT_BUGZILLA)
486486

487+
$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes,
488+
489+
$(LI $(BUGZILLA 24560): dmd crash on imported function with default parameter containing `new`)
490+
)
487491
$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes,
488492

489493
$(LI $(BUGZILLA 14128): AliasDeclaration allows expressions, causing false code for ThisExp)
@@ -496,6 +500,7 @@ $(LI $(BUGZILLA 24434): Casting away const with cast$(LPAREN)$(RPAREN) should no
496500
$(LI $(BUGZILLA 24477): Union access of bool shouldn't be allowed in @safe)
497501
$(LI $(BUGZILLA 24485): Invalid implicit ref return reinterpret cast for structs with copy constructor)
498502
$(LI $(BUGZILLA 24493): FreeBSD_14 version identifier missing)
503+
$(LI $(BUGZILLA 24504): ImportC: Enum declarations with a mixture of `int` and `uint` literal values cause errors, when targeting Windows, when debug info generation is enabled.)
499504
$(LI $(BUGZILLA 24520): [REG] type$(LPAREN)value$(RPAREN) got a synonym $(LPAREN)type$(RPAREN)$(LPAREN)value$(RPAREN))
500505
$(LI $(BUGZILLA 24525): auto ref lambda exp not parsed if used as left-most expression in an expression statement)
501506
)
@@ -527,7 +532,7 @@ $(BUGSTITLE_BUGZILLA dlang.org enhancements,
527532
$(LI $(BUGZILLA 24488): contributor guide hard to find from home page)
528533
)
529534
)
530-
$(D_CONTRIBUTORS_HEADER 41)
535+
$(D_CONTRIBUTORS_HEADER 44)
531536
$(D_CONTRIBUTORS
532537
$(D_CONTRIBUTOR 0-v-0)
533538
$(D_CONTRIBUTOR Adam Wilson)
@@ -543,6 +548,7 @@ $(D_CONTRIBUTORS
543548
$(D_CONTRIBUTOR Don Allen)
544549
$(D_CONTRIBUTOR drug007)
545550
$(D_CONTRIBUTOR Emmanuel Nyarko)
551+
$(D_CONTRIBUTOR Harry Gillanders)
546552
$(D_CONTRIBUTOR Horodniceanu Andrei)
547553
$(D_CONTRIBUTOR Iain Buclaw)
548554
$(D_CONTRIBUTOR IchorDev)
@@ -559,10 +565,12 @@ $(D_CONTRIBUTORS
559565
$(D_CONTRIBUTOR Paul Backus)
560566
$(D_CONTRIBUTOR Petar Kirov)
561567
$(D_CONTRIBUTOR Razvan Nitu)
568+
$(D_CONTRIBUTOR richard (rikki) andrew cattermole)
562569
$(D_CONTRIBUTOR Richard (Rikki) Andrew Cattermole)
563570
$(D_CONTRIBUTOR richard (rikki) andrew cattermole)
564571
$(D_CONTRIBUTOR Richard (Rikki) Andrew Cattermole)
565572
$(D_CONTRIBUTOR richard (rikki) andrew cattermole)
573+
$(D_CONTRIBUTOR Richard (Rikki) Andrew Cattermole)
566574
$(D_CONTRIBUTOR shoo)
567575
$(D_CONTRIBUTOR Steven Schveighoffer)
568576
$(D_CONTRIBUTOR Sönke Ludwig)

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.109.0
232232
B_SUFFIX=rc.1
233233

0 commit comments

Comments
 (0)