Skip to content

Commit dcb8b5d

Browse files
committed
update download and changelog for v2.083.0-beta.2
1 parent b025e31 commit dcb8b5d

File tree

2 files changed

+9
-30
lines changed

2 files changed

+9
-30
lines changed

changelog/2.083.0_pre.dd

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Nov 01, 2018, =================================================,
66

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

1111
$(BUGSTITLE_TEXT_HEADER Compiler changes,
1212

@@ -31,7 +31,6 @@ $(BUGSTITLE_TEXT_HEADER Dub changes,
3131

3232
$(LI $(RELATIVE_LINK2 betterC_build_option,betterC build option has been added))
3333
$(LI $(RELATIVE_LINK2 env_var_package_version,Environment variable DUB_PACKAGE_VERSION added))
34-
$(LI $(RELATIVE_LINK2 minDubVersion,Dub now supports a `minDubVersion` field.))
3534

3635
)
3736

@@ -258,31 +257,6 @@ DUB now supports the environment variable DUB_PACKAGE_VERSION containing the ver
258257
)
259258
)
260259

261-
$(LI $(LNAME2 minDubVersion,Dub now supports a `minDubVersion` field.)
262-
$(CHANGELOG_SOURCE_FILE dub, changelog/minDubVersion.dd)
263-
$(P
264-
This field will abort the build if the user doesn't have a recent enough version of dub
265-
and miss needed feature to perform the build.
266-
)
267-
268-
$(P
269-
`minDubVersion` can be added to project's `dub.json`:
270-
)
271-
-------
272-
{
273-
...
274-
"minDubVersion": "1.10"
275-
...
276-
}
277-
------
278-
$(P
279-
or `dub.sdl`:
280-
)
281-
------
282-
minDubVersion "1.10"
283-
------
284-
)
285-
286260

287261
)
288262

@@ -291,6 +265,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
291265
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
292266

293267
$(LI $(BUGZILLA 19248): Wrong mangle for C++ const STL classes/structs)
268+
$(LI $(BUGZILLA 19304): [Reg 2.081.0] Linker arguments order changed in issue 15574 hinders using --whole-archive linker directive)
294269
)
295270
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
296271

@@ -334,6 +309,7 @@ $(LI $(BUGZILLA 19228): hasAliasing fails on static arrays)
334309
$(LI $(BUGZILLA 19240): std.typecons.Tuple should check for reserved identifiers)
335310
$(LI $(BUGZILLA 19275): std.process: redirecting output in a non-console application fails)
336311
$(LI $(BUGZILLA 19289): std.range.transposed with enforceNotJagged not throwing)
312+
$(LI $(BUGZILLA 19297): JSONValue of signed and unsigned equal values is not equal)
337313
)
338314
$(BUGSTITLE_BUGZILLA Phobos enhancements,
339315

@@ -346,6 +322,7 @@ $(BUGSTITLE_BUGZILLA Druntime bugs,
346322
$(LI $(BUGZILLA 19250): DWARF Backtraces with very long symbol names read out of bounds when printing)
347323
$(LI $(BUGZILLA 19262): hashOf associative array should infer nothrow)
348324
$(LI $(BUGZILLA 19282): hashOf segfaults for non-null C++ objects)
325+
$(LI $(BUGZILLA 19314): Thread object destruction may result in UB)
349326
)
350327
$(BUGSTITLE_BUGZILLA Druntime enhancements,
351328

@@ -356,7 +333,7 @@ $(BUGSTITLE_BUGZILLA dlang.org bugs,
356333
$(LI $(BUGZILLA 18104): Alias example compiles where it states that it should be illegal)
357334
)
358335
)
359-
$(D_CONTRIBUTORS_HEADER 48)
336+
$(D_CONTRIBUTORS_HEADER 50)
360337
$(D_CONTRIBUTORS
361338
$(D_CONTRIBUTOR 0xEAB)
362339
$(D_CONTRIBUTOR aG0aep6G)
@@ -386,6 +363,7 @@ $(D_CONTRIBUTORS
386363
$(D_CONTRIBUTOR Martin Nowak)
387364
$(D_CONTRIBUTOR Mathias Lang)
388365
$(D_CONTRIBUTOR Mathis Beer)
366+
$(D_CONTRIBUTOR Mihails Strasuns)
389367
$(D_CONTRIBUTOR Mike Franklin)
390368
$(D_CONTRIBUTOR Mike Parker)
391369
$(D_CONTRIBUTOR Márcio Martins)
@@ -406,6 +384,7 @@ $(D_CONTRIBUTORS
406384
$(D_CONTRIBUTOR Vladimir Panteleev)
407385
$(D_CONTRIBUTOR Walter Bright)
408386
$(D_CONTRIBUTOR wolframw)
387+
$(D_CONTRIBUTOR Ľudovít Lučenič)
409388
)
410389
$(D_CONTRIBUTORS_FOOTER)
411390
$(CHANGELOG_NAV_INJECT)

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.1
216+
B_SUFFIX=beta.2
217217

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

0 commit comments

Comments
 (0)