[Pkg-privacy-commits] [txtorcon] annotated tag v0.8.0 created (now 9f7566d)

Ximin Luo infinity0 at debian.org
Mon Oct 19 22:56:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to annotated tag v0.8.0
in repository txtorcon.

        at  9f7566d   (tag)
   tagging  03c01f7e099369cb2573c88b1051557938ebb63f (commit)
  replaces  v0.7
 tagged by  meejah
        on  Fri Apr 12 09:17:46 2013 -0600

- Log -----------------------------------------------------------------
Tag v0.8.0 Release

This release adds:

 . issue #18: slight *API change* ICircuitListener.circuit_failed,
   circuit_closed, IStreamListener.stream_failed, stream_closed and
   stream_detach all now include any keywords in the notification
   method (these either lacked flags, or only included some)
 . launch_tor() can take a timeout (starting with a patch from hellais);
 . cleanup from aagbsn;
 . more test coverage;
 . run tests cleanly without graphviz (from lukaslueg);
 . issue #26: fix from lukaslueg;
 . pep8 and whitespace targets plus massive cleanup (now pep8 clean, from lukaslueg);
 . issue #30: fix reported by webmeister making ipaddr actually-optional;
 . example using synchronous web server (built-in SimpleHTTPServer) with txtorcon (from lukaslueg);
 . TorState can now create circuits without an explicit path;
 . passwords for non-cookie authenticated sessions now use a password callback (that may return a Deferred);
 . fixes for AddrMap in case Tor ticket #8596 is implemented;
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAABAgAGBQJRaCYAAAoJEJ0UOBRRgEVQwVMH/j/6JE/Lj94f0aVDBgc4Au24
ttG7JTsHNEio2ocNxhxEzTiIOgN8Qnh86kFhVnEuR96665JLXPpKGmU6jy+FnSQY
hlKE9rnJZxI2Ntn+C1H6e3lJBu/eSZZTykK0Qwzzn/uWuyv+28RCmRAco1uuHzVW
bu81Hdr7LcYvy2qXCXL4oQ4gW/khu+NvAwBc2wWMpeCs3CmSsHdVn/vNY/tN5OuX
i44vnE4jTwH4AC3k/AnBcAt8YJUIq4Fyhi7LCbqVFa8RYmAmMBao4365Ys/JUfCG
iToEbKZ0zID43GfdGEgeP2/ZpU23otQ1TysttnWBmFenC9RI2LZtiYcH/FkbG5w=
=23U5
-----END PGP SIGNATURE-----

Arturo Filastò (2):
      Add support for specifying a timeout argument when starting Tor
      Implement unittest for launching Tor with timer.

Lukas Lueg (18):
      Handle graphviz not being available during test_fsm
      Fix file-permissions for /examples scripts
      Fix special-attribute lookup in TorConfig
      Allow launch_tor() to execute as root by dropping data_directory privileges to config.User
      Add build-directories and vim-swaps to .gitignore
      Fix ip_from_int() in utils; PEP8-fixes in test_utils
      Add pep8/pyflakes targets to Makefile
      Fixes for pep8 and pyflakes; fixed missing/unused imports
      Fixed test_fsm for python < 2.7
      better output in test_fsm()
      Added SimpleHTTPServer-example
      Refactored build_tor_connection, added build_local_tor_connection
      Refactored example attach_streams_by_country to use new build_local_tor_connection
      Add examples to stylechecking
      Finished refactoring examples, changed arguments for build_tor_connection
      Added find_tor_binary() and removed hardcoded path from launch_tor()
      Moved find_tor_binary() to util.py
      Merging master from upstream

aagbsn (1):
      Remove () from exception

meejah (78):
      Change circuit_failed to take dict of args instead of just reason.
      Filter out the router IDs that look like keywords.
      documentation about API change
      Use IReactorTime and IDelayedCall instead of polling, and fix unit-tests.
      remove unused import
      at least call circuit, stream mix-in methods
      make log more-testable, and add simple test
      cleanup comment
      Merge branch 'master' of github.com:meejah/txtorcon
      update docs
      get rid of custom exception
      fix commit
      fix import
      Merge branch 'timeout' of github.com:meejah/txtorcon into timeout
      Merge pull request #25 from aagbsn/torconfig_fix
      Add timeout to launch_tor(), with tests.
      incorrectly fixed merge conflict
      update docs with recent changes: timeout, cleanup and test-coverage
      create a logo
      add recent signature to repository
      Merge branch 'master' of github.com:meejah/txtorcon
      Merge pull request #27 from lukaslueg/master
      note about graphviz cleanup
      update tests, coverage stats
      add test
      Merge pull request #28 from lukaslueg/master
      fix whitespace errors
      notes about lukaslueg's recent fixes
      issue #30; make ipaddr module actually-optional
      note about issue #30 fix
      temporary fix for pre-2.7 Pythons (which lack subprocess.check_output)
      run graphviz tests on python 2.6 (e.g. debian stable) correctly
      Merge remote branch 'lukaslueg/testfsm'
      minor updates to README
      Merge pull request #35 from lukaslueg/httpdexample
      add note about new example
      Merge pull request #39 from lukaslueg/buildtorconnection
      new example, build a custom circuit for the next stream
      add new example to the examples page
      pyflakes, pep8 cleanup and use build_local_tor_connection() instead
      Merge pull request #40 from lukaslueg/master
      fix leftover conflict markers from pull-request
      Use rST for README instead, to avoid pandoc build rule
      fix rST markup for embedded URIs
      More OS success reports (issue #42)
      update Stem URI
      add known users
      Fix spelling of graphviz (issue-43)
      move releases to their own file and page
      couple improvements to first example
      instructions for using virtualenv
      documentation for build_local_tor_connection
      Ability to create a circuit without specifying a path.
      mention new feature
      pass a keyword argument to circuit_closed, circuit_failed, stream_detach, stream_closed and stream_failed
      fix up comments
      remove unused code
      output circuit path when loggin streams (in example)
      issue #18: provide all flags with events
      issue #44: provide password callback
      add note about password callbacks
      add links for issues in notes
      fix links in releases notes
      Allow use of X to mean random relay (or guard) for circuit_for_next_stream example
      pep8 cleanups
      pyflakes fixes
      fix a couple API links in docs
      Preliminary fix and test for Issue #47
      Some testcases and improved parsing in case Tor's #8596 is implemented
      bump versions and copyright for 0.8.0
      pep8 fix
      spelling mistake
      fix a couple URIs
      symlink so documentation includes README
      documentation/download updates for 0.8.0
      spelling mistake
      fix scheme on some URIs
      fix github archive URI

-----------------------------------------------------------------------

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