Commit afc0b6dc authored by Tres Seaver's avatar Tres Seaver

Changelog cleanup.

parent 55373a75
......@@ -6,26 +6,22 @@ Zope Changes
To-do
- Reenable C permission roles by implementing recent Python
changes in C, brining the Python and C implementations back in
sync. See lib/python/AccessControl/PermissionRole.py.
- Add cyclic-garbage collection support to C extension classes,
especially to acquisition wrappers.
- Reenable C Zope security policy by implementing recent Python
changes in C, bringing the Python and C implementations back in
sync. See lib/python/AccessControl/ZopeSecurityPolicy.py.
- Change acquisition wrappers to implement the descr get slot
directly, thus speeding the use of the slot.
- Collector #1233: port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
N.B: ExtensionClassType already declares that it supports GC
(via the Py_TPFLAGS_HAVE_GC flag), but does not appear to conform
to the rules for such a type laid out in the Python docs:
http://docs.python.org/api/supporting-cycle-detection.html
after 2.9.0
Bugs fixed
- Collector #1989: 'test.py' now copyied to $ZOPE_HOME/bin
during installation, which re-enables tests run from the instance
home.
- zope.app.introspector was not included with the source archive
- Collector #2013: improved XHTML conformance of error messages,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment