v0.13.3
- We now use the
MAP_NOCORE
flag whenmmap
ing on FreeBSD. - When allocating memory, we fill the entire region with
0xdb
bytes to allow for easier debugging of issues related to uninitialized data. - Switched to using
golang/dep
for dependency management.