Auto merge of #1429 - str4d:867-update-dependencies, r=str4d

Update all dependencies

Also re-enables disabled compiler warnings.

Closes #867, #944, #1241, #1255, #1348.
This commit is contained in:
zkbot
2016-10-04 03:48:42 -04:00
18 changed files with 225 additions and 123 deletions

View File

@@ -2,6 +2,20 @@ Release Process
====================
Meta: There should always be a single release engineer to disambiguate responsibility.
## Pre-release
Check all of the following:
- All dependencies have been updated as appropriate:
- BDB
- Boost
- ccache
- libgmp
- libsnark (upstream of our fork)
- libsodium
- miniupnpc
- OpenSSL
## A. Define the release version as:
$ ZCASH_RELEASE=MAJOR.MINOR.REVISION(-BUILD_STRING)