Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.078.1
2.078.2
4 changes: 2 additions & 2 deletions changelog/2.078.1.dd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Ddoc

$(CHANGELOG_NAV_LAST 2.078.0)
$(CHANGELOG_NAV 2.078.0,2.078.2)

$(VERSION Jan 21, 2018, =================================================,

Expand Down Expand Up @@ -46,7 +46,7 @@ $(D_CONTRIBUTORS
$(D_CONTRIBUTOR Walter Bright)
)
$(D_CONTRIBUTORS_FOOTER)
$(CHANGELOG_NAV_LAST 2.078.0)
$(CHANGELOG_NAV 2.078.0,2.078.2)
Macros:
VER=2.078.1
TITLE=Change Log: $(VER)
38 changes: 38 additions & 0 deletions changelog/2.078.2.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Ddoc

$(CHANGELOG_NAV_LAST 2.078.1)

$(VERSION Feb 07, 2018, =================================================,

$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)

$(CHANGELOG_SEP_HEADER_TEXT)

$(CHANGELOG_SEP_TEXT_BUGZILLA)

$(BUGSTITLE_BUGZILLA DMD Compiler regressions,

$(LI $(BUGZILLA 18352): [REG 2.078] dmd can't generate 64-bit binaries on Windows 10 with VS 2015)
$(LI $(BUGZILLA 18354): [Reg 2.078] Building fails with VC 2015 Build Tools)
)
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,

$(LI $(BUGZILLA 18315): wrong code for `int.min > 0`)
)
$(BUGSTITLE_BUGZILLA Druntime regressions,

$(LI $(BUGZILLA 18252): [Reg 2.078] comparison of arrays of associative arrays no longer compiles)
)
)
$(D_CONTRIBUTORS_HEADER 4)
$(D_CONTRIBUTORS
$(D_CONTRIBUTOR aG0aep6G)
$(D_CONTRIBUTOR Martin Nowak)
$(D_CONTRIBUTOR Rainer Schuetze)
$(D_CONTRIBUTOR Sebastian Wilzbach)
)
$(D_CONTRIBUTORS_FOOTER)
$(CHANGELOG_NAV_LAST 2.078.1)
Macros:
VER=2.078.2
TITLE=Change Log: $(VER)
26 changes: 0 additions & 26 deletions changelog/2.078.2_pre.dd

This file was deleted.

4 changes: 2 additions & 2 deletions download.dd
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ Macros:

DMDV2=$(LATEST)

_=BETA=$(COMMENT $0)
BETA=$0
BETA=$(COMMENT $0)
_=BETA=$0
B_DMDV2=2.078.2
B_SUFFIX=beta.1

Expand Down