Skip to content

Commit 132edbe

Browse files
committed
update download and changelog for v2.078.1-beta.1
1 parent 110116a commit 132edbe

File tree

2 files changed

+42
-4
lines changed

2 files changed

+42
-4
lines changed

changelog/2.078.1_pre.dd

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_LAST 2.078.0)
4+
5+
$(VERSION Jan 16, 2018, =================================================,
6+
7+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
8+
9+
$(CHANGELOG_SEP_HEADER_TEXT)
10+
11+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
12+
13+
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
14+
15+
$(LI $(BUGZILLA 16621): [REG2.060] DMD hang in semantic3 on alias this)
16+
)
17+
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
18+
19+
$(LI $(BUGZILLA 18111): unittests get different names depending on how the files are passed to dmd)
20+
$(LI $(BUGZILLA 18233): building with -m64 doesn't work with sc.ini from the zip distribution and VS2017)
21+
)
22+
$(BUGSTITLE_BUGZILLA Phobos bugs,
23+
24+
$(LI $(BUGZILLA 18215): std.array.replace throws a range violation if the from range is longer than the array)
25+
)
26+
$(BUGSTITLE_BUGZILLA Druntime regressions,
27+
28+
$(LI $(BUGZILLA 18193): module config is in file 'rt/config.d' which cannot be read)
29+
)
30+
$(BUGSTITLE_BUGZILLA dlang.org bugs,
31+
32+
$(LI $(BUGZILLA 16017): package functions show up in std.experimental.allocator.common docs)
33+
)
34+
)
35+
$(CHANGELOG_NAV_LAST 2.078.0)
36+
Macros:
37+
VER=2.078.1
38+
TITLE=Change Log: $(VER)

download.dd

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

205205
DMDV2=$(LATEST)
206206

207-
BETA=$(COMMENT $0)
208-
_=BETA=$0
209-
B_DMDV2=2.078.0
210-
B_SUFFIX=rc.1
207+
_=BETA=$(COMMENT $0)
208+
BETA=$0
209+
B_DMDV2=2.078.1
210+
B_SUFFIX=beta.1
211211

212212
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
213213
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)