Releases: kpdyer/fteproxy
v0.2.19
v0.2.18
This is a maintenance release to make fteproxy more debian-friendly.
Issue #137: We now use the pristine-tar branch for debian-friendly releases.
Issue #150 and #159: Ensure that we check for the right version of obfsproxy.
Issue #157: Include the COPYING file in our pypi tarballs.
Issue #161: Support the 0.1.0 libfte interface.
v0.2.17
v0.2.16
This release resolves many functional and performance issues, including:
- Issue #144: cleanup of build process, remove makefile
- Issue #147: fteproxy fails unit tests on python 2.6
- Issue #148: get fteproxy working on Travis CI
- Issue #149: long-running fteproxy server leaks memory
- Issue #151: fteproxy fails to close network connections
- Issue #152: add txsocks and parsley to setup_tbb.py
v0.2.15
v0.2.14
This release resolves one bug and supports a logical separation between networking logic (fteproxy) and the FTE cryptographic primitive (libfte.)
- bugfix: a patch [1] from Yawning Angel, which resolves a compatibility issue with obfsproxy >= 0.2.7.
- enhancement: Issue #133, support for the partition of fteproxy into two projects: fteproxy and libfte.
[1] 0f7f68d
v0.2.13
v0.2.12
This is a release that addresses the following issue raised against fteproxy on Windows: https://trac.torproject.org/projects/tor/ticket/11286.
In addition, this release addresses:
Issue #120: problems building on Windows
Issue #127: where "make test" sometimes fails on Windows.
Issue #130: improved warn/error/exception handling