DUB 0.9.19 has been released

Sönke Ludwig sludwig at outerproduct.org
Fri Oct 18 08:57:59 PDT 2013


Major changes since 0.9.18

 - Added support for "dub build <package name>" and
   "dub run <package name>" to build/run a specific package instead of
   the root package in the current directory. This works for any
   installed packages, as well as for sub packages.

 - Added a "--root=<directory>" switch to pretend DUB was run from a
   different directory. Useful mainly for shell scripts and the like.

 - Building with GDC/LDC has been fixed (there were issues with the
   compiler response file format)

Also the precompiled binaries for Linux now use the static version of
Phobos again, which should improve interoperability on different OS
distributions.


GitHub projects:

  https://github.com/rejectedsoftware/dub
  https://github.com/rejectedsoftware/dub-registry


Full change log:

  https://github.com/rejectedsoftware/dub/blob/master/CHANGELOG.md


Download:

  http://code.dlang.org/download


More information about the Digitalmars-d-announce mailing list