Discussion:
[tor-dev] txtorcon 18.1.0
meejah
2018-09-27 02:45:15 UTC
Permalink
I'm very pleased to announce txtorcon 18.1.0. This adds or fixes the
following:

* better error-reporting (include REASON and REMOTE_REASON if
available) when circuit-builds fail (thanks David Stainton)
* more-robust detection of "do we have Python3" (thanks Balint
Reczey)
* fix parsing of Unix-sockets for SOCKS
* better handling of concurrent Web agent requests before SOCKS ports
are known
* allow fowarding to ip:port pairs for Onion services when using the
"list of 2-tuples" method of specifying the remote vs local
connections.

You can download the release from PyPI or GitHub (or of
course "pip install txtorcon"):

https://pypi.python.org/pypi/txtorcon/18.1.0
https://github.com/meejah/txtorcon/releases/tag/v18.1.0

Releases are also available from the hidden service:

http://timaq4ygg2iegci7.onion/txtorcon-18.1.0.tar.gz
http://timaq4ygg2iegci7.onion/txtorcon-18.1.0.tar.gz.asc

Or via a "version 3" service:

http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-18.1.0.tar.gz
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-18.1.0.tar.gz.asc

You can verify the sha256sum of both by running the following 4 lines
in a shell wherever you have the files downloaded:

cat <<EOF | sha256sum --check
b61cf175a5f1d4092609caf05d178fcdcabf513928eec98d38125c501afea43c dist/txtorcon-18.1.0.tar.gz
98aba4a96c355c55ee5d8290b67a09380b02e1044fb2e76737f47f5a33659dce dist/txtorcon-18.1.0-py2.py3-none-any.whl
EOF

thanks,
meejah

Loading...