Skip to content

Commit 81256ab

Browse files
authored
Merge pull request #2495 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents b15e7bb + ed766e5 commit 81256ab

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

@@ -268,31 +267,6 @@ in order to compile the version string into the application being built.
268267
)
269268
)
270269

271-
$(LI $(LNAME2 minDubVersion,Dub now supports a `minDubVersion` field.)
272-
$(CHANGELOG_SOURCE_FILE dub, changelog/minDubVersion.dd)
273-
$(P
274-
This field will abort the build if the user doesn't have a recent enough version of dub
275-
and miss needed feature to perform the build.
276-
)
277-
278-
$(P
279-
`minDubVersion` can be added to project's `dub.json`:
280-
)
281-
-------
282-
{
283-
...
284-
"minDubVersion": "1.10"
285-
...
286-
}
287-
------
288-
$(P
289-
or `dub.sdl`:
290-
)
291-
------
292-
minDubVersion "1.10"
293-
------
294-
)
295-
296270

297271
)
298272

@@ -301,6 +275,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
301275
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
302276

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

@@ -344,6 +319,7 @@ $(LI $(BUGZILLA 19228): hasAliasing fails on static arrays)
344319
$(LI $(BUGZILLA 19240): std.typecons.Tuple should check for reserved identifiers)
345320
$(LI $(BUGZILLA 19275): std.process: redirecting output in a non-console application fails)
346321
$(LI $(BUGZILLA 19289): std.range.transposed with enforceNotJagged not throwing)
322+
$(LI $(BUGZILLA 19297): JSONValue of signed and unsigned equal values is not equal)
347323
)
348324
$(BUGSTITLE_BUGZILLA Phobos enhancements,
349325

@@ -356,6 +332,7 @@ $(BUGSTITLE_BUGZILLA Druntime bugs,
356332
$(LI $(BUGZILLA 19250): DWARF Backtraces with very long symbol names read out of bounds when printing)
357333
$(LI $(BUGZILLA 19262): hashOf associative array should infer nothrow)
358334
$(LI $(BUGZILLA 19282): hashOf segfaults for non-null C++ objects)
335+
$(LI $(BUGZILLA 19314): Thread object destruction may result in UB)
359336
)
360337
$(BUGSTITLE_BUGZILLA Druntime enhancements,
361338

@@ -366,7 +343,7 @@ $(BUGSTITLE_BUGZILLA dlang.org bugs,
366343
$(LI $(BUGZILLA 18104): Alias example compiles where it states that it should be illegal)
367344
)
368345
)
369-
$(D_CONTRIBUTORS_HEADER 48)
346+
$(D_CONTRIBUTORS_HEADER 50)
370347
$(D_CONTRIBUTORS
371348
$(D_CONTRIBUTOR 0xEAB)
372349
$(D_CONTRIBUTOR aG0aep6G)
@@ -396,6 +373,7 @@ $(D_CONTRIBUTORS
396373
$(D_CONTRIBUTOR Martin Nowak)
397374
$(D_CONTRIBUTOR Mathias Lang)
398375
$(D_CONTRIBUTOR Mathis Beer)
376+
$(D_CONTRIBUTOR Mihails Strasuns)
399377
$(D_CONTRIBUTOR Mike Franklin)
400378
$(D_CONTRIBUTOR Mike Parker)
401379
$(D_CONTRIBUTOR Márcio Martins)
@@ -416,6 +394,7 @@ $(D_CONTRIBUTORS
416394
$(D_CONTRIBUTOR Vladimir Panteleev)
417395
$(D_CONTRIBUTOR Walter Bright)
418396
$(D_CONTRIBUTOR wolframw)
397+
$(D_CONTRIBUTOR Ľudovít Lučenič)
419398
)
420399
$(D_CONTRIBUTORS_FOOTER)
421400
$(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)