- Fix readthedocs versioning.
- Don't crash on ENETUNREACH.
- Various bug fixes.
- Improvements to BSD and OSX support.
- Don't force IPv6 if IPv6 nameservers supplied. Fixes #74.
- Call /bin/sh as users shell may not be POSIX compliant. Fixes #77.
- Use argparse for command line processing. Fixes #75.
- Remove useless --server option.
- Support multiple -s (subnet) options. Fixes #86.
- Make server parts work with old versions of Python. Fixes #81.
- Accidentally switched LGPL2 license with GPL2 license in 0.77.1 - now fixed.
- Use semantic versioning. http://semver.org/
- Update GPL 2 license text.
- New release to fix PyPI.
- Various bug fixes.
- Fix Documentation.
- Add fix for MacOS X issue.
- Add support for OpenBSD.
- Add option to disable IPv6 support.
- Update documentation.
- Move documentation, including man page, to Sphinx.
- Use setuptools-scm for automatic versioning.
- Revert change that broke sshuttle entry point.
- Add CHANGES.rst file.
- Numerous bug fixes.
- Python 3.5 fixes.
- PF fixes, especially for BSD.