www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DMD 2.112.1 and 2.113.0 release candidate

reply Dennis <dkorpel gmail.com> writes:
Thanks to all the contributors!

https://dlang.org/download.html
https://dlang.org/changelog/2.113.0.html
https://dlang.org/changelog/2.112.1.html

Please test the 2.113 release candidate. It contains features 
from up to March 2026, since it was tagged then, but the release 
stalled afterwards. I asked Razvan (our project manager) for a 
status update throughout July, but he wanted to prioritize 
getting a release done ASAP, so here it is. Expect more details 
from him soon.

Also, expect a 2.114 beta soon with all the latest features! Note 
that with the new release workflow on GitHub, 2.113 can still get 
point releases even after 2.114 is released. So if the jump from 
2.112 to 2.114 is too big, you can stick with 2.113 for a while.

The current schedule is:

https://dlang.org/changelog/release-schedule.html

But as always, feedback is welcome.

~Dennis
Aug 10
next sibling parent Mindy Batek (0xEAB) <desisma heidel.beer> writes:
On Monday, 10 August 2026 at 13:53:47 UTC, Dennis wrote:
 https://dlang.org/changelog/2.112.1.html
 released Aug 05, 2026
Is there any difference to the v2.112.1 tag (7af5ba36cb9b03e5c54e784226a69b2eccf4f394) created in March?
Aug 10
prev sibling next sibling parent Mindy Batek (0xEAB) <desisma heidel.beer> writes:
On Monday, 10 August 2026 at 13:53:47 UTC, Dennis wrote:
 The current schedule is:

 https://dlang.org/changelog/release-schedule.html
As a downstream packager (dlang-dockerized in my case): Thank you very much!
Aug 10
prev sibling next sibling parent reply Dejan Lekic <dejan.lekic gmail.com> writes:
Did you check the download links? Some of them do not work. This 
one for an example: 
https://downloads.dlang.org/pre-releases/2.x/2.113.0/dmd-2.113.0~rc.1-0.fedora.x86_64.rpm
Aug 14
parent Dennis <dkorpel gmail.com> writes:
On Friday, 14 August 2026 at 09:40:28 UTC, Dejan Lekic wrote:
 Did you check the download links? Some of them do not work. 
 This one for an example: 
 https://downloads.dlang.org/pre-releases/2.x/2.113.0/dmd-2.113.0~rc.1-0.fedora.x86_64.rpm
I only checked a few. Usually if one works all work. But this time, while migrating from the old Vagrant boxes to GitHub workflows, GitHub releases silently changes the ~ character in the file names, causing a mismatch on .deb and .rpm file names. The GitHub workflow originally wouldn't even create this files as such packages are supposed to be final, not beta versions. Either way thanks for reporting! It's fixed now.
Aug 17
prev sibling parent Anton Pastukhov <mail anton9.com> writes:
On Monday, 10 August 2026 at 13:53:47 UTC, Dennis wrote:
 Thanks to all the contributors!

 https://dlang.org/download.html
 https://dlang.org/changelog/2.113.0.html
 https://dlang.org/changelog/2.112.1.html
 New experimental Data Flow Analysis Engine for nullability and 
 truthiness
Hyped for this one!
Aug 20