mysql-native release 3.1.0

2022-03-10 Thread Steven Schveighoffer via Digitalmars-d-announce
Pleased to announce a slight update to [mysql-native](https://code.dlang.org/packages/mysql-native). This version adds logging, which can possibly help diagnose issues. If you use it with vibe, it will use vibe logging, otherwise it will use std.experimental.logger. There are no API changes

Re: Release D 2.099.0

2022-03-10 Thread MoonlightSentinel via Digitalmars-d-announce
On Wednesday, 9 March 2022 at 10:08:50 UTC, meta wrote: The download links doesn't work.. I get access denied, what is happening? The year included in the download link was wrong. It's fixed now.

LDC 1.29.0-beta1

2022-03-10 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.29. Major changes: * Based on D 2.099.0+. * Support for LLVM 13. The prebuilt packages use v13.0.1. * On Linux, LDC doesn't default to the `ld.gold` linker anymore. lld is recommended (related LTO issues have been fixed). * Breaking `extern(D)` ABI