Skip to content

Commit d6bbb19

Browse files
authored
Merge pull request #3826 from ibuclaw/merge_stable
update download and changelog for v2.108.1
2 parents 553d1bd + 971b6c0 commit d6bbb19

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

VERSION

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

changelog/2.108.1_pre.dd renamed to changelog/2.108.1.dd

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

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

1313
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
@@ -30,14 +30,19 @@ $(LI $(BUGZILLA 24495): ImportC: Struct initialization expression fails to initi
3030
$(LI $(BUGZILLA 24509): importC cannot handle _stdcall Function Calling Convention with single heading underscore)
3131
$(LI $(BUGZILLA 24511): __stdcall functions from C are extern$(LPAREN)C$(RPAREN) in D.)
3232
)
33+
$(BUGSTITLE_BUGZILLA Phobos regression fixes,
34+
35+
$(LI $(BUGZILLA 24481): retro no longer works with types that support assignment but not moving)
36+
)
3337
$(BUGSTITLE_BUGZILLA Druntime regression fixes,
3438

3539
$(LI $(BUGZILLA 24498): Multidimensional array not scanned by GC)
3640
)
3741
)
38-
$(D_CONTRIBUTORS_HEADER 11)
42+
$(D_CONTRIBUTORS_HEADER 12)
3943
$(D_CONTRIBUTORS
4044
$(D_CONTRIBUTOR Artha)
45+
$(D_CONTRIBUTOR Bastiaan Veelo)
4146
$(D_CONTRIBUTOR Dennis)
4247
$(D_CONTRIBUTOR Dennis Korpel)
4348
$(D_CONTRIBUTOR FeepingCreature)

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

0 commit comments

Comments
 (0)