-------------------
- Update to Thrift 0.10.0.
- __hash__ implementations are removed for mutable objects,
including all Concrete types. This is in response to the existing
__hash__ implementation breaking on lists and other mutable
container types.
- Remove accel branch from documentation and build. Thrift 0.10.0
includes the accelerated compact protocol, so the accelerated
protocol is now available on Concrete-Python master and installations
using pip.
- The accel branch is now defunct; 4.12.1 is the final release on
the accel branch.
- Add g++ to Docker image, needed to build accelerated protocols.
- Rename build.bash to generate.bash (affects maintainers only).