Skip to content

Releases: kpdyer/fteproxy

v0.2.19

09 Oct 23:22
Compare
Choose a tag to compare

Issue #153: cope with bad format names
Issue #158 and Issue #165: fteproxy segfaults on some platforms
Issue #166 and Issue #167: fteproxy ImportError when packaged with pyinstaller

v0.2.18

17 Sep 18:14
Compare
Choose a tag to compare

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

21 Jul 22:13
Compare
Choose a tag to compare

This is a minor release, which includes a fix for Issue #152, as per: https://trac.torproject.org/projects/tor/ticket/12381#comment:15

v0.2.16

21 Jul 12:07
Compare
Choose a tag to compare

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

20 May 02:30
Compare
Choose a tag to compare

This release focuses on various bugfixes and support for pypi CLI installs.

  • Issue #140: Support TOR_PT_PROXY
  • Issue #133: Split fteproxy into two projects: fteproxy and libfte
  • Issue #141: Include appropriate dependencies in setup.py
  • Issue #142: Support pypi build/upload/sign

v0.2.14

10 May 00:53
Compare
Choose a tag to compare

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

08 Apr 00:14
Compare
Choose a tag to compare

This maintenance release fixing issues encountered during server-side fteproxy testing:

Issue #131: make sure use the proper system tempdir
Issue #132: ensure we don't output warn/error messages when in managed mode

In addition a few commits were made against the following:

Issue #130: code cleanup

v0.2.12

06 Apr 20:41
Compare
Choose a tag to compare

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

v0.2.11

01 Apr 04:51
Compare
Choose a tag to compare

Issue #126: ensure that we have compatibility for all 0.2.x versions of obfsproxy

v0.2.10

31 Mar 23:44
Compare
Choose a tag to compare

Issue #124: PyCrypto import error investigated and close
Issue #125: Network connections, in some cases, close prematurely

In addition we updated README.md and BUILDING.md to include further details for building on Linux/OSX.