forked from pool/python-CherryPy
Accepting request 992245 from home:ohollmann:branches:devel:languages:python
- Update to 18.8.0 * Dangerous characters received in a host header encoded using RFC 2047 are now elided by default. Currently, dangerous characters are defined as CR and LF. The original value is still available as cherrypy.request.headers['Host'].raw if needed. - Changes from v18.7.0 * Drop support for Python 3.5. * Fixed compatibility on Python 3.11. - Fix URL in spec file: cherrypy.org -> cherrypy.dev OBS-URL: https://build.opensuse.org/request/show/992245 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CherryPy?expand=0&rev=54
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 11:32:54 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
||||
- Update to 18.8.0
|
||||
* Dangerous characters received in a host header encoded using RFC 2047 are
|
||||
now elided by default. Currently, dangerous characters are defined as CR
|
||||
and LF. The original value is still available as
|
||||
cherrypy.request.headers['Host'].raw if needed.
|
||||
- Changes from v18.7.0
|
||||
* Drop support for Python 3.5.
|
||||
* Fixed compatibility on Python 3.11.
|
||||
- Fix URL in spec file: cherrypy.org -> cherrypy.dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 14:01:39 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user