www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - D 2.067.0-b3

reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJU9lZoAAoJELJzgRYSuxk5mQ8P/2GNHW7aNV3wD2uHpzAKWW52
l6XM47EeJS/jnaUsOI77lz3dgW/LjJZ40zL1wT9jXGDAPxPEbnkElubeIbdVVf8I
MeG2F+Um3LXRYaJnOHePLceOjDqhu9oVlo+hrSDdvDKJPJVrE4s/MZEdIMql0Lz9
97UW4MBycnUKFY0ZQ4MWSrHTqaQeLhZqcXIXqIHBE/mEG6OhYFTf6p1lucPwvLLo
koKA+4XZHqI8ak5xEwrNRqkFR69dYfqLVxD/h7RW7lZ7WsMq0p8IHMW9lPseFm2/
l1t0xo5nFTOMDys20Iwzc+zXhP2JwDmj2nFzLGb/L/nmQz3Uv+pEU3G63ZF4/Llv
uy12np2M8bSkUVviaxi+ydS4tYMjo214nY436+GSfRDtbPdoWibz0JcyJcCko1kJ
IXKSG0hEgojFTOVtxflKc0XwtJ9+w15I9FIUYmQbKacYu7Jy60wvPYiVSS3v9oFp
yXIqNo0iWWE8ESiYtLbqiIo9qcnQ5hNNoIim5eP64ZpCoDt+4ivCqngvhvMoJ1uE
liEx/YI8YHl3alBWPS4wEBTIUYrBiSoX7Igw6YYJdD755mIaJleoM1yOKNO7pINd
TvK4GpKVBV7nhpifuevOjdDYgB97CjXXU9g++aYzIzO/33YxNxfJ7J4t5P6lBuJq
BT59SrlASZy40gG1zgh7
=SeZ9
-----END PGP SIGNATURE-----
Mar 03 2015
next sibling parent reply "Brian Schott" <briancschott gmail.com> writes:
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.
Mar 03 2015
parent "Martin Nowak" <code dawg.eu> writes:
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.
:)
Mar 04 2015
prev sibling next sibling parent reply "Mario =?UTF-8?B?S3LDtnBsaW4i?= <linkrope github.com> writes:
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.
Mar 04 2015
parent "Robert burner Schadek" <rburners gmail.com> writes:
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.
Mar 04 2015
prev sibling parent "yazd" <yazan.dabain gmail.com> writes:
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
Mar 06 2015