Thread overview
Beta 2.074.0-b2
Apr 03, 2017
Martin Nowak
Release Candidate 2.074.0-rc1
Apr 08, 2017
Martin Nowak
Apr 10, 2017
Martin Nowak
Apr 12, 2017
Martin Nowak
Apr 10, 2017
Walter Bright
Release Candidate 2.075.0-rc1
Jul 16, 2017
Martin Nowak
April 03, 2017
Second beta for the 2.074.0 release.

This release comes with a compile-time-checked writefln/formattedWrite,
plenty of phobos additions, and a new
std.experimental.checkedint module.

http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html

Please report any bugs at https://issues.dlang.org

-Martin

April 08, 2017
First release candidate for 2.074.0.

http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html

Please report any bugs at https://issues.dlang.org

-Martin

April 10, 2017
On Saturday, 8 April 2017 at 13:16:44 UTC, Martin Nowak wrote:
> First release candidate for 2.074.0.
>
> http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.074.0.html
>
> Please report any bugs at https://issues.dlang.org

Reported at https://issues.dlang.org/show_bug.cgi?id=17317 but I'm also highlighting it here since I think it's important:

The backend license change has not yet been applied to the 2.074.0 branch.  It would seem like a very, very good idea to make sure this happens.
April 10, 2017
On 4/8/2017 6:16 AM, Martin Nowak wrote:
> First release candidate for 2.074.0.
>
> http://dlang.org/download.html#dmd_beta
> http://dlang.org/changelog/2.074.0.html
>
> Please report any bugs at https://issues.dlang.org
>
> -Martin
>

It needs to have the open source backend license merged in!
April 10, 2017
On 04/10/2017 09:42 PM, Joseph Rushton Wakeling wrote:
> Reported at https://issues.dlang.org/show_bug.cgi?id=17317 but I'm also highlighting it here since I think it's important:
> 
> The backend license change has not yet been applied to the 2.074.0 branch.  It would seem like a very, very good idea to make sure this happens.

Unfortunately too late.
As usual, just make sure that changes end up in stable before the
release. We do check all PRs that target stable or are in a milestone.

Feel free to cherry-pick this to stable for 2.074.1.

-Martin
April 10, 2017
On Monday, 10 April 2017 at 20:16:29 UTC, Martin Nowak wrote:
> Unfortunately too late.
> As usual, just make sure that changes end up in stable before the
> release. We do check all PRs that target stable or are in a milestone.

You didn't get my messages on slack about the backend license, then :-(

I'd assumed that was the fastest way to reach you -- I should have filed an issue sooner.
April 12, 2017
On Monday, 10 April 2017 at 20:53:00 UTC, Joseph Rushton Wakeling wrote:
> You didn't get my messages on slack about the backend license, then :-(
>
> I'd assumed that was the fastest way to reach you -- I should have filed an issue sooner.

Usually works, but had too much to do to handle another chat client in the past few days. The most reliable contact remains Mail, and in case of urgency phone.
July 16, 2017
First release candidate for 2.075.0.

http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.075.0.html [sic!]

Please report any bugs at https://issues.dlang.org

We've delayed some regression fixes to 2.075.1 which will follow soon.

- -Martin