summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt29
-rw-r--r--setup.cfg2
2 files changed, 24 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a957d62..8bd963f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,12 +1,29 @@
-2.0.0b1 (2020-11-29)
---------------------
+2.0.0 (2021-03-07)
+------------------
+
+Friendly Reminder
+~~~~~~~~~~~~~~~~~
+
+This release still contains a variety of deprecation notices about defaults
+that can be set for a variety of options.
+
+Please note that this is your last warning, and you should update your
+configuration if you do NOT want to use the new defaults.
+
+See the arguments documentation page for all supported options, and pay
+attention to the warnings:
+
+https://docs.pylonsproject.org/projects/waitress/en/stable/arguments.html
+
+Without further ado, here's a short list of great changes thanks to our
+contributors!
+
+Bugfixes/Features
+~~~~~~~~~~~~~~~~~
- Fix a crash on startup when listening to multiple interfaces.
See https://github.com/Pylons/waitress/pull/332
-2.0.0b0 (2020-11-26)
---------------------
-
- Waitress no longer attempts to guess at what the ``server_name`` should be for
a listen socket, instead it always use a new adjustment/argument named
``server_name``.
@@ -30,7 +47,7 @@
See https://github.com/Pylons/waitress/pull/310
-- Drop Python 2.7, 3.5 support
+- Drop Python 2.7 and 3.5 support
- The server now issues warning output when it there are enough open
connections (controlled by "connection_limit"), that it is no longer
diff --git a/setup.cfg b/setup.cfg
index 091fbb2..245b7f4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = waitress
-version = 2.0.0b1
+version = 2.0.0
description = Waitress WSGI server
long_description = file: README.rst, CHANGES.txt
long_description_content_type = text/x-rst