summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2018-04-02 14:52:22 +1000
committerBrian May <brian@linuxpenguins.xyz>2018-04-02 14:52:22 +1000
commit6ec42adbf4fc7ed28e5f3c0a813779e61fa01b0f (patch)
tree0e2c0c1df4347103f7382e834708baf6670bec4e
parent2200d824bf1d28e9ac9661bd4d315fef72227216 (diff)
Prepare for 0.78.4v0.78.4
-rw-r--r--CHANGES.rst21
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2e8b51f..70b9b79 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,13 +9,14 @@ adheres to `Semantic Versioning`_.
.. _`Semantic Versioning`: http://semver.org/
-0.78.4 - UNRELEASED
+0.78.4 - 2018-04-02
-------------------
Added
~~~~~
* Add homebrew instructions.
* Route traffic by linux user.
+* Add nat-like method using nftables instead of iptables.
Changed
~~~~~~~
@@ -26,6 +27,10 @@ Changed
* Make hostwatch find both fqdn and hostname.
* Use versions of python3 greater than 3.5 when available (e.g. 3.6).
+Removed
+~~~~~~~
+* Remove Python 2.6 from automatic tests.
+
Fixed
~~~~~
* Fix case where there is no --dns.
@@ -39,6 +44,20 @@ Fixed
* Mock socket bind to avoid depending on local IPs being available in test box.
* Fix no value passed for argument auto_hosts in hw_main call.
* Fixed incorrect license information in setup.py.
+* Preserve peer and port properly.
+* Make --to-dns and --ns-host work well together.
+* Remove test that fails under OSX.
+* Specify pip requirements for tests.
+* Use flake8 to find Python syntax errors or undefined names.
+* Fix compatibility with the sudoers file.
+* Stop using SO_REUSEADDR on sockets.
+* Declare 'verbosity' as global variable to placate linters.
+* Adds 'cd sshuttle' after 'git' to README and docs.
+* Documentation for loading options from configuration file.
+* Load options from a file.
+* Fix firewall.py.
+* Move sdnotify after setting up firewall rules.
+* Fix tests on Macos.
0.78.3 - 2017-07-09