Loading ChangeLog +1 −1 Original line number Diff line number Diff line Changes in version 0.0.4 - UNRELEASED Changes in version 0.0.4 - 2013-09-11 - Add a subprocess management module, which should make it easier to write composed plugins such as obfs-flash, and the 2-INT termination behaviour specified in the PT spec. Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import sys from setuptools import setup, find_packages setup(name='pyptlib', version='0.0.3', version='0.0.4', description='A python implementation of the Pluggable Transports for Circumvention specification for Tor', long_description='A python implementation of the Pluggable Transports for Circumvention specification for Tor', author='asn, Brandon Wiley', Loading Loading
ChangeLog +1 −1 Original line number Diff line number Diff line Changes in version 0.0.4 - UNRELEASED Changes in version 0.0.4 - 2013-09-11 - Add a subprocess management module, which should make it easier to write composed plugins such as obfs-flash, and the 2-INT termination behaviour specified in the PT spec. Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ import sys from setuptools import setup, find_packages setup(name='pyptlib', version='0.0.3', version='0.0.4', description='A python implementation of the Pluggable Transports for Circumvention specification for Tor', long_description='A python implementation of the Pluggable Transports for Circumvention specification for Tor', author='asn, Brandon Wiley', Loading