From 8f0d3b0f8eb9de3639b8c48f5b537497fef219ea Mon Sep 17 00:00:00 2001 From: Brian May Date: Mon, 28 Dec 2020 10:56:01 +1100 Subject: Add release notes for new release --- CHANGES.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 ------------------ -- cgit v1.2.3