Jump to page: 1 2
Thread overview
Release D 2.068.1
Sep 06, 2015
Martin Nowak
Sep 06, 2015
BBasile
Sep 06, 2015
Martin Nowak
Sep 07, 2015
thedeemon
Sep 07, 2015
Joakim
Sep 07, 2015
anonymous
Sep 07, 2015
Martin Nowak
Sep 10, 2015
Jack Stouffer
Sep 10, 2015
Martin Nowak
Sep 14, 2015
Martin Nowak
Sep 14, 2015
Jack Stouffer
Sep 14, 2015
John Colvin
Sep 14, 2015
Martin Nowak
Sep 15, 2015
John Colvin
Sep 16, 2015
Marco Leise
Sep 16, 2015
Martin Nowak
Sep 19, 2015
Vladimir Panteleev
Sep 21, 2015
Nick Sabalausky
Sep 15, 2015
Jacob Carlborg
September 06, 2015
Glad to announce D 2.068.1.

http://downloads.dlang.org/releases/2.x/2.068.1/

This point release comes with many regression and bug fixes over 2.068.0, see the changelog for more details.

http://dlang.org/changelog.html#2.068.1

-Martin
September 06, 2015
On Sunday, 6 September 2015 at 22:32:54 UTC, Martin Nowak wrote:
> Glad to announce D 2.068.1.
>
> http://downloads.dlang.org/releases/2.x/2.068.1/
>
> This point release comes with many regression and bug fixes over 2.068.0, see the changelog for more details.
>
> http://dlang.org/changelog.html#2.068.1
>
> -Martin

Thx. No RC this time ?
September 06, 2015
On 09/07/2015 12:45 AM, BBasile wrote:
> Thx. No RC this time ?

It's a point release, no new features.
But RC is on the top of my heap https://trello.com/b/XoFjxiqG/active ;).
September 07, 2015
On Sunday, 6 September 2015 at 22:32:54 UTC, Martin Nowak wrote:
> Glad to announce D 2.068.1.
> http://dlang.org/changelog.html#2.068.1

Great, thanks!
Is this version based on DDMD or the old C++ front-end?

September 07, 2015
On Monday, 7 September 2015 at 04:11:27 UTC, thedeemon wrote:
> On Sunday, 6 September 2015 at 22:32:54 UTC, Martin Nowak wrote:
>> Glad to announce D 2.068.1.
>> http://dlang.org/changelog.html#2.068.1
>
> Great, thanks!
> Is this version based on DDMD or the old C++ front-end?

This is a bugfix point release of 2.068, the last dmd using the old C++ front end.  2.069 will be the first release of ddmd, ie the D front end.
September 07, 2015
On Monday 07 September 2015 00:32, Martin Nowak wrote:

> http://downloads.dlang.org/releases/2.x/2.068.1/

Trying to download the 7z Windows file gives me a 403.

http://downloads.dlang.org/releases/2015/dmd.2.068.1.windows.7z
September 07, 2015
On 09/07/2015 12:21 PM, anonymous wrote:
> Trying to download the 7z Windows file gives me a 403.
> 
> http://downloads.dlang.org/releases/2015/dmd.2.068.1.windows.7z

Thanks, I just fixed it. The aws client failed to upload that file and it was hard to notice in the log output.
September 10, 2015
On Sunday, 6 September 2015 at 22:32:54 UTC, Martin Nowak wrote:
> Glad to announce D 2.068.1.
>
> http://downloads.dlang.org/releases/2.x/2.068.1/
>
> This point release comes with many regression and bug fixes over 2.068.0, see the changelog for more details.
>
> http://dlang.org/changelog.html#2.068.1
>
> -Martin

Well, it's a little too late, but the compiler outputs the wrong version:

$ dmd --version
DMD64 D Compiler v2.068
Copyright (c) 1999-2015 by Digital Mars written by Walter Bright
September 10, 2015
On 9/10/15 1:46 PM, Jack Stouffer wrote:
> On Sunday, 6 September 2015 at 22:32:54 UTC, Martin Nowak wrote:
>> Glad to announce D 2.068.1.
>>
>> http://downloads.dlang.org/releases/2.x/2.068.1/
>>
>> This point release comes with many regression and bug fixes over
>> 2.068.0, see the changelog for more details.
>>
>> http://dlang.org/changelog.html#2.068.1
>>
>> -Martin
>
> Well, it's a little too late, but the compiler outputs the wrong version:
>
> $ dmd --version
> DMD64 D Compiler v2.068
> Copyright (c) 1999-2015 by Digital Mars written by Walter Bright

I think we can fix this. Looks like the version string is generated on build, and has no effect on the code at all.

-Steve
September 10, 2015
On Thursday, 10 September 2015 at 18:27:08 UTC, Steven Schveighoffer wrote:
> I think we can fix this. Looks like the version string is generated on build, and has no effect on the code at all.
>
> -Steve

Will check what went wrong there.
https://trello.com/c/k6TFqHgY/89-check-version-number-of-compiler
« First   ‹ Prev
1 2