Skip to content

Commit

Permalink
changelog for 2.069.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Nov 11, 2015
1 parent 16b5fc1 commit f91cb77
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog/2.069.0.dd
@@ -1,6 +1,6 @@
Ddoc

$(CHANGELOG_NAV_LAST 2.068.2)
$(CHANGELOG_NAV 2.068.2,2.069.1)

$(VERSION Nov 3, 2015, =================================================,

Expand Down Expand Up @@ -474,7 +474,7 @@ $(LI $(BUGZILLA 14714): Add README.md to the Installer Repository)
)

)
$(CHANGELOG_NAV_LAST 2.068.2)
$(CHANGELOG_NAV 2.068.2,2.069.1)

Macros:
VER=2.069.0
Expand Down
21 changes: 21 additions & 0 deletions changelog/2.069.1.dd
@@ -0,0 +1,21 @@
Ddoc

$(CHANGELOG_NAV_LAST 2.069.0)

$(VERSION Nov 11, 2015, =================================================,

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

$(BUGSTITLE Installer regressions,

$(P
$(LI $(BUGZILLA 15284): dmd installer hangs when updating installed windows version)
)
)

)
$(CHANGELOG_NAV_LAST 2.069.0)

Macros:
VER=2.069.1
TITLE=Change Log: $(VER)
1 change: 1 addition & 0 deletions changelog/index.dd
Expand Up @@ -15,6 +15,7 @@ $(SCRIPT
$(D_S D Change Log,

$(UL
$(ENTRY 2.069.1)
$(ENTRY 2.069.0)
$(ENTRY 2.068.2)
$(ENTRY 2.068.1)
Expand Down
4 changes: 3 additions & 1 deletion win32.mak
Expand Up @@ -100,7 +100,7 @@ TARGETS=cpptod.html ctod.html pretod.html cppcontracts.html index.html overview.
changelog\2.066.0.html changelog\2.066.1.html \
changelog\2.067.0.html changelog\2.067.1.html \
changelog\2.068.0.html changelog\2.068.1.html \
changelog\2.068.2.html changelog\2.069.0.html \
changelog\2.068.2.html changelog\2.069.0.html changelog\2.069.1.html \
changelog\index.html changelog\upcoming.html \
glossary.html acknowledgements.html builtin.html interfaceToC.html \
comparison.html rationale.html ddoc.html code_coverage.html \
Expand Down Expand Up @@ -310,6 +310,8 @@ changelog\2.068.2.html : $(CHANGELOG_DDOC) changelog\2.068.2.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_DDOC) $*.dd
changelog\2.069.0.html : $(CHANGELOG_DDOC) changelog\2.069.0.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_PRE_DDOC) $*.dd
changelog\2.069.1.html : $(CHANGELOG_DDOC) changelog\2.069.1.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
changelog\upcoming.html : $(CHANGELOG_DDOC) changelog\upcoming.dd
Expand Down

0 comments on commit f91cb77

Please sign in to comment.