[Pkg-privacy-commits] [txtorcon] annotated tag upstream/0.13.0 created (now cf80139)
Jérémy Bobbio
lunar at moszumanska.debian.org
Sun Sep 6 18:34:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to annotated tag upstream/0.13.0
in repository txtorcon.
at cf80139 (tag)
tagging b1015c5a860123e2eaf66abeec6cd69fedfb2e0d (commit)
replaces upstream/0.11.0
tagged by Jérémy Bobbio
on Fri Aug 28 22:15:39 2015 +0200
- Log -----------------------------------------------------------------
Upstream version 0.13.0
Jérémy Bobbio (1):
Imported Upstream version 0.13.0
Kali Kaneko (6):
fix syntax for pip install
Add some more links to walkthrough.rst
moar ignore
pep8, flakes
pep8, flakes, readability improvements
avoid duplication of the install command
Sambuddha Basu (8):
Fixed broken link under docs for NEWNYM
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 (68):
signatures for 0.11.0
Merge pull request #84 from kalikaneko/fix-doc-code-snippet
Merge pull request #86 from kalikaneko/include-dependency-install
add note about Gentoo
add note about exitaddr
Fix packaging comments
More dev deps, nicer coverage report and doc tweaks
Wait for descriptor upload on HiddenSerivce .listen()
More test coverage
Remove Twisted 11, add PyPy to Tox
Don't fail if there is no GeoIP info at all
Add release notes about new things
Re-work debuglog
Fix up post_bootstrap handling, and tests
add all_routers set() to TorControlProtocol
Nicer TorConfig documentation (as per issue #88)
make pep8 cry fewer tears
left over from pypy-testing branch merge; needs fixup
HiddenServiceDirGroupReadable support
fix integration tests
Travis-CI can't build GeoIP
travis-ci failing on 2.6 for now
try PyPy on Travis-CI
more travis-ci
install GeoIP headers instead
Merge pull request #92 from sammyshj/issue91
minor documentation fixups
add Twisted 15 to tox setup
be explicit about wanting warninigs
pep8
better test and docs for issue #88
bump version and release-notes
tweak release checklist
rename tox virtualenv's and gitignore them
note about link fix
signatures for 0.12.0
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
mike warren (6):
Make test play nicely on OS X
Merge remote-tracking branch 'kalikaneko/fix-refactor'
Note about cleanups from Kali Kaneko
get rid of unused variables
Honour ControlPort=0 in launch_tor() (issue 80)
Add note about issue 80 fix
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new c490dfc signatures for 0.11.0
new 1d893e4 fix syntax for pip install
new 4e8521d Merge pull request #84 from kalikaneko/fix-doc-code-snippet
new 569dae8 Add some more links to walkthrough.rst
new d3aeb58 moar ignore
new d94afa7 pep8, flakes
new 78ae195 pep8, flakes, readability improvements
new bcad4cc avoid duplication of the install command
new 2ecbb79 Merge pull request #86 from kalikaneko/include-dependency-install
new b2b41c4 Make test play nicely on OS X
new e9f1d45 Merge remote-tracking branch 'kalikaneko/fix-refactor'
new 044d91f Note about cleanups from Kali Kaneko
new 2d97084 add note about Gentoo
new 19c11e5 add note about exitaddr
new 59d347a get rid of unused variables
new b8d1139 Honour ControlPort=0 in launch_tor() (issue 80)
new b81a046 Add note about issue 80 fix
new 8c8190b Fix packaging comments
new e36831e More dev deps, nicer coverage report and doc tweaks
new 4e106e2 Wait for descriptor upload on HiddenSerivce .listen()
new ea33bd0 More test coverage
new d920072 Remove Twisted 11, add PyPy to Tox
new cad22ee Don't fail if there is no GeoIP info at all
new ada75f2 Add release notes about new things
new 861e9e1 Re-work debuglog
new c280826 Fix up post_bootstrap handling, and tests
new caeb93c add all_routers set() to TorControlProtocol
new 56dc644 Nicer TorConfig documentation (as per issue #88)
new e80e540 make pep8 cry fewer tears
new 7e1ce8d left over from pypy-testing branch merge; needs fixup
new 94b0e30 HiddenServiceDirGroupReadable support
new 0bfb46d fix integration tests
new 450a301 Travis-CI can't build GeoIP
new 85b5c9e travis-ci failing on 2.6 for now
new 6428e16 try PyPy on Travis-CI
new c24f08c more travis-ci
new b0152dd install GeoIP headers instead
new 1ed9adc Fixed broken link under docs for NEWNYM
new f6f6eea Merge pull request #92 from sammyshj/issue91
new bc7be21 minor documentation fixups
new 4daa3d4 add Twisted 15 to tox setup
new eec2a52 be explicit about wanting warninigs
new 504f2b1 pep8
new eaf8c86 better test and docs for issue #88
new 145ec2a bump version and release-notes
new 3162e9e tweak release checklist
new 1683f6f rename tox virtualenv's and gitignore them
new 7850ec3 note about link fix
new 3c4f051 signatures for 0.12.0
new 819f2a2 pep8, The Great Whitespacing
new 1a7343a tweak release checklist after 0.12.0
new af1c9bc An example of launching a tor2web-enabled tor
new d4416dc simplify and modernize launch_tor example
new d51ab17 refactor launch_tor(), get rid of temp torrc
new 8aa2b64 Nicer way to create TorState instances
new 047c22e lazy-parse router.modified attribute
new c24523b use startswith() not slicing for state-machine
new 7ebc630 test iterator protocol of TorConfig
new 25ce0e1 documentation updates
new 3ae5a06 add htmlcoverage target
new e41f948 cover some partially-covered if statements
new 331dd40 Added python package coverage
new 74b2e6a Install packages from Makefile
new a826f1e Merge pull request #98 from sammyshj/modifymakefile
new 5fd5eb5 Merge pull request #97 from sammyshj/missingrequirement
new ccbd2aa Added coverage tests for create_geoip()
new 2fea4b0 Merge pull request #99 from sammyshj/missingcoveragetest
new 7166008 parser and test for client_keys files
new 7429cd0 Properly treat HiddenServiceAuthorizeClient as a list
new 5daa7b2 add release note
new 177d4c7 descriptor cookies shouldn't have the == at the end
new 43bbef7 HiddenServiceDir should be absolute. Test also added
new ccbfa24 Merge pull request #100 from sammyshj/issue90
new 944c107 Check whether current hidden service dir is the same as other hidden service dir
new 28f8ce8 Merge pull request #103 from sammyshj/fixendpointlisten
new bb0cd71 Check multiple hidden services with same directory
new 0f34927 Merge pull request #101 from sammyshj/checkmultiplehsdir
new 017e05e hidden-service uses http only
new 3b54f42 make WARNING: not using PyPi over SSH! running check happy
new 668b7c4 comment about merge from samgtr
new 90b7a7a IRC nick that is registered with Sambuddha Basu
new a6efb2d Merge pull request #106 from sammyshj/changenick
new 3e8ffa4 change defualt geoip location?
new 0877c24 tox needs GeoIP to do all the tests
new b8722ef pep8 fixes
new b99d263 note about signals/names merge
new eaeb61e bump versions
new 7c8f4f2 update links for 0.13
new b1015c5 Imported Upstream version 0.13.0
The 89 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
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