On Mon, 10 Feb 2014 10:57:32 GMT, Sönke Ludwig wrote:

The 0.9.21 release should be more or less done now and just needs some final testing.

See the beta 3 announcement and the change log for the list of changes since 0.9.20.

The next release will be a much smaller one again, concentrating on a few critical issues/features.

Download from http://code.dlang.org/download

On OSX 10.9.1, dub 9.21.rc1, with this:

{

"name": "dubtest",
"description": "A minimal D application.",
"copyright": "Copyright © 2014, invernizzi",
"authors": ["invernizzi"],
"dependencies": {
"vibe-d": ">=0.7.19-beta.2",
"ddb": "~master"
}

}

Tell me that:

invernizzi$ dub build
Error executing command build: Can't compare branch versions! (this: 0.7.19-beta.2, other: ~master)

Anyone else?

Paolo