Release candidate vibe.d 0.8.1-rc.1

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Aug 12 02:45:00 PDT 2017


Am 12.08.2017 um 10:41 schrieb Andrew Benton:
> On Saturday, 12 August 2017 at 07:55:14 UTC, Sönke Ludwig wrote:
>> The first release candidate for 0.8.1 is out, notably containing some 
>> API fixes (mostly missing @safe annotations), as well as a bunch of 
>> improvements in the HTTP sub system. Full change log:
>>
>> https://github.com/rejectedsoftware/vibe.d/blob/master/CHANGELOG.md
>>
>> 0.8.1-rc.1 on code.dlang.org:
>> http://code.dlang.org/packages/vibe-d/0.8.1-rc.1
>>
>> The release is scheduled for Monday the 28th. Some time after, there 
>> will also be a 0.7.x release, which has the fixes that went into 0.8.0 
>> and 0.8.1 backported, to keep the 0.7 branch alive for a bit longer.
> 
> Do you anticipate that support for OpenSSL 1.1 will be provided in the 
> 0.8.1 release?  Lack of support is blocking my compilation with vibe on 
> Fedora 26.

Good point, I managed to forget about that. I'll at least include a 
manual solution that works with a version constant VibeUseOpenSSL11 or 
similar. Robert Schadek fortunately has a PR already open that just 
needs to be adjusted a bit.


More information about the Digitalmars-d-announce mailing list