DVM - D Version Manager 0.4.4
Jacob Carlborg via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Sun Sep 13 09:25:58 PDT 2015
I just released a new version of DVM, 0.4.4. The most important change
for this release is that DVM now will try to first download the platform
specific package.
For everyone already using DVM, please update to this version because
the current release of DMD is most likely that last one to provide the
cross-platform package DVM has been using so far.
This release fixes a bug (issue 31) on Windows causing the default
compiler not persist. This release also comes with experimental support
for FreeBSD (using Bash).
For pre-compiled binaries and changelog (or below) see [1].
DVM is also now available via Dub [2].
For those not familiar with DVM:
DVM allows you to easily download and install D compilers and manage
different versions of the compilers.
Changelog:
Version 0.4.4
New/Changed Features
* Experimental support for FreeBSD (using Bash)
* Download DMD using platform specific archive if available
* Support for installing release candidates
* Download DMD from `downloads.dlang.org` (fallback to
`ftp.digitalmars.com`)
* Set a user agent when fetching compilers. The user agent will be
in the form of `dvm/<version> (<architecture>-<operating system>)`
Bugs Fixed
* [Issue 31](https://github.com/jacob-carlborg/dvm/issues/31):
Windows: default compiler does not persist
[1] https://github.com/jacob-carlborg/dvm/releases/tag/v0.4.4
[2] http://code.dlang.org/packages/dvm
--
/Jacob Carlborg
More information about the Digitalmars-d-announce
mailing list