summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2020-08-24 07:57:39 +1000
committerBrian May <brian@linuxpenguins.xyz>2020-08-24 08:00:36 +1000
commitabb48f199656f776be0f05601ff5746f36df3370 (patch)
tree712f419073d1b13165b8f0239e94eb711dd2c091
parent1c27a6cad02a4a29ceb88c4182999042b3de2ff7 (diff)
Update changes filev1.0.4
-rw-r--r--CHANGES.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 007b7e1..d28349c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,21 @@ adheres to `Semantic Versioning`_.
.. _`Semantic Versioning`: http://semver.org/
+1.0.3 - 2020-08-24
+------------------
+
+Fixed
+~~~~~
+* Allow Mux() flush/fill to work with python < 3.5
+* Fix parse_hostport to always return string for host.
+* Require -r/--remote parameter.
+* Add missing package in OpenWRT documentation.
+* Fix doc about --listen option.
+* README: add Ubuntu.
+* Increase IP4 ttl to 63 hops instead of 42.
+* Fix formatting in installation.rst
+
+
1.0.3 - 2020-07-12
------------------