2.080.0-rc.1 [was: Beta 2.080.0]

2018-04-27 Thread Martin Nowak via Digitalmars-d-announce
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Release candidate available now.

http://dlang.org/changelog/2.080.0.html
http://dlang.org/download.html#dmd_beta

- -Martin
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEpzRNrTw0HqEtE8TmsnOBFhK7GTkFAlrjYAYACgkQsnOBFhK7
GTmNww//eLu1TR1n2p0GKt/vQJsfOrHLyXLWLtQatcUPh2MUS4aJ3j1lB8CnWkca
U+uwCY5aOoGXJw45o2TAS44yrnlFrykUjYCfPzQVu3ynT/P/DxRnESjZgrZr13Zn
z7giOWOEt2m26mAjd8yqClYRw4yEZFBgic0WvHeZCwtsYz/2iGvpOXGEOw9iuZcH
JvV9WgKXBJSbL4AlTj1Uy2y8WRhT6LzXDRQMF5tF80ZbEQXGvggB5UVuGl4Kwmbk
40dfaQsoXhBX4FoxiTTZ5sOjmHAnyXT7VFAYj8rQE6G+FhbQ3mHtZu101xC/qzx/
9Zd6CbgWEIoxBm4ADTQ7XsZBP1x1T1x9hGmF3LQG3lMDBSJH2Cj7/HSnrpCamM6J
HUU8y0a40k3Nx5TsWJuZ6T2Jdz8+UsWiO7vmLCzW861y5uNEQocTblNpwetEwcEL
Aa2TVQF30cdmDMKh+hytQGV4/OBH4RWZjJSH/WhNwbiRKDuES0qKwL9e93X55vRJ
IA7CtFHp+WLC+0DRvEs0GFtkVqFmIETPKhLMKEy5RsKUvfhuHIRpOdKT0vWQBQ1m
vm3QKJtnye8M/JL8wLfZzFLbMIuUMjiwij8TixEOUCAkDm7IxsyIaViXdI1L9dUt
pFhzCS/cheq/cgQ7S8h8U8KcBB7dr+PYM15fgJAepXqEolUH9Fw=
=haox
-END PGP SIGNATURE-


Re: Beta 2.080.0

2018-04-27 Thread Martin Nowak via Digitalmars-d-announce
On 04/23/2018 02:53 PM, Chris M. wrote:
> Under https://dlang.org/changelog/2.080.0.html#rwm-shared-error
> 
> It should be core.atomic.atomicOp instead of atomic.atomicOp.core

Thanks, code that needs fixing is here
https://github.com/dlang/dmd/blob/05647c02bdc906157d26f737d70c7696bf6e09ed/changelog/rwm-shared-error.dd#L10.


Re: The dlang-community releases DCD 0.9.3 and D-Scanner 0.5.2

2018-04-27 Thread Seb via Digitalmars-d-announce

On Friday, 27 April 2018 at 15:20:15 UTC, Jacob Carlborg wrote:

On 2018-04-27 09:43, baz@dlang-community wrote:


DCD 0.9.4 is available now. Same link.


How come there are no binaries for macOS? Seems to be a release 
script and Travis CI configuration for macOS.


Because the DCD release script was broken and was updated after 
DCD 0.9.4 was built:


https://github.com/dlang-community/DCD/pull/464

And I can only easily build binaries for Linux and Windows 
locally. Sorry. DCD 0.9.5 will come with macOS binaries (the same 
applies for dfmt too).


Re: The dlang-community releases DCD 0.9.3 and D-Scanner 0.5.2

2018-04-27 Thread Jacob Carlborg via Digitalmars-d-announce

On 2018-04-27 09:43, baz@dlang-community wrote:


DCD 0.9.4 is available now. Same link.


How come there are no binaries for macOS? Seems to be a release script 
and Travis CI configuration for macOS.


--
/Jacob Carlborg


Re: Pre-DConf Meetup on May 1

2018-04-27 Thread Jacob Carlborg via Digitalmars-d-announce

On 2018-04-25 16:13, Seb wrote:

Hi all,

I hope you are all looking forward to DConf.

We (Stefan, Dragos and I) have very good news for you.
Our next D Munich Meetup will coincide with DConf to give our local 
community who can't join DConf an opportunity to meetup all the 
rockstars from the D community.


Count me in as well.

--
/Jacob Carlborg


Re: SecureD 1.0.0 Released!

2018-04-27 Thread Martin Tschierschke via Digitalmars-d-announce

On Friday, 27 April 2018 at 10:18:10 UTC, Dechcaudron wrote:

On Friday, 27 April 2018 at 09:57:03 UTC, Adam Wilson wrote:

As always, PR's are welcome.


Link to repo?


You can find it at DUB (code.dlang.org):
https://code.dlang.org/packages/secured




Re: SecureD 1.0.0 Released!

2018-04-27 Thread Dechcaudron via Digitalmars-d-announce

On Friday, 27 April 2018 at 09:57:03 UTC, Adam Wilson wrote:

As always, PR's are welcome.


Link to repo?



SecureD 1.0.0 Released!

2018-04-27 Thread Adam Wilson via Digitalmars-d-announce

Hello!

I am pleased to announce that after a year of development and 
stabilization SecureD has been released in stable form. The most recent 
release consists of an upgrade to OpenSSL 1.1 in order to be compliant 
with more recent and supported versions of OpenSSL. If you need to use 
OpenSSL 1.0.x add version 'OpenSSL10' to your command line.


As always, PR's are welcome.

Thank you!

--
Adam Wilson
IRC: LightBender
import quiet.dlang.dev;


Re: The dlang-community releases DCD 0.9.3 and D-Scanner 0.5.2

2018-04-27 Thread baz@dlang-community via Digitalmars-d-announce
On Monday, 23 April 2018 at 17:04:09 UTC, Baz @dlang-community 
wrote:
Time to update your favorite D completion daemon and D linter 
since previous patch were not announced.


Changelogs:

- https://github.com/dlang-community/DCD/releases
- https://github.com/dlang-community/D-Scanner/releases


DCD 0.9.4 is available now. Same link.