Skip to content

Commit 4c5447a

Browse files
committed
update download and changelog for v2.104.0
1 parent 2737110 commit 4c5447a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.103.1
1+
2.104.0

changelog/2.104.0_pre.dd renamed to changelog/2.104.0.dd

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

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 11 major changes and 62 fixed Bugzilla issues.
8+
$(VER) comes with 11 major changes and 63 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 36 contributors)
10+
$(LINK2 #contributors, 38 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -372,6 +372,7 @@ $(LI $(BUGZILLA 23769): Lambda isn't a unary predicate for lambda that doesn't c
372372
$(BUGSTITLE_BUGZILLA Druntime bug fixes,
373373

374374
$(LI $(BUGZILLA 14891): profilegc_setlogfilename w/o null-terminated string might fail during fopen)
375+
$(LI $(BUGZILLA 23949): core.stdc.assert_ for FreeBSD and DragonFlyBSD is incorrect)
375376
)
376377
$(BUGSTITLE_BUGZILLA Druntime enhancements,
377378

@@ -385,7 +386,7 @@ $(LI $(BUGZILLA 23699): ImportC: Unclear documentation that struct/union/enum in
385386
$(LI $(BUGZILLA 23872): Wrong example in Interfacing to C: Calling printf section)
386387
)
387388
)
388-
$(D_CONTRIBUTORS_HEADER 36)
389+
$(D_CONTRIBUTORS_HEADER 38)
389390
$(D_CONTRIBUTORS
390391
$(D_CONTRIBUTOR Adam D. Ruppe)
391392
$(D_CONTRIBUTOR Andrew Lalis)
@@ -396,7 +397,9 @@ $(D_CONTRIBUTORS
396397
$(D_CONTRIBUTOR Denis Feklushkin)
397398
$(D_CONTRIBUTOR Dennis)
398399
$(D_CONTRIBUTOR Dennis Korpel)
400+
$(D_CONTRIBUTOR Dmytro Katyukha)
399401
$(D_CONTRIBUTOR drpriver)
402+
$(D_CONTRIBUTOR Ernesto Castellotti)
400403
$(D_CONTRIBUTOR Grim Maple)
401404
$(D_CONTRIBUTOR Hiroki Noda)
402405
$(D_CONTRIBUTOR Iain Buclaw)

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

0 commit comments

Comments
 (0)