@@ -9,13 +9,14 @@ adheres to `Semantic Versioning`_.
99.. _`Semantic Versioning` : http://semver.org/
1010
1111
12- 0.78.4 - UNRELEASED
12+ 0.78.4 - 2018-04-02
1313-------------------
1414
1515Added
1616~~~~~
1717* Add homebrew instructions.
1818* Route traffic by linux user.
19+ * Add nat-like method using nftables instead of iptables.
1920
2021Changed
2122~~~~~~~
@@ -26,6 +27,10 @@ Changed
2627* Make hostwatch find both fqdn and hostname.
2728* Use versions of python3 greater than 3.5 when available (e.g. 3.6).
2829
30+ Removed
31+ ~~~~~~~
32+ * Remove Python 2.6 from automatic tests.
33+
2934Fixed
3035~~~~~
3136* Fix case where there is no --dns.
3944* Mock socket bind to avoid depending on local IPs being available in test box.
4045* Fix no value passed for argument auto_hosts in hw_main call.
4146* Fixed incorrect license information in setup.py.
47+ * Preserve peer and port properly.
48+ * Make --to-dns and --ns-host work well together.
49+ * Remove test that fails under OSX.
50+ * Specify pip requirements for tests.
51+ * Use flake8 to find Python syntax errors or undefined names.
52+ * Fix compatibility with the sudoers file.
53+ * Stop using SO_REUSEADDR on sockets.
54+ * Declare 'verbosity' as global variable to placate linters.
55+ * Adds 'cd sshuttle' after 'git' to README and docs.
56+ * Documentation for loading options from configuration file.
57+ * Load options from a file.
58+ * Fix firewall.py.
59+ * Move sdnotify after setting up firewall rules.
60+ * Fix tests on Macos.
4261
4362
44630.78.3 - 2017-07-09
0 commit comments