Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

Commit

Permalink
Changelog, remove entry points in favor of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Nov 8, 2014
1 parent c1062db commit 1a9ba29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,3 +1,12 @@
7 November 2014: pathod 0.11:

* Hugely improved SSL support, including dynamic generation of certificates
using the mitproxy cacert
* pathoc -S dumps information on the remote SSL certificate chain
* Big improvements to fuzzing, including random spec selection and memoization to avoid repeating randomly generated patterns
* Reflected patterns, allowing you to embed a pathod server response specification in a pathoc request, resolving both on client side. This makes fuzzing proxies and other intermediate systems much better.


25 August 2013: pathod 0.9.2:

* Adapt to interface changes in netlib
Expand Down
9 changes: 1 addition & 8 deletions setup.py
Expand Up @@ -35,14 +35,7 @@

packages=find_packages(),
include_package_data=True,

entry_points={
'console_scripts': [
"pathod = libpathod.main:pathod",
"pathoc = libpathod.main:pathoc"
]
},

scripts = ["pathod", "pathoc"],
install_requires=[
'netlib>=%s' % version.MINORVERSION,
# It's INSANE that we have to do this, but...
Expand Down

0 comments on commit 1a9ba29

Please sign in to comment.