Thread overview
D 2.067.0-b3
Mar 04, 2015
Martin Nowak
Mar 04, 2015
Brian Schott
Mar 04, 2015
Martin Nowak
Mar 04, 2015
Mario Kröplin
Mar 06, 2015
yazd
March 04, 2015
Glad to announce the third 2.067.0 beta, this time with installers and documentation.

https://dlang.dawg.eu/downloads/dmd.2.067.0-b3/

Soon to be mirrored and available on Travis-CI. http://downloads.dlang.org/pre-releases/2.x/2.067.0/ http://ftp.digitalmars.com/

This beta comes with 7 dmd and 2 phobos fixes on top of 2.067.0-b2.

https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b2...v2.067.0-b3 https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b2...v2.067.0-b3

- -Martin
- ----------

To check the *.asc signatures, you can import https://dlang.dawg.eu/downloads/d-keyring.gpg or compare them with this key.

pub   4096R/0xAB8FE924C2F7E724 2014-09-01 [expires: 2018-03-03]
      Key fingerprint = AFC7 DB45 693D 62BB 472B  F27B AB8F E924 C2F7 E724
uid                            Martin Nowak (dawg) <me@dawg.eu>
uid                            Martin Nowak
<martin.nowak@plugintheworld.com>
uid                            Martin Nowak <code@dawg.eu>
sub   4096R/0xA78068C444E12E4D 2014-09-01 [expires: 2018-03-03]
      Key fingerprint = 0D91 720A 3DA5 F106 CEB0  7070 A780 68C4 44E1 2E4D
sub   4096R/0xB273811612BB1939 2015-02-27 [expires: 2018-03-03]
      Key fingerprint = A734 4DAD 3C34 1EA1 2D13  C4E6 B273 8116 12BB 1939

March 04, 2015
On Wednesday, 4 March 2015 at 00:49:04 UTC, Martin Nowak wrote:
> Glad to announce the third 2.067.0 beta, this time with installers and
> documentation.

All builds and unit tests for EMSI's data processing libraries pass with this beta.
March 04, 2015
On Wednesday, 4 March 2015 at 00:49:04 UTC, Martin Nowak wrote:
> Glad to announce the third 2.067.0 beta, this time with installers and documentation.

I just tried the beta with one of our applications, which receives and decodes tens of thousands of XML documents and makes heavy use of the garbage collector. Compared to D 2.066.1, there is a speed-up from 34.5 seconds to 26.5 seconds. Nice!

The few required changes are related to missing imports and to the warning: use std.algorithm.sort instead of .sort property.
March 04, 2015
On Wednesday, 4 March 2015 at 16:14:31 UTC, Mario Kröplin wrote:
> I just tried the beta with one of our applications, which receives and decodes tens of thousands of XML documents and makes heavy use of the garbage collector. Compared to D 2.066.1, there is a speed-up from 34.5 seconds to 26.5 seconds. Nice!

this should be headline news.
March 04, 2015
On Wednesday, 4 March 2015 at 02:59:18 UTC, Brian Schott wrote:
> All builds and unit tests for EMSI's data processing libraries pass with this beta.

:)
March 06, 2015
On Wednesday, 4 March 2015 at 00:49:04 UTC, Martin Nowak wrote:
> Glad to announce the third 2.067.0 beta, this time with installers and
> documentation.
>
> https://dlang.dawg.eu/downloads/dmd.2.067.0-b3/
>
> Soon to be mirrored and available on Travis-CI.
> http://downloads.dlang.org/pre-releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
>
> This beta comes with 7 dmd and 2 phobos fixes on top of 2.067.0-b2.
>
> https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b2...v2.067.0-b3
> https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b2...v2.067.0-b3
>
> - -Martin
> - ----------
>
> To check the *.asc signatures, you can import
> https://dlang.dawg.eu/downloads/d-keyring.gpg or compare them with
> this key.
>
> pub   4096R/0xAB8FE924C2F7E724 2014-09-01 [expires: 2018-03-03]
>       Key fingerprint = AFC7 DB45 693D 62BB 472B  F27B AB8F E924 C2F7 E724
> uid                            Martin Nowak (dawg) <me@dawg.eu>
> uid                            Martin Nowak
> <martin.nowak@plugintheworld.com>
> uid                            Martin Nowak <code@dawg.eu>
> sub   4096R/0xA78068C444E12E4D 2014-09-01 [expires: 2018-03-03]
>       Key fingerprint = 0D91 720A 3DA5 F106 CEB0  7070 A780 68C4 44E1 2E4D
> sub   4096R/0xB273811612BB1939 2015-02-27 [expires: 2018-03-03]
>       Key fingerprint = A734 4DAD 3C34 1EA1 2D13  C4E6 B273 8116 12BB 1939

The changelog is missing notes about this: https://github.com/D-Programming-Language/dmd/pull/3651