Skip to content

Commit 718b619

Browse files
committed
update download and changelog for v2.083.0-rc.1
1 parent dcb8b5d commit 718b619

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

changelog/2.083.0_pre.dd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $(VERSION Nov 01, 2018, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
88
$(VER) comes with 11 major changes and 46 fixed Bugzilla issues.
9-
A huge thanks goes to the 50 contributors who made $(VER) possible.)
9+
A huge thanks goes to the 51 contributors who made $(VER) possible.)
1010

1111
$(BUGSTITLE_TEXT_HEADER Compiler changes,
1212

@@ -15,7 +15,7 @@ $(LI $(RELATIVE_LINK2 deprecated_switch_gc,Deprecated CLI switch `-gc` have been
1515
$(LI $(RELATIVE_LINK2 isZeroInit,Expose `__traits(isZeroInit, T)`))
1616
$(LI $(RELATIVE_LINK2 mangle_cpp,Implement new C++ mangling syntax))
1717
$(LI $(RELATIVE_LINK2 pragmaLinkerDirective,Add `pragma(linkerDirective)`, to emit linker directives into object files.))
18-
$(LI $(RELATIVE_LINK2 reboot14246,fix Issue 14246 - RAII - proper destruction of partically constructed objects))
18+
$(LI $(RELATIVE_LINK2 reboot14246,fix Issue 14246 - RAII - proper destruction of partially constructed objects))
1919
$(LI $(RELATIVE_LINK2 targetinfo,Add `__traits(getTargetInfo, "key")` to query details about the compilation target.))
2020

2121
)
@@ -140,7 +140,7 @@ This is only supported for MS-COFF output.
140140
)
141141
)
142142

143-
$(LI $(LNAME2 reboot14246,fix Issue 14246 - RAII - proper destruction of partically constructed objects)
143+
$(LI $(LNAME2 reboot14246,fix Issue 14246 - RAII - proper destruction of partially constructed objects)
144144
$(CHANGELOG_SOURCE_FILE dmd, changelog/reboot14246.dd)
145145
$(P
146146
Since destructors for object fields can now get called by the constructor for that
@@ -333,14 +333,15 @@ $(BUGSTITLE_BUGZILLA dlang.org bugs,
333333
$(LI $(BUGZILLA 18104): Alias example compiles where it states that it should be illegal)
334334
)
335335
)
336-
$(D_CONTRIBUTORS_HEADER 50)
336+
$(D_CONTRIBUTORS_HEADER 51)
337337
$(D_CONTRIBUTORS
338338
$(D_CONTRIBUTOR 0xEAB)
339339
$(D_CONTRIBUTOR aG0aep6G)
340340
$(D_CONTRIBUTOR Alexandru ermicioi)
341341
$(D_CONTRIBUTOR Andrei Alexandrescu)
342342
$(D_CONTRIBUTOR Arun Chandrasekaran)
343343
$(D_CONTRIBUTOR Basile Burg)
344+
$(D_CONTRIBUTOR BBasile)
344345
$(D_CONTRIBUTOR Carsten Schlote)
345346
$(D_CONTRIBUTOR devel)
346347
$(D_CONTRIBUTOR deviator)

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Macros:
213213
_=BETA=$(COMMENT $0)
214214
BETA=$0
215215
B_DMDV2=2.083.0
216-
B_SUFFIX=beta.2
216+
B_SUFFIX=rc.1
217217

218218
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
219219
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)