August 17, 2013
In the GitHub tools repo, is the tool "changed" intended to be included as part the DMD release zips? I ask because it uses libcurl, so on windows that would require either:

A) the user already has libcurl.dll (and possibly the other dlls
included with libcurl) installed.

or B) including the libcurl dlls in the DMD release.

I don't see B as a problem, but I wanted to ask what the intention is with "changed".

August 17, 2013
On Saturday, 17 August 2013 at 21:49:06 UTC, Nick Sabalausky wrote:
> I don't see B as a problem, but I wanted to ask what the intention is
> with "changed".

It's only used by the core dev team to help create the change log, I don't think it should be distributed with the zipped release.