Re: LDC 1.11.0

2018-08-18 Thread Matthias Klumpp via Digitalmars-d-announce
On Saturday, 18 August 2018 at 16:47:35 UTC, kinke wrote: Glad to announce LDC 1.11: * Based on D 2.081.2. * Prebuilt packages now using LLVM 6.0.1 and including additional cross-compilation targets (MIPS, MSP430, RISC-V and WebAssembly). * Rudimentary support for compiling & linking directly

Re: Beta 2.082.0

2018-08-18 Thread Martin Nowak via Digitalmars-d-announce
On 08/18/2018 10:39 AM, Radu wrote: > On Saturday, 18 August 2018 at 08:30:31 UTC, Mike Franklin wrote: >> On Saturday, 18 August 2018 at 08:22:54 UTC, Mike Franklin wrote: >> >>> It's a little old, but from what I'm reading we need "reputation" >>> with Microsoft or an EV certificate, or publish

LDC 1.11.0

2018-08-18 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.11: * Based on D 2.081.2. * Prebuilt packages now using LLVM 6.0.1 and including additional cross-compilation targets (MIPS, MSP430, RISC-V and WebAssembly). * Rudimentary support for compiling & linking directly to WebAssembly. See the dedicated Wiki page [1] for how to

Re: Beta 2.082.0

2018-08-18 Thread Jonathan M Davis via Digitalmars-d-announce
On Saturday, August 18, 2018 1:01:18 AM MDT Martin Nowak via Digitalmars-d- announce wrote: > On Friday, 17 August 2018 at 22:08:16 UTC, Mike Franklin wrote: > > On Friday, 17 August 2018 at 20:01:32 UTC, Martin Nowak wrote: > >> Glad to announce the first beta for the 2.082.0 release > > > >

Re: Beta 2.082.0

2018-08-18 Thread Radu via Digitalmars-d-announce
On Saturday, 18 August 2018 at 08:30:31 UTC, Mike Franklin wrote: On Saturday, 18 August 2018 at 08:22:54 UTC, Mike Franklin wrote: It's a little old, but from what I'm reading we need "reputation" with Microsoft or an EV certificate, or publish on the Windows Store. I'm also reading that

Re: Beta 2.082.0

2018-08-18 Thread Mike Franklin via Digitalmars-d-announce
On Saturday, 18 August 2018 at 08:22:54 UTC, Mike Franklin wrote: It's a little old, but from what I'm reading we need "reputation" with Microsoft or an EV certificate, or publish on the Windows Store. I'm also reading that once the executable has been downloaded a number of times from

Re: Beta 2.082.0

2018-08-18 Thread Mike Franklin via Digitalmars-d-announce
On Saturday, 18 August 2018 at 08:04:41 UTC, Mike Franklin wrote: I'll research a little and see if I can find some more information. This thread was also quite informative: https://stackoverflow.com/questions/12311203/how-to-pass-the-smart-screen-on-win8-when-install-a-signed-application

Re: Beta 2.082.0

2018-08-18 Thread rikki cattermole via Digitalmars-d-announce
On 18/08/2018 8:04 PM, Mike Franklin wrote: On Saturday, 18 August 2018 at 06:52:21 UTC, Martin Nowak wrote: On Friday, 17 August 2018 at 22:01:29 UTC, Mike Franklin wrote: On Friday, 17 August 2018 at 20:01:32 UTC, Martin Nowak wrote: Windows installer and binaries are now code-signed -

Re: Beta 2.082.0

2018-08-18 Thread Mike Franklin via Digitalmars-d-announce
On Saturday, 18 August 2018 at 08:04:41 UTC, Mike Franklin wrote: I'll research a little and see if I can find some more information. Ok, so it is indeed signed: https://imgur.com/a/jGdoXSc I found this which was disappointing:

Re: Beta 2.082.0

2018-08-18 Thread Mike Franklin via Digitalmars-d-announce
On Saturday, 18 August 2018 at 08:04:41 UTC, Mike Franklin wrote: I get the "Windows Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk" message. In other words this:

Re: Beta 2.082.0

2018-08-18 Thread Mike Franklin via Digitalmars-d-announce
On Saturday, 18 August 2018 at 06:52:21 UTC, Martin Nowak wrote: On Friday, 17 August 2018 at 22:01:29 UTC, Mike Franklin wrote: On Friday, 17 August 2018 at 20:01:32 UTC, Martin Nowak wrote: Windows installer and binaries are now code-signed -

Re: Beta 2.082.0

2018-08-18 Thread Martin Nowak via Digitalmars-d-announce
On Friday, 17 August 2018 at 22:08:16 UTC, Mike Franklin wrote: On Friday, 17 August 2018 at 20:01:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.082.0 release According to https://issues.dlang.org/show_bug.cgi?id=18786 VirusTotal used to report a virus for the

Re: Beta 2.082.0

2018-08-18 Thread Martin Nowak via Digitalmars-d-announce
On Friday, 17 August 2018 at 22:01:29 UTC, Mike Franklin wrote: On Friday, 17 August 2018 at 20:01:32 UTC, Martin Nowak wrote: Windows installer and binaries are now code-signed - https://dlang.org/changelog/2.082.0.html#signed_windows_binaries Was this beta installer supposed to be signed?