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
22 changes: 22 additions & 0 deletions changelog/2.073.1_pre.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Ddoc

$(CHANGELOG_NAV_LAST 2.073.0)

$(VERSION Feb 12, 2017, =================================================,

$(BR)$(BIG $(RELATIVE_LINK2 bugfix-list, List of all bug fixes and enhancements in D $(VER).))

$(HR)

$(BR)$(BIG $(LNAME2 bugfix-list, List of all bug fixes and enhancements in D $(VER):))

$(BUGSTITLE DMD Compiler regressions,

$(LI $(BUGZILLA 17123): [REG 2.073] Issues with return @safe inference)
$(LI $(BUGZILLA 17143): [REG2.072.0] Declaration is already defined on global enum = tuple$(LPAREN)...$(RPAREN).expand declaration)
)
)
$(CHANGELOG_NAV_LAST 2.073.0)
Macros:
VER=2.073.1
TITLE=Change Log: $(VER)
8 changes: 4 additions & 4 deletions download.dd
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ Macros:

DMDV2=$(LATEST)

BETA=$(COMMENT $0)
_=BETA=$0
B_DMDV2=2.073.0
B_SUFFIX=rc1
_=BETA=$(COMMENT $0)
BETA=$0
B_DMDV2=2.073.1
B_SUFFIX=b1

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