Skip to content

Commit dda34f5

Browse files
committed
fix changelog
1 parent 0c125e2 commit dda34f5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

changelog.dd

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ $(COMMENT $(UPCOMING
66
$(LI Shared libraries for Linux)
77
))
88

9-
$(VERSION 061, Dec 26, 2012, =================================================,
9+
$(VERSION 061, Jan 1, 2013, =================================================,
1010

1111
$(UL
12-
$(LI $(LINK2 http://d.puremagic.com/issues/buglist.cgi?chfieldto=Now&query_format=advanced&chfieldfrom=2012-08-02&bug_severity=enhancement&bug_status=RESOLVED&version=D2&version=D1%20%26%20D2&resolution=FIXED, New/Changed Features))
13-
$(LI $(LINK2 http://d.puremagic.com/issues/buglist.cgi?chfieldto=Now&query_format=advanced&chfieldfrom=2012-08-02&bug_severity=regression&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=RESOLVED&version=D2&version=D1%20%26%20D2&component=DMD&resolution=FIXED&product=D, DMD Bugs Fixed))
14-
$(LI $(LINK2 http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&chfieldfrom=2012-08-02&bug_severity=regression&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=RESOLVED&version=D2&component=druntime&resolution=FIXED&product=D, Druntime bugs fixed))
15-
$(LI $(LINK2 http://d.puremagic.com/issues/buglist.cgi?query_format=advanced&chfieldfrom=2012-08-02&bug_severity=regression&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=RESOLVED&version=D2&component=Phobos&resolution=FIXED&product=D, Phobos bugs fixed))
12+
$(LI $(WHATSNEW2 2012-08-02, 2012-12-31))
13+
$(LI $(DMDBUGSFIXED2 2012-08-02, 2013-01-01))
14+
$(LI $(DRUNTIMEBUGSFIXED2 2012-08-02, 2012-12-31))
15+
$(LI $(PHOBOSBUGSFIXED2 2012-08-02, 2012-12-31))
1616
)
1717
$(COMMENT
1818
$(WHATSNEW
@@ -4320,3 +4320,9 @@ Macros:
43204320
LARGE=<font size=4>$0</font>
43214321
TRENAME=$(TR $(TD $(CODE $1)) $(TD $(CODE $2)))
43224322
LII= $(LI $(D $1) $(UL $+ ))
4323+
4324+
WHATSNEW2=$(LINK2 http://d.puremagic.com/issues/buglist.cgi?chfieldto=$2&query_format=advanced&chfield=resolution&chfieldfrom=$1&chfieldvalue=FIXED&bug_severity=enhancement&bug_status=RESOLVED&version=D2&version=D1%20%26%20D2&resolution=FIXED&product=D, New/Changed Features)
4325+
DMDBUGSFIXED2=$(LINK2 http://d.puremagic.com/issues/buglist.cgi?chfieldto=$2&query_format=advanced&chfield=resolution&chfieldfrom=$1&chfieldvalue=FIXED&bug_severity=regression&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=RESOLVED&version=D2&version=D1%20%26%20D2&component=DMD&resolution=FIXED&product=D, DMD Bugs Fixed)
4326+
DRUNTIMEBUGSFIXED2=$(LINK2 http://d.puremagic.com/issues/buglist.cgi?chfieldto=$2&query_format=advanced&chfield=resolution&chfieldfrom=$1&chfieldvalue=FIXED&bug_severity=regression&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=RESOLVED&version=D2&version=D1%20%26%20D2&component=druntime&resolution=FIXED&product=D, Druntime Bugs Fixed)
4327+
PHOBOSBUGSFIXED2=$(LINK2 http://d.puremagic.com/issues/buglist.cgi?chfieldto=$2&query_format=advanced&chfield=resolution&chfieldfrom=$1&chfieldvalue=FIXED&bug_severity=regression&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_status=RESOLVED&version=D2&version=D1%20%26%20D2&component=Phobos&resolution=FIXED&product=D, Phobos Bugs Fixed)
4328+

0 commit comments

Comments
 (0)