summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-11-15 02:58:49 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-11-15 03:06:10 +0100
commit3925ae9dffb3d0b8d7792ccd1fd8fefae6f20089 (patch)
treedf1909de515d7ee693a8f56a79a141e5dba599ed /CHANGES.rst
parent05ee11a96940817e471cce3675ac1fb1810f11e8 (diff)
parentb4eb20e5803ccf11d5a84044ada8ebc6dc411ab1 (diff)
downloadcherrypy-git-3925ae9dffb3d0b8d7792ccd1fd8fefae6f20089.tar.gz
Merge branch 'bugfixes/1849-gzip-compression-header-cpython-bug39389'
This change implements a fix to compression in gzip tool that CPython applied per https://bugs.python.org/issue39389. It uses proper XFL value in gzip header per https://tools.ietf.org/html/rfc1952, section 2.3.1. Refs: * https://github.com/python/cpython/pull/18077 (CPython 3.9.0+) * https://github.com/python/cpython/pull/18100 (CPython 3.8.2+) * https://github.com/python/cpython/pull/18101 (CPython 3.7.7+) Fixes #1849
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index bc408c2f..0a31d953 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,10 @@
+v18.6.1
+-------
+
+* :issue:`1849` via :pr:`1879`: Fixed XLF flag in gzip header
+ emitted by gzip compression tool per
+ :rfc:`1952#section-2.3.1`.
+
v18.6.0
-------