Skip to content

Commit

Permalink
Reinstate the basic sessioning with Products.Sessions (#989)
Browse files Browse the repository at this point in the history
* - reinstate the basic sessioning with Products.Sessions

* - both Products.Sessions and Products.TemporaryFolder must be installed [ci skip]

* - make sure Python versions are consistent

* - remove Python version pin
  • Loading branch information
dataflake authored Oct 14, 2021
1 parent fce0987 commit a7c1a92
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 509 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ https://github.com/zopefoundation/Zope/blob/4.x/CHANGES.rst
5.3 (2021-07-31)
----------------

- Reinstate simple sessioning with ``Products.TemporaryFolder``
because the underlying issues with ``tempstorage`` have been fixed.
(`#985 <https://github.com/zopefoundation/Zope/issues/985>`_)

- Update the ``AccessControl`` version pin to fix a remote code execution issue
(see `AccessControl security advisory GHSA-qcx9-j53g-ccgf
<https://github.com/zopefoundation/AccessControl/security/advisories/GHSA-qcx9-j53g-ccgf>`_)
Expand Down
Loading

0 comments on commit a7c1a92

Please sign in to comment.