Skip to content

Commit a2ad353

Browse files
committed
Merge remote-tracking branch 'upstream/stable' into merge_stable
2 parents 4aff224 + a4f7328 commit a2ad353

File tree

2 files changed

+54
-4
lines changed

2 files changed

+54
-4
lines changed

changelog/2.082.1_pre.dd

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
Ddoc
2+
3+
$(CHANGELOG_NAV_INJECT)
4+
5+
$(VERSION Oct 09, 2018, =================================================,
6+
7+
$(CHANGELOG_HEADER_STATISTICS
8+
$(VER) comes with 5 fixed Bugzilla issues.
9+
A huge thanks goes to the 10 contributors who made $(VER) possible.)
10+
11+
$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY)
12+
13+
$(CHANGELOG_SEP_HEADER_TEXT)
14+
15+
$(CHANGELOG_SEP_TEXT_BUGZILLA)
16+
17+
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
18+
19+
$(LI $(BUGZILLA 19219): Could not CTFE with std.math.exp from 2.082.0)
20+
$(LI $(BUGZILLA 19243): [REG 2.081] Can no longer override pragma$(LPAREN)lib$(RPAREN) with -L switch)
21+
$(LI $(BUGZILLA 19266): Some source files names are no longer accepted)
22+
)
23+
$(BUGSTITLE_BUGZILLA Phobos regressions,
24+
25+
$(LI $(BUGZILLA 19252): Templated format with variable width allocates 2GB of RAM per call.)
26+
)
27+
$(BUGSTITLE_BUGZILLA Phobos bugs,
28+
29+
$(LI $(BUGZILLA 18851): std.net.curl.post cannot be used with !ubyte)
30+
)
31+
)
32+
$(D_CONTRIBUTORS_HEADER 10)
33+
$(D_CONTRIBUTORS
34+
$(D_CONTRIBUTOR John Colvin)
35+
$(D_CONTRIBUTOR kinke)
36+
$(D_CONTRIBUTOR Martin Nowak)
37+
$(D_CONTRIBUTOR Mathias Lang)
38+
$(D_CONTRIBUTOR Mathis Beer)
39+
$(D_CONTRIBUTOR Petar Kirov)
40+
$(D_CONTRIBUTOR Rainer Schuetze)
41+
$(D_CONTRIBUTOR Razvan Nitu)
42+
$(D_CONTRIBUTOR Remi Thebault)
43+
$(D_CONTRIBUTOR wolframw)
44+
)
45+
$(D_CONTRIBUTORS_FOOTER)
46+
$(CHANGELOG_NAV_INJECT)
47+
48+
Macros:
49+
VER=2.082.1
50+
TITLE=Change Log: $(VER)

download.dd

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

211211
DMDV2=$(LATEST)
212212

213-
BETA=$(COMMENT $0)
214-
_=BETA=$0
215-
B_DMDV2=2.082.0
216-
B_SUFFIX=rc.1
213+
_=BETA=$(COMMENT $0)
214+
BETA=$0
215+
B_DMDV2=2.082.1
216+
B_SUFFIX=beta.1
217217

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

0 commit comments

Comments
 (0)