Skip to content

Commit

Permalink
switch to querying bugzilla
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Dec 28, 2012
1 parent c0cd286 commit 0c125e2
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions changelog.dd
Expand Up @@ -8,22 +8,27 @@ $(COMMENT $(UPCOMING

$(VERSION 061, Dec 26, 2012, =================================================,

$(UL
$(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))
$(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))
$(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))
$(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))
)
$(COMMENT
$(WHATSNEW
$(LI $(BUGZILLA 1353): Can't use typeof() in base class list.)
$(LI $(BUGZILLA 1427): Generated .di files look ugly and are hard to read)
$(LI $(BUGZILLA 8108): Forward declaration and implementation allowed in same file)
$(LI $(BUGZILLA 8794): DDoc should provide qualified symbol names suitable for anchors)
$(LI Allow matching { } in asm statements.)
$(LI More simd instructions allowed as intrinsics.)
$(LI __traits(identifier,...) can now pick the identifier out of a parameter list tuple
created with __parameter)
$(LI Add User Defined Attributes)
$(LI Added getProtection to __traits())
$(LI Added -di flag to make use of deprecated symbols a warning)
$(LI Add evaluation of sections [Environment32] or [Environment64] in sc.ini/dmd.conf after
processing command line arguments, so the target architecture is known and respective
changes can be made to the environment.)
$(LI Add -de and -dw switches)
$(LI $(BUGZILLA 9219): Allow matching { } in asm statements.)
$(LI $(BUGZILLA 9221): Added -di flag to make use of deprecated symbols a warning)
$(LI $(BUGZILLA 9222): Add User Defined Attributes)
$(LI $(BUGZILLA 9223): Add -de and -dw switches)
$(LI $(BUGZILLA 9224): Add Win64 code generation support for use with Visual C)
$(LI $(BUGZILLA 9225): Add sections [Environment32] and [Environment64] to sc.ini/dmd.conf)
$(LI $(BUGZILLA 9226): More simd instructions allowed as intrinsics.)
$(LI $(BUGZILLA 9227): __traits(identifier,...) to pick out identifier from parameter list tuple)
$(LI $(BUGZILLA 9228): Add getProtection to __traits())
)
$(RUNTIMEBUGSFIXED
$(LI $(BUGZILLA 391): .sort and .reverse break utf8 encoding)
Expand Down Expand Up @@ -77,6 +82,7 @@ $(VERSION 061, Dec 26, 2012, =================================================,
$(LI $(BUGZILLA 8675): Nothrow can't throw Errors)
$(LI $(BUGZILLA 8714): Missing error message with circular use of CTFE)
$(LI $(BUGZILLA 8770): Wrong error line number with immutable field)
$(LI $(BUGZILLA 8774): 2.059 worked 2.060 does not: nested delegate memory corruption)
$(LI $(BUGZILLA 8788): The super constructor call can be prevented by mentioning "return".)
$(LI $(BUGZILLA 8796): Optimizer bug on 64bit: *p++=1 where p is a parameter)
$(LI $(BUGZILLA 8801): assigning to __ctfe crashes the compiler)
Expand Down Expand Up @@ -125,11 +131,15 @@ $(VERSION 061, Dec 26, 2012, =================================================,
$(LI $(BUGZILLA 9140): ref foreach of immutables in postcondition)
$(LI $(BUGZILLA 9143): template structs with two parameters confuse DMD on multiple instantiations)
$(LI $(BUGZILLA 9153): Type inference for array of delegates should not break based on order)
$(LI $(BUGZILLA 9154): Incorrectly generated assignment operator)
$(LI $(BUGZILLA 9162): [tdpl] Non-static structs should have access to outer lexical scope)
$(LI $(BUGZILLA 9170): CTFE: Allow reinterpret casts float <-> int)
$(LI $(BUGZILLA 9171): error optimization of expression)
$(LI $(BUGZILLA 9210): [2.061 beta] Import cycle causes unpredictable compile errors)
$(LI $(BUGZILLA 9213): [2.061 beta] Member access without this and __traits(compiles, ...))
)
)
)

<div id=version>
$(UL
Expand Down

0 comments on commit 0c125e2

Please sign in to comment.