Skip to content

Commit

Permalink
update changelog and download for 2.070.0-b2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jan 17, 2016
1 parent 414d306 commit e47da4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/2.070.0_pre.dd
Expand Up @@ -75,6 +75,8 @@ $(P
$(LI $(BUGZILLA 13009): [REG2.064] inout overload conflicts with non-inout when used via alias this)
$(LI $(BUGZILLA 14782): Internal error: backend/cod1.c)
$(LI $(BUGZILLA 15369): [REG master] id.d$(LPAREN)369$(RPAREN): Error: Outside Unicode code space)
$(LI $(BUGZILLA 15430): amdMmx hangs up)
$(LI $(BUGZILLA 15500): default construction disabled for struct constructor with default arguments)
)
)
$(BUGSTITLE DMD Compiler bugs,
Expand Down Expand Up @@ -102,6 +104,7 @@ $(LI $(BUGZILLA 15317): Segfault in Type::kind$(LPAREN)$(RPAREN) with DMD v2.069
$(LI $(BUGZILLA 15340): Spurious "overlapped default initialization" errors with auto fields)
$(LI $(BUGZILLA 15352): template arguments matching error with delegates)
$(LI $(BUGZILLA 15366): Enum typed as bool behaves as bool even when cast)
$(LI $(BUGZILLA 15389): extern$(LPAREN)C++$(RPAREN) forward referencing problem)
$(LI $(BUGZILLA 15394): [internal] CompileExp and FileExp has same op TOKmixin)
$(LI $(BUGZILLA 15396): static immutable not recognized as constant within switch statement)
$(LI $(BUGZILLA 15403): [internal] FileExp represents ImportExpression, the AST class naming is not intuitive)
Expand Down Expand Up @@ -152,6 +155,7 @@ $(LI $(BUGZILLA 15198): evenChunks - std.range.chunks variant which slices range
$(LI $(BUGZILLA 15208): Eradicate all uses of "Enforcement failed" in Phobos)
$(LI $(BUGZILLA 15212): BigInt should implement opCast!long and opCast!int)
$(LI $(BUGZILLA 15320): static assert$(LPAREN)__traits$(LPAREN)compiles, xyz$(RPAREN)$(RPAREN) considered harmful in unittests)
$(LI $(BUGZILLA 15385): Apply Andersson91 idea to SortedRange.contains)
)
)
$(BUGSTITLE Druntime bugs,
Expand Down
2 changes: 1 addition & 1 deletion download.dd
Expand Up @@ -127,7 +127,7 @@ Macros:
_=BETA=$(COMMENT $0)
BETA=$0
B_DMDV2=2.070.0
B_SUFFIX=b1
B_SUFFIX=b2

DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)
Expand Down

0 comments on commit e47da4b

Please sign in to comment.