@@ -6,13 +6,13 @@ $(COMMENT $(UPCOMING
6
6
$(LI Shared libraries for Linux)
7
7
))
8
8
9
- $(VERSION 061, Dec 26, 2012 , =================================================,
9
+ $(VERSION 061, Jan 1, 2013 , =================================================,
10
10
11
11
$(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 ))
16
16
)
17
17
$(COMMENT
18
18
$(WHATSNEW
@@ -4320,3 +4320,9 @@ Macros:
4320
4320
LARGE=<font size=4>$0</font>
4321
4321
TRENAME=$(TR $(TD $(CODE $1)) $(TD $(CODE $2)))
4322
4322
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