Skip to content

Commit 110116a

Browse files
committed
update download and changelog for v2.078.0
1 parent 362da85 commit 110116a

File tree

5 files changed

+27
-10
lines changed

5 files changed

+27
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.077.1
1+
2.078.0

changelog/2.077.1.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Ddoc
22

3-
$(CHANGELOG_NAV_LAST 2.077.0)
3+
$(CHANGELOG_NAV 2.077.0,2.078.0)
44

55
$(VERSION Nov 29, 2017, =================================================,
66

@@ -25,7 +25,7 @@ $(BUGSTITLE Druntime regressions,
2525
$(LI $(BUGZILLA 17914): [Reg 2.075] Fibers guard page uses a lot more memory mappings)
2626
)
2727
)
28-
$(CHANGELOG_NAV_LAST 2.077.0)
28+
$(CHANGELOG_NAV 2.077.0,2.078.0)
2929
Macros:
3030
VER=2.077.1
3131
TITLE=Change Log: $(VER)

changelog/2.078.0_pre.dd renamed to changelog/2.078.0.dd

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ $(LI $(RELATIVE_LINK2 fix15243_PR7403,Variadic template arguments no longer requ
1414
$(LI $(RELATIVE_LINK2 fix16997,fix Issue 16997 - Integral promotion rules not being followed for unary + - ~ operators))
1515
$(LI $(RELATIVE_LINK2 optional_ModuleInfo,Optional `ModuleInfo`))
1616
$(LI $(RELATIVE_LINK2 raii,Added RAII and try-finally support for -betterC mode.))
17+
$(LI $(RELATIVE_LINK2 vs-auto-detection,Windows: dmd can now detect Visual Studio installation paths))
1718

1819
)
1920

@@ -231,9 +232,8 @@ $(P
231232
)
232233

233234
$(P
234-
If one of the '-transition=' switches is not specified, and warnings are turned on,
235-
a warning will be emitted for these operations. To turn off the warning and work
236-
as desired with or without the '-transition=' switch:
235+
If one of the '-transition=' switches is not specified, a deprecation will be emitted for these operations.
236+
To fix the deprecation and work as desired with or without the '-transition=' switch:
237237
)
238238

239239
$(P
@@ -253,8 +253,7 @@ Rewrite `op b` as `typeof(b)(op int(b))` to preserve the old behavior.
253253
)
254254

255255
$(P
256-
Eventually, the warning will become a deprecation, then an error, and then the C-like behavior
257-
will become the default.
256+
Once deprecated this will become an error, and then the C-like behavior will become the default.
258257
)
259258
)
260259

@@ -299,6 +298,23 @@ exit, the code in the finally block is run.
299298
)
300299
)
301300

301+
$(LI $(LNAME2 vs-auto-detection,Windows: dmd can now detect Visual Studio installation paths)
302+
$(P
303+
dmd now determines the environment variables that are usually set if the "Command Line prompt for Visual Studio" link is used to open a console window (or vcvarsall.bat is executed). This includes Windows SDK directories and Visual C library directories. When compiling with -m64 or -m32mscoff this allows dmd to invoke the linker without having a Visual Studio version preselected by the installer.
304+
)
305+
306+
$(P
307+
In particular, the variables WindowsSdkDir, WindowsSdkVersion, UniversalCRTSdkDir,
308+
UCRTVersion, VSINSTALLDIR, VisualStudioVersion, VCINSTALLDIR and VCTOOLSINSTALLDIR are
309+
determined from the registry if they are not set in the environment or sc.ini.
310+
)
311+
312+
$(P
313+
Supported Windows SDK range from 7.0A to 10.x, supported Visual Studio Versions are
314+
VS 2008 to VS 2017. If multiple versions are installed, highest versions are preferred.
315+
)
316+
)
317+
302318

303319
)
304320

changelog/changelog.ddoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ CHANGELOG_VERSION = $(LI <a id="$1" href="$1.html">$1</a><span class="hide-from-
7575
CHANGELOG_VERSION_PRE = $(LI <a id="$1" href="$1_pre.html">$1</a><span class="hide-from-nav"> ($+)</span>)
7676
_=BEGIN_GENERATED_CHANGELOG_VERSIONS
7777
CHANGELOG_VERSIONS =
78+
$(CHANGELOG_VERSION 2.078.0, Jan 01, 2018)
7879
$(CHANGELOG_VERSION 2.077.1, Nov 29, 2017)
7980
$(CHANGELOG_VERSION 2.077.0, Nov 1, 2017)
8081
$(CHANGELOG_VERSION 2.076.1, Oct 09, 2017)

download.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ Macros:
204204

205205
DMDV2=$(LATEST)
206206

207-
_=BETA=$(COMMENT $0)
208-
BETA=$0
207+
BETA=$(COMMENT $0)
208+
_=BETA=$0
209209
B_DMDV2=2.078.0
210210
B_SUFFIX=rc.1
211211

0 commit comments

Comments
 (0)