Releases: GaloisInc/haskell-tor
Updates to file distribution and library dependencies.
This commit makes sure that all the test files get appropriately picked up when packaged with cabal sdist. In addition, it modifies the Travis build to try to make sure that we don't keep having this problem. Finally, at a user's request, we loosen some of the requirements, and allow newer versions of cryptonite and memory. The former requires some CPP ugliness, which we will need to deprecate sometime in the future.
Patch update to fix build and test issues found by early testers.
This release updates the previous release to fix and simplify building. It also updates the test framework slightly, as the previous release seems to have gotten a bit out of sync. No changes or additions to any APIs were made.
Initial Release
The initial release of haskell-tor
. This release:
- Supports anonymized connections fairly well.
- Has code for supporting relay connections, which is much less tested.
- Has code for supporting exit nodes, which is much less tested.
- Supports both Tor handshake types.
More testing and third-party evaluation is still needed.