Releases: decred/decred-release
Releases · decred/decred-release
v1.6.0-rc5
Add/update dcrinstall manifests for 1.6.0-rc4
v1.6.0-rc4
Use config filename as hint for target directory. (#205) Bitcoin differs from all other daemons where the daemon name does not match the configuration and target directory name. Instead of relying on the daemon name use the configuration name instead to determine what the target directory is. This change was made over all 3 components that are being installed.
v1.6.0-rc3
Only self-check version in release builds This commit disables the comparison of dcrinstall's own embedded version against the version discovered in the 'latest' file unless the version is embedded using a linker flag by the release builder. Normal development builds of dcrinstall will no longer self-check, and the release builder should never produce a dcrinstall executable which is incompatible with the manifests it creates. While here, also update the fallback manifest URLs for the decred and dexc distributions for the v1.6.0-rc3 release.
v1.6.0-rc2
Give binary files same error prtin treatment as config files (#194)
v1.6.0-rc1
Prepare for v1.6.0-rc1 (#180) This release is a bit different as it also installs dcrdex and bitcoind when the -dcrdex flag is supplied. This is a temporary bandaid until the dex is integrated within decrediton.
v1.5.2
v1.5.1
v1.5.0
v1.5.0-rc3
add release script (#163) * add release script * use more portable openssl * add buildid= to ldflags
v1.5.0-rc2
prepare v1.5.0-rc2 (#161)