Jump to page: 1 2 3
Thread overview
Beta 2.082.0
Aug 17, 2018
Martin Nowak
Aug 17, 2018
Mike Franklin
Aug 18, 2018
Martin Nowak
Aug 18, 2018
Mike Franklin
Aug 18, 2018
Mike Franklin
Aug 18, 2018
Mike Franklin
Aug 18, 2018
rikki cattermole
Aug 18, 2018
Mike Franklin
Aug 18, 2018
Mike Franklin
Aug 18, 2018
Radu
Aug 18, 2018
Martin Nowak
Aug 21, 2018
Kagamin
Aug 27, 2018
Kagamin
Aug 17, 2018
Mike Franklin
Aug 18, 2018
Martin Nowak
Aug 18, 2018
Jonathan M Davis
Aug 20, 2018
jmh530
Aug 21, 2018
Atila Neves
Aug 24, 2018
Martin Nowak
Release Candidate 2.082.0
Aug 29, 2018
Martin Nowak
Aug 29, 2018
Martin Nowak
August 17, 2018
Glad to announce the first beta for the 2.082.0 release, ♥ to the 47 contributors for this release.

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

As usual please report any bugs at https://issues.dlang.org

- ----

Highlights:

Additional functions for associative arrays -
https://dlang.org/changelog/2.082.0.html#require_update
Unsafe code can now be used in debug blocks -
https://dlang.org/changelog/2.082.0.html#debug-unsafe
UDAs on function arguments are now supported -
https://dlang.org/changelog/2.082.0.html#uda-function-arguments
Dependency resolution has been reimplemented using a recursive
algorithm -
https://dlang.org/changelog/2.082.0.html#recursive_dependecy_resolution
The regular upgrade check has been removed -
https://dlang.org/changelog/2.082.0.html#upgrade_check
Windows installer and binaries are now code-signed -
https://dlang.org/changelog/2.082.0.html#signed_windows_binaries

- -Martin
August 17, 2018
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?  Because it doesn't seem to be.

Mike


August 17, 2018
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 installer.  This beta is now reporting clean:  https://www.virustotal.com/#/file/dabf7c3b10ecb70025789c775756bee39bb401d7ef31f5a9131ff8760450fcab/detection

Windows Defender also reports it as clean.

Mike


August 18, 2018
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?  Because it doesn't seem to be.

Yes it is signed and I actually checked it on Windows 7.
What makes it appear to be unsigned on your system.


August 18, 2018
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 installer.  This beta is now reporting clean:  https://www.virustotal.com/#/file/dabf7c3b10ecb70025789c775756bee39bb401d7ef31f5a9131ff8760450fcab/detection
>
> Windows Defender also reports it as clean.

Good to hear that paying the certificate ransom helped making peace with the blackmailers ;).
August 18, 2018
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 -
>>> https://dlang.org/changelog/2.082.0.html#signed_windows_binaries
>>
>> Was this beta installer supposed to be signed?  Because it doesn't seem to be.
>
> Yes it is signed and I actually checked it on Windows 7.
> What makes it appear to be unsigned on your system.

I just downloaded it again.  To be specific, this is the file I'm downloading and executing:  downloads.dlang.org/pre-releases/2.x/2.082.0/dmd-2.082.0-beta.1.exe

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:  https://cdn1.tekrevue.com/wp-content/uploads/2017/09/windows-protected-your-pc.jpg

It recognizes the publisher as "D Language Foundation" but I still don't think that message should be popping up.  I'll research a little and see if I can find some more information.

Mike
August 18, 2018
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:  https://cdn1.tekrevue.com/wp-content/uploads/2017/09/windows-protected-your-pc.jpg

I'm running Windows 10.

Mike


August 18, 2018
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:  https://stackoverflow.com/questions/39833000/avoid-windows-protected-your-pc-message-for-a-authenticode-cert-signed-install

Mike


August 18, 2018
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 -
>>>> https://dlang.org/changelog/2.082.0.html#signed_windows_binaries
>>>
>>> Was this beta installer supposed to be signed?  Because it doesn't seem to be.
>>
>> Yes it is signed and I actually checked it on Windows 7.
>> What makes it appear to be unsigned on your system.
> 
> I just downloaded it again.  To be specific, this is the file I'm downloading and executing: downloads.dlang.org/pre-releases/2.x/2.082.0/dmd-2.082.0-beta.1.exe
> 
> 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: https://cdn1.tekrevue.com/wp-content/uploads/2017/09/windows-protected-your-pc.jpg 
> 
> 
> It recognizes the publisher as "D Language Foundation" but I still don't think that message should be popping up.  I'll research a little and see if I can find some more information.
> 
> Mike

It's definitely signed.
We may need to have Walter or somebody with contacts with Microsoft to chat to see what else we can do (or them).
August 18, 2018
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

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.

Mike

« First   ‹ Prev
1 2 3