April 17, 2015
We want to make a point release soon and need to fix a few regressions.

https://issues.dlang.org/show_bug.cgi?id=14443 https://issues.dlang.org/show_bug.cgi?id=14452 https://issues.dlang.org/show_bug.cgi?id=14424 https://issues.dlang.org/show_bug.cgi?id=14431

I can try to work on the dmd slowdown (14431) but need help for the rest. Also please to identify important fixes that are on master but not yet in stable.

-Martin



April 18, 2015
2015-04-18 3:00 GMT+09:00 Martin Nowak via dmd-internals < dmd-internals@puremagic.com>:

> We want to make a point release soon and need to fix a few regressions.
>
> https://issues.dlang.org/show_bug.cgi?id=14443


https://github.com/D-Programming-Language/dmd/pull/4595


> https://issues.dlang.org/show_bug.cgi?id=14424


https://github.com/D-Programming-Language/dmd/pull/4593

Kenji Hara