Skip to content

Commit d6253b9

Browse files
committed
update download and changelog for v2.091.0-rc.1
1 parent 3815539 commit d6253b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog/2.091.0_pre.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Mar 08, 2020, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 18 major changes and 64 fixed Bugzilla issues.
8+
$(VER) comes with 18 major changes and 65 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 55 contributors)
1111
who made $(VER) possible.)
@@ -461,6 +461,7 @@ $(LI $(BUGZILLA 20476): chainTogether leaks exception with -dip1008)
461461
$(LI $(BUGZILLA 20512): Return type of memchr should be inout$(LPAREN)void$(RPAREN)* rather than void*)
462462
$(LI $(BUGZILLA 20513): Return type of wmemchr should be inout$(LPAREN)wchar_t$(RPAREN)* rather than wchar_t*)
463463
$(LI $(BUGZILLA 20591): ldc doesn't print files' directories when printing stack trace)
464+
$(LI $(BUGZILLA 20629): atomicStore does not compile for struct using -m64)
464465
)
465466
$(BUGSTITLE_BUGZILLA Druntime enhancements,
466467

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Macros:
221221
_=BETA=$(COMMENT $0)
222222
BETA=$0
223223
B_DMDV2=2.091.0
224-
B_SUFFIX=beta.2
224+
B_SUFFIX=rc.1
225225

226226
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
227227
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)