From 8515524c2bea5bba010b0e310bf62898bba23c29 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 15 Dec 2018 13:28:13 -0800 Subject: [PATCH] Releasing 2.2.4 --- CHANGELOG.txt | 8 ++++++++ daphne/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 74ed310..5a7a0ce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,11 @@ +2.2.4 (2018-12-15) +------------------ + +* No longer listens on port 8000 when a file descriptor is provided with --fixed + +* Fixed a memory leak with WebSockets + + 2.2.3 (2018-11-06) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index f394e69..62fa04d 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "2.2.3" +__version__ = "2.2.4"