summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2019-04-22 21:15:13 -0600
committerBert JW Regeer <bertjw@regeer.org>2019-04-22 21:15:13 -0600
commite2210c9258702b7a46fa23f3f5e8389d56999748 (patch)
tree4629ec9330188ab620abe1cf932e03efbdbf8176 /CHANGES.txt
parent3c64da070c0331de235850c29e2cf1c8379199fd (diff)
downloadwaitress-e2210c9258702b7a46fa23f3f5e8389d56999748.tar.gz
Prep v1.3.0v1.3.0
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c254e85..01fe6f3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-1.3.0b0 (2019-04-11)
---------------------
+1.3.0 (2019-04-22)
+------------------
Deprecations
~~~~~~~~~~~~
@@ -35,6 +35,11 @@ Features
Bugfixes
~~~~~~~~
+- Upon receiving a request that does not include HTTP/1.0 or HTTP/1.1 we will
+ no longer set the version to the string value "None". See
+ https://github.com/Pylons/waitress/pull/252 and
+ https://github.com/Pylons/waitress/issues/110
+
- When a client closes a socket unexpectedly there was potential for memory
leaks in which data was written to the buffers after they were closed,
causing them to reopen.