Skip to content

Commit

Permalink
Clean up before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Dec 14, 2018
1 parent 17bfb79 commit db4c181
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,45 +14,43 @@ https://github.com/zopefoundation/Zope/blob/4.0a6/CHANGES.rst
New features
++++++++++++

- Restore missing Properties tab for DTML Documents
(`#409 <https://github.com/zopefoundation/Zope/issues/409>`_)

- Add wildcard rewrite to sub host name in virtualHostMonster.
(`#317 <https://github.com/zopefoundation/Zope/issues/317>`_)

- Add support for IPv6 hosts in VirtualHostMonster.
(`#314 <https://github.com/zopefoundation/Zope/pull/314>`_)

- Add TestBrowser ``login`` method to set basic auth header
(`#341 <https://github.com/zopefoundation/Zope/issues/341>_`)
- Add TestBrowser ``login`` method to set basic auth header.
(`#341 <https://github.com/zopefoundation/Zope/issues/341>`_)

Other changes
+++++++++++++

- Update dependencies to newest versions.

- Add security declarations to ``SimpleItem.manage_FTPlist()`` and
``Simplified.manage_FTPstat()`` instead of requiring classes extending
``SimpleItem`` to do so.
(`#398 <https://github.com/zopefoundation/Zope/pull/398>`_)

- Clarified prerequisites for building Zope.
- Clarify prerequisites for building Zope in documentation.
(`#366 <https://github.com/zopefoundation/Zope/issues/366>`_)

- Update dependencies to newest versions.

Fixes
+++++

- Some CSS fixes in ZMI.
- Restore missing Properties tab for DTML Documents
(`#409 <https://github.com/zopefoundation/Zope/issues/409>`_)

- Sanitize file handling for uploading and adding DTML methods and documents
- Add some CSS fixes for ZMI.

- added note about the ``app`` toplevel object in the debugger
- Sanitize file handling for uploading and adding DTML methods and documents.

- Show a message instead of exception for empty file into Page Template
- Add a note about the ``app`` toplevel object in the debugger.

- Show a message instead of an exception for empty file upload on PageTemplate.
(`#357 <https://github.com/zopefoundation/Zope/issues/357>`_)

- Update cookie expiration method in a way Firefox 63+ understands.
(`#405 <https://github.com/zopefoundation/Zope/pull/405>`_)

Expand Down

0 comments on commit db4c181

Please sign in to comment.