www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Release D 2.110.0

reply Dennis <dkorpel gmail.com> writes:
Glad to finally announce D 2.110.0, ♥ to the 31 contributors.

This is a bit of an unusual release, as outlined in my recent 
post "[A big update on 
2.110](https://forum.dlang.org/post/dypquzqcqxfxgtbcikqi forum.dlang.org)".
Thanks again to Iain Buclaw for helping out.

This release comes mostly with bug fixes, since all features 
implemented after June 2024 (such as `ref` for local variables) 
are slated for 2.111. I will try to expedite the release of that.

http://dlang.org/download.html
http://dlang.org/changelog/2.110.0.html

There are still some minor things to do, like updating the index 
page of https://downloads.dlang.org to include 2.110, updating 
the [docarchives](https://docarchives.dlang.io/), and including 
[closed GitHub issues in the 
changelog](https://github.com/dlang/tools/pull/466). I'm working 
on getting those resolved.

~Dennis
on behalf of the Dlang Core Team
Mar 07
next sibling parent Nick Treleaven <nick geany.org> writes:
On Friday, 7 March 2025 at 19:17:23 UTC, Dennis wrote:
 Glad to finally announce D 2.110.0, ♥ to the 31 contributors.

 This is a bit of an unusual release, as outlined in my recent 
 post "[A big update on 
 2.110](https://forum.dlang.org/post/dypquzqcqxfxgtbcikqi forum.dlang.org)".
Thanks again to Iain Buclaw for helping out.
Thanks for getting this done, it's very good to finally see a new release. For me seeing contributions make it into a release definitely helps motivate me to contribute.
 This release comes mostly with bug fixes, since all features 
 implemented after June 2024 (such as `ref` for local variables) 
 are slated for 2.111. I will try to expedite the release of 
 that.

 http://dlang.org/download.html
 http://dlang.org/changelog/2.110.0.html

 There are still some minor things to do, like updating the 
 index page of https://downloads.dlang.org to include 2.110, 
 updating the [docarchives](https://docarchives.dlang.io/), and 
 including [closed GitHub issues in the 
 changelog](https://github.com/dlang/tools/pull/466). I'm 
 working on getting those resolved.
OK, so about 2 months of fixes are in the release but not listed yet.
Mar 08
prev sibling next sibling parent reply Walter Bright <newshound2 digitalmars.com> writes:
Dennis and Iain - Thank you for a tremendous job!
Mar 08
parent Dennis <dkorpel gmail.com> writes:
On Sunday, 9 March 2025 at 00:10:46 UTC, Walter Bright wrote:
 Dennis and Iain - Thank you for a tremendous job!
You're welcome!
Mar 08
prev sibling next sibling parent Salih Dincer <salihdb hotmail.com> writes:
On Friday, 7 March 2025 at 19:17:23 UTC, Dennis wrote:
 Glad to finally announce D 2.110.0, ♥ to the 31 contributors.

 This is a bit of an unusual release, as outlined in my recent 
 post "[A big update on 
 2.110](https://forum.dlang.org/post/dypquzqcqxfxgtbcikqi forum.dlang.org)".
Thanks again to Iain Buclaw for helping out.
Respect, man! SDB 79
Mar 08
prev sibling next sibling parent Mike Shah <mshah.475 gmail.com> writes:
On Friday, 7 March 2025 at 19:17:23 UTC, Dennis wrote:
 Glad to finally announce D 2.110.0, ♥ to the 31 contributors.

 This is a bit of an unusual release, as outlined in my recent 
 post "[A big update on 
 2.110](https://forum.dlang.org/post/dypquzqcqxfxgtbcikqi forum.dlang.org)".
Thanks again to Iain Buclaw for helping out.

 [...]
Thank you Dennis, Ian, and D core team!
Mar 09
prev sibling parent Steven Schveighoffer <schveiguy gmail.com> writes:
On Friday, 7 March 2025 at 19:17:23 UTC, Dennis wrote:
 Glad to finally announce D 2.110.0, ♥ to the 31 contributors.
As mentioned, this work is very much appreciated! Thanks to both you and Iain. -Steve
Mar 10