Thread overview
D1 dmd 1.072 release
Dec 10, 2011
Walter Bright
Dec 14, 2011
Jacob Carlborg
Dec 16, 2011
Jakob Bornecrantz
December 10, 2011
Highlights are use of XMM floating point registers in 64 bit targets, and now supporting OS X 64 as a target.

http://www.digitalmars.com/d/1.0/changelog.html
http://ftp.digitalmars.com/dmd.1.072.zip

The D2 version will follow in a few days, as those following the D n.g. know.
December 14, 2011
On 2011-12-11 00:05, Walter Bright wrote:
> Highlights are use of XMM floating point registers in 64 bit targets,
> and now supporting OS X 64 as a target.
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.072.zip
>
> The D2 version will follow in a few days, as those following the D n.g.
> know.

A solid release as always. Nice to see 64bit Mac OS X target and new CTFE features.

-- 
/Jacob Carlborg
December 16, 2011
On Saturday, 10 December 2011 at 23:05:11 UTC, Walter Bright wrote:
> Highlights are use of XMM floating point registers in 64 bit targets, and now supporting OS X 64 as a target.
>
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.072.zip
>
> The D2 version will follow in a few days, as those following the D n.g. know.

Sorry, didn't get around to test this release until now on OSX.
http://d.puremagic.com/issues/show_bug.cgi?id=7119

Other then that it looks good.

Cheers, Jakob.