Skip to content

Commit cd65416

Browse files
committed
update download and changelog for v2.074.0-rc1
1 parent 99260a0 commit cd65416

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog/2.074.0_pre.dd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Ddoc
22

33
$(CHANGELOG_NAV_LAST 2.073.2)
44

5-
$(VERSION Apr 7, 2017, =================================================,
5+
$(VERSION Apr 10, 2017, =================================================,
66

77
$(BUGSTITLE Runtime changes,
88

@@ -321,10 +321,12 @@ $(BR)$(BIG $(LNAME2 bugfix-list, List of all bug fixes and enhancements in D $(V
321321

322322
$(BUGSTITLE DMD Compiler regressions,
323323

324+
$(LI $(BUGZILLA 15947): [REG 2.069.0?] simple multithreaded program + "-profile=gc" = crash)
324325
$(LI $(BUGZILLA 16680): dmd doesn't use druntime optimized versions of subtraction array operations)
325326
$(LI $(BUGZILLA 17117): [REG2.073] erroneous "escaping reference to local variable")
326327
$(LI $(BUGZILLA 17123): [REG 2.073] Issues with return @safe inference)
327328
$(LI $(BUGZILLA 17291): [REG 2.074-b1] windows: invalid relocation entries)
329+
$(LI $(BUGZILLA 17292): [REG 2.069] Windows: dmd causes "out of memory" when using less than 2GB of memory)
328330
)
329331
$(BUGSTITLE DMD Compiler bugs,
330332

@@ -351,6 +353,10 @@ $(LI $(BUGZILLA 16513): Speed up TemplateInstance.findExistingInstance hash)
351353
$(LI $(BUGZILLA 16697): Extend IsExpression to accept __vector as a TypeSpecialization)
352354
$(LI $(BUGZILLA 17111): DMD accepts switch statement with non-const case variables)
353355
)
356+
$(BUGSTITLE Phobos regressions,
357+
358+
$(LI $(BUGZILLA 17282): [REG 2.074.0-b1] std.conv.parse throws with -debug)
359+
)
354360
$(BUGSTITLE Phobos bugs,
355361

356362
$(LI $(BUGZILLA 8260): * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint)

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Macros:
170170
_=BETA=$(COMMENT $0)
171171
BETA=$0
172172
B_DMDV2=2.074.0
173-
B_SUFFIX=b2
173+
B_SUFFIX=rc1
174174

175175
DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
176176
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)

0 commit comments

Comments
 (0)