March 24, 2015
On Tuesday, 24 March 2015 at 21:31:42 UTC, Martin Nowak wrote:
> On 03/24/2015 10:11 PM, John Colvin wrote:
>> This cannot be added to homebrew until there is a new stable release of
>> dub.
>
> Why is that?
> Anyhow dub is in beta and ready soon.

Current stable dub fails to build with 2.067.0, so it would break the homebrew dub package.
March 24, 2015
Am 24.03.2015 um 23:14 schrieb John Colvin:
> On Tuesday, 24 March 2015 at 21:31:42 UTC, Martin Nowak wrote:
>> On 03/24/2015 10:11 PM, John Colvin wrote:
>>> This cannot be added to homebrew until there is a new stable release of
>>> dub.
>>
>> Why is that?
>> Anyhow dub is in beta and ready soon.
>
> Current stable dub fails to build with 2.067.0, so it would break the
> homebrew dub package.

You mean 2.067.0 fails to build DUB, right? I just had a hard time remembering anything that DUB would have to do differently when building something with 2.067.0 ;)

I think we can tag an RC in the current state, all important fixes are done, AFAIK.
March 24, 2015
On Tuesday, 24 March 2015 at 17:58:54 UTC, Dicebot wrote:
> Arch Linux packages have been uploaded.

Thanks for maintaining the D packages on arch.
March 24, 2015
thx for the release.

i's just like to point a problem with the distribution of the local html doc:
https://issues.dlang.org/show_bug.cgi?id=14329
March 24, 2015
2015-03-24 18:07 GMT+01:00 Martin Nowak via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com>:

> Glad to announce D 2.067.0.
>
> This release comes with many improvements.
> The GC is a lot faster for most use-cases, we have improved C++
> interoperability and fixed plenty of bugs.
>
> See the changelog for more details. http://dlang.org/changelog.html
>
> Download pages and documentation will be updated within the next few hours.
>
> http://downloads.dlang.org/releases/2.x/2.067.0/ http://ftp.digitalmars.com/
>
> Until the binaries are mirrored to the official site, you can get them
> here.
> https://dlang.dawg.eu/downloads/dmd.2.067.0/
>
> -Martin
>

Congrats to everyone involved !
A special thanks to Martin, that helped a lot to get Vibe.d ready for
2.067, and reverted the problematic changes when we realize it wasn't gonna
cut it.


March 24, 2015
Am 25.03.2015 um 00:00 schrieb Mathias Lang via Digitalmars-d-announce:
> 2015-03-24 18:07 GMT+01:00 Martin Nowak via Digitalmars-d-announce
> <digitalmars-d-announce@puremagic.com
> <mailto:digitalmars-d-announce@puremagic.com>>:
>
>     Glad to announce D 2.067.0.
>
>     This release comes with many improvements.
>     The GC is a lot faster for most use-cases, we have improved C++
>     interoperability and fixed plenty of bugs.
>
>     See the changelog for more details.
>     http://dlang.org/changelog.html
>
>     Download pages and documentation will be updated within the next few
>     hours.
>
>     http://downloads.dlang.org/releases/2.x/2.067.0/
>     http://ftp.digitalmars.com/
>
>     Until the binaries are mirrored to the official site, you can get
>     them here.
>     https://dlang.dawg.eu/downloads/dmd.2.067.0/
>
>     -Martin
>
>
> Congrats to everyone involved !
> A special thanks to Martin, that helped a lot to get Vibe.d ready for
> 2.067, and reverted the problematic changes when we realize it wasn't
> gonna cut it.

+1
March 24, 2015
There are now two release candidates with source compatibility fixes for DMD 2.067.0 out for testing:

DUB 0.9.23-rc.1: http://code.dlang.org/download
vibe.d 0.7.23-rc.4: http://code.dlang.org/packages/vibe-d/0.7.23-rc.4

If no regressions or major issues show up, I'll tag the vibe.d release tomorrow and the DUB one in a week.
March 24, 2015
On 3/24/2015 10:58 AM, Dicebot wrote:
> Arch Linux packages have been uploaded.
>
> I am very grateful to Martin for handling this release. It was done very
> professionally and thanks to beta discussions/testing we did some great
> breakthrough in release stability by providing deprecation paths for several
> non-critical bug fixes. Also some intrusive runtime changes has been reverted to
> re-add them in next release with better migration experience - extremely pleased
> to see that too.

I too am thrilled with the great job Martin has done.
March 25, 2015
Thanks to everyone who helped make this happen! This release sounds like a solid milestone in multiple crucial areas.

Here's to the next release!
March 25, 2015
On 03/24/2015 01:07 PM, Martin Nowak wrote:
> Glad to announce D 2.067.0.
> 
> This release comes with many improvements.
> The GC is a lot faster for most use-cases, we have improved C++
> interoperability and fixed plenty of bugs.
> 
> See the changelog for more details. http://dlang.org/changelog.html
> 
> Download pages and documentation will be updated within the next few hours.
> 
> http://downloads.dlang.org/releases/2.x/2.067.0/ http://ftp.digitalmars.com/
> 
> Until the binaries are mirrored to the official site, you can get them here. https://dlang.dawg.eu/downloads/dmd.2.067.0/
> 
> -Martin
> 

I have been eagerly awaiting this release for a while - especially for std.experimental.logger!

-- 
Paul O'Neil
Github / IRC: todayman