Skip to content

Commit

Permalink
Merge pull request #1436 from MartinNowak/merge_stable
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'upstream/stable' into merge_stable
  • Loading branch information
MartinNowak committed Aug 1, 2016
2 parents 8f3b976 + 53b4a7e commit ef6fa11
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
24 changes: 24 additions & 0 deletions changelog/2.071.2_pre.dd
@@ -0,0 +1,24 @@
Ddoc

$(CHANGELOG_NAV_LAST 2.071.1)

$(VERSION August 7, 2016, =================================================,

$(BR)$(BIG List of all bug fixes and enhancements in D $(VER):)

$(BUGSTITLE DMD Compiler regressions,

$(P
$(LI $(BUGZILLA 15900): [REG 2.071] $(LPAREN)Import deprecation$(RPAREN) Public import ignored when using fully qualified name)
$(LI $(BUGZILLA 16188): [REG2.069] ICE on invalid code)
$(LI $(BUGZILLA 16225): [REG 2.068] Internal error cod1.c 1338 with -O)
$(LI $(BUGZILLA 16316): [REG 2.071] $(LPAREN)Import deprecation$(RPAREN) fully qualified name of imports in mixin template not accessible)
)
)

)
$(CHANGELOG_NAV_LAST 2.071.1)

Macros:
VER=2.071.2
TITLE=Change Log: $(VER)
8 changes: 4 additions & 4 deletions download.dd
Expand Up @@ -167,10 +167,10 @@ Macros:

DMDV2=$(LATEST)

BETA=$(COMMENT $0)
_=BETA=$0
B_DMDV2=2.071.1
B_SUFFIX=b2
_=BETA=$(COMMENT $0)
BETA=$0
B_DMDV2=2.071.2
B_SUFFIX=b1

DEB32=$(DLSITE dmd_$(DMDV2)-0_i386.deb)
DEB64=$(DLSITE dmd_$(DMDV2)-0_amd64.deb)
Expand Down
2 changes: 2 additions & 0 deletions win32.mak
Expand Up @@ -342,6 +342,8 @@ changelog\2.071.0.html : $(CHANGELOG_DDOC) changelog\2.071.0.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_DDOC) $*.dd
changelog\2.071.1.html : $(CHANGELOG_DDOC) changelog\2.071.1.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_DDOC) $*.dd
changelog\2.071.2.html : $(CHANGELOG_PRE_DDOC) changelog\2.071.1_pre.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_PRE_DDOC) $*.dd
changelog\index.html : $(CHANGELOG_DDOC) changelog\index.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_DDOC) $*.dd

Expand Down

0 comments on commit ef6fa11

Please sign in to comment.