summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-12-28 10:56:01 +1100
committerBrian May <brian@linuxpenguins.xyz>2020-12-28 10:56:01 +1100
commit8f0d3b0f8eb9de3639b8c48f5b537497fef219ea (patch)
treee1541237197e2810a72349e6cee088b347a602e1
parent6d4261e3f9de17720c07239d0370f14a6fed36a9 (diff)
Add release notes for new release
-rw-r--r--CHANGES.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 288201f..c8dd467 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,37 @@ adheres to `Semantic Versioning`_.
.. _`Semantic Versioning`: http://semver.org/
+UNRELEASED
+----------
+
+Added
+~~~~~
+* IPv6 support in nft method.
+* Intercept DNS requests sent by systemd-resolved.
+* Set default tmark.
+* Fix python2 server compatibility
+
+Fixed
+~~~~~
+* Change license text to LGPL-2.1
+* Fix #494 sshuttle caught in infinite select() loop.
+* Include sshuttle version in verbose output.
+* Add psutil as dependency in setup.py
+* When subnets and excludes are specified with hostnames, use all IPs.
+* Update/document client's handling of IPv4 and IPv6.
+* Update sdnotify.py documentation.
+* Allow no remote to work.
+* Make prefixes in verbose output more consistent.
+* Make nat and nft rules consistent; improve rule ordering.
+* Make server and client handle resolv.conf differently.
+* Fix handling OSError in FirewallClient#__init__
+* Refactor automatic method selection.
+
+Removed
+~~~~~~~
+* Drop testing of Python 3.5
+
+
1.0.4 - 2020-08-24
------------------