2014-06-27 7:29 GMT+09:00 Walter Bright via dmd-beta <dmd-beta@puremagic.com>:
It's time we prepared another release. Currently, we've got 11 regressions to be addressed:

https://issues.dlang.org/buglist.cgi?bug_severity=regression&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&list_id=47252&query_format=advanced

Not bad, but let's get 'em done.
 
I'm opening pull requests to fix some regression issues.

Issue 12242 - conflict error with public imports
https://github.com/D-Programming-Language/dmd/pull/3388

Issue 12859 - Read-modify-write operation for shared variable in Phobos
https://github.com/D-Programming-Language/phobos/pull/2281

Issue 12981 - Can't refer to 'outer' from mixin template
https://github.com/D-Programming-Language/dmd/pull/3700

Kenji Hara