Thread overview | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
March 24, 2015 Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Glad to announce D 2.067.0. This release comes with many improvements. The GC is a lot faster for most use-cases, we have improved C++ interoperability and fixed plenty of bugs. See the changelog for more details. http://dlang.org/changelog.html Download pages and documentation will be updated within the next few hours. http://downloads.dlang.org/releases/2.x/2.067.0/ http://ftp.digitalmars.com/ Until the binaries are mirrored to the official site, you can get them here. https://dlang.dawg.eu/downloads/dmd.2.067.0/ -Martin |
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
> Glad to announce D 2.067.0.
>
> This release comes with many improvements.
> The GC is a lot faster for most use-cases, we have improved C++
> interoperability and fixed plenty of bugs.
>
> See the changelog for more details.
> http://dlang.org/changelog.html
>
> Download pages and documentation will be updated within the next few hours.
>
> http://downloads.dlang.org/releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
>
> Until the binaries are mirrored to the official site, you can get them here.
> https://dlang.dawg.eu/downloads/dmd.2.067.0/
>
> -Martin
Congratulations to Martin and everyone else who contributed.
Craig
|
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to CraigDillabaugh | On 03/24/2015 06:22 PM, CraigDillabaugh wrote:
>
> Congratulations to Martin and everyone else who contributed.
And particularly thanks to Kenji and Walter for the fast bug fixing.
|
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On Tuesday, 24 March 2015 at 17:08:03 UTC, Martin Nowak wrote:
> Glad to announce D 2.067.0.
>
> This release comes with many improvements.
> The GC is a lot faster for most use-cases, we have improved C++
> interoperability and fixed plenty of bugs.
>
> See the changelog for more details.
> http://dlang.org/changelog.html
>
> Download pages and documentation will be updated within the next few hours.
>
> http://downloads.dlang.org/releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
>
> Until the binaries are mirrored to the official site, you can get them here.
> https://dlang.dawg.eu/downloads/dmd.2.067.0/
>
> -Martin
Congratz!
What exactly changed wrt C++ interop (changelog is not really helpful)?
Also, as I reported some time ago (as 2.067 changelog is the default from D main page for some time), link (in the "Version D 2.067 Mar 1, 2015") is broken
|
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | Arch Linux packages have been uploaded. I am very grateful to Martin for handling this release. It was done very professionally and thanks to beta discussions/testing we did some great breakthrough in release stability by providing deprecation paths for several non-critical bug fixes. Also some intrusive runtime changes has been reverted to re-add them in next release with better migration experience - extremely pleased to see that too. |
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On 3/24/15 10:07 AM, Martin Nowak wrote:
> Glad to announce D 2.067.0.
>
> This release comes with many improvements.
> The GC is a lot faster for most use-cases, we have improved C++
> interoperability and fixed plenty of bugs.
>
> See the changelog for more details.
> http://dlang.org/changelog.html
>
> Download pages and documentation will be updated within the next few hours.
>
> http://downloads.dlang.org/releases/2.x/2.067.0/
> http://ftp.digitalmars.com/
>
> Until the binaries are mirrored to the official site, you can get them here.
> https://dlang.dawg.eu/downloads/dmd.2.067.0/
Congratulations to everyone involved! This is a significant release - really a change of phase in the community - because for the first time neither Walter nor I participated in the actual release process (except with engineering bits, Walter a lot more).
Congratulations, Martin!
Let's announce this more widely after the binaries become available.
I have one regret - the changelog is a lot more scarce than it should because it doesn't list (or link to) a complete list of bugfixes. The impression to first comers is that we have a release with 8 total items. Hardly impressive.
Also the date on the release in the changelog page is wrong - it remained "Mar 1, 2015" aka our "I have a dream" date :o).
Andrei
|
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dicebot | On 3/24/15 10:58 AM, Dicebot wrote: > Arch Linux packages have been uploaded. Thanks! > I am very grateful to Martin for handling this release. It was done very > professionally and thanks to beta discussions/testing we did some great > breakthrough in release stability by providing deprecation paths for > several non-critical bug fixes. Also some intrusive runtime changes has > been reverted to re-add them in next release with better migration > experience - extremely pleased to see that too. Yes, amazing job. Let's gear up for the next release with http://wiki.dlang.org/DIP75 sooner! -- Andrei |
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On 03/24/2015 07:00 PM, Andrei Alexandrescu wrote: > > I have one regret - the changelog is a lot more scarce than it should because it doesn't list (or link to) a complete list of bugfixes. The impression to first comers is that we have a release with 8 total items. Hardly impressive. > > Also the date on the release in the changelog page is wrong - it remained "Mar 1, 2015" aka our "I have a dream" date :o). Should be fixed by now, as announcement said "within a few hours". https://github.com/D-Programming-Language/dlang.org/pull/920 https://github.com/D-Programming-Language/dlang.org/pull/933 What I'm regretting more, is that I have to run after every contributor, bugging them 3 times to write a single changelog line. One way to improve this would be to have changelogs in the dmd/druntime/phobos repo and make the entries part of the pull requests. |
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | On 3/24/15 2:18 PM, Martin Nowak wrote:
> One way to improve this would be to have changelogs in the
> dmd/druntime/phobos repo and make the entries part of the pull requests.
>
+1000
-Steve
|
March 24, 2015 Re: Release D 2.067.0 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | Congratulations! Before launching it in the wild, can *mscoff.lib libraries included in the package? |
Copyright © 1999-2021 by the D Language Foundation