[Pkg-privacy-commits] [txtorcon] annotated tag v0.13.0 created (now b4928c0)
Ximin Luo
infinity0 at debian.org
Mon Oct 19 22:55:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to annotated tag v0.13.0
in repository txtorcon.
at b4928c0 (tag)
tagging 7c8f4f2910c19ea943e2545594078f8a9a0796ab (commit)
replaces v0.12.0
tagged by meejah
on Sun May 10 01:13:31 2015 -0600
- Log -----------------------------------------------------------------
I'm pleased to announce txtorcon 0.13.0. This adds several amazing
features, including levitation. Full list of improvements:
* support basic and stealth hidden service authorization, and parse client_keys files.
* 2x speedup for TorState parsing (mostly by lazy-parsing timestamps)
* can now parse ~75000 microdescriptors/second per core of 3.4GHz Xeon E3
* launch_tor now doesn't use a temporary torrc (command-line options instead)
* tons of pep8 cleanups
* several improvements to hidden-service configuration from sambuddhabasu1
* populate valid signals from GETINFO signals/names from sambuddhabasu1
You can download the release from PyPI or GitHub (or of course "pip
install txtorcon"):
https://pypi.python.org/pypi/txtorcon/0.13.0
https://github.com/meejah/txtorcon/releases/tag/v0.13.0
Releases are also available from the hidden service:
http://timaq4ygg2iegci7.onion/txtorcon-0.13.0.tar.gz
http://timaq4ygg2iegci7.onion/txtorcon-0.13.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
3218d0fa0c22f49eee9324a5862b2d53ef77d5cb8e555e2bcffc24070aaeca7d txtorcon-0.13.0.tar.gz
de266cd1b35cc2d9f4600e510d9d3a5645771d36ce36a5888a2828594feb1ef0 txtorcon-0.13.0-py2-none-any.whl
EOF
thanks,
meejah
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABAgAGBQJVTwUcAAoJEMJgKAMSgGmnXCwH+wbwCC9ujBCmYzb0JQm0Bcvo
/3B6qoPgF9GWAe1gbp2Ziz+72NYkzfk6qoaovFpdi1tQy4UgN1ZVv0IdhMlUUju5
BJvtSqVhg6tl09U4pWamTYHul0iYN2/DfAvaX9rg/WbpGfTSteHjBOQeecf+LqI5
1uBuseD6mpjNpEi1fYgjbDZQPlYSAXCidM0TBLBshCBC9EzKT6c2Y26vEwtsEbJa
bPwwXFs5bNnw9LDSwI53DUHA8dj0f3D1zENPc1Yn+cYVxTHRPEJh4YoPbh8Goess
exXygDej6wq4sExff4WFG01X5yLzIFmh5lZVsbco2s1JINKywLLEBK2jc0ROpnI=
=QbDi
-----END PGP SIGNATURE-----
Sambuddha Basu (7):
Added python package coverage
Install packages from Makefile
Added coverage tests for create_geoip()
HiddenServiceDir should be absolute. Test also added
Check whether current hidden service dir is the same as other hidden service dir
Check multiple hidden services with same directory
IRC nick that is registered with Sambuddha Basu
meejah (32):
pep8, The Great Whitespacing
tweak release checklist after 0.12.0
An example of launching a tor2web-enabled tor
simplify and modernize launch_tor example
refactor launch_tor(), get rid of temp torrc
Nicer way to create TorState instances
lazy-parse router.modified attribute
use startswith() not slicing for state-machine
test iterator protocol of TorConfig
documentation updates
add htmlcoverage target
cover some partially-covered if statements
Merge pull request #98 from sammyshj/modifymakefile
Merge pull request #97 from sammyshj/missingrequirement
Merge pull request #99 from sammyshj/missingcoveragetest
parser and test for client_keys files
Properly treat HiddenServiceAuthorizeClient as a list
add release note
descriptor cookies shouldn't have the == at the end
Merge pull request #100 from sammyshj/issue90
Merge pull request #103 from sammyshj/fixendpointlisten
Merge pull request #101 from sammyshj/checkmultiplehsdir
hidden-service uses http only
make WARNING: not using PyPi over SSH!
comment about merge from samgtr
Merge pull request #106 from sammyshj/changenick
change defualt geoip location?
tox needs GeoIP to do all the tests
pep8 fixes
note about signals/names merge
bump versions
update links for 0.13
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/txtorcon.git
More information about the Pkg-privacy-commits
mailing list