Commit c6eec53c authored by Andreas Jung's avatar Andreas Jung

docutils updated

parent 5704c319
...@@ -4,25 +4,34 @@ Zope Changes ...@@ -4,25 +4,34 @@ Zope Changes
Change information for previous versions of Zope can be found in the Change information for previous versions of Zope can be found in the
file HISTORY.txt. file HISTORY.txt.
HEAD only To-do
To-do - Renable 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.
- Renable C permission roles by implementing recent Python - Add cyclic-garbage collection support to C extension classes,
changes in C, brining the Python and C implementations back in especially to acquisition wrappers.
sync. See lib/python/AccessControl/PermissionRole.py.
- Add cyclic-garbage collection support to C extension classes, - Renable C Zope security policy by implementing recent Python
especially to acquisition wrappers. changes in C, brining the Python and C implementations back in
sync. See lib/python/AccessControl/ZopeSecurityPolicy.py.
- Renable C Zope security policy by implementing recent Python
changes in C, brining the Python and C implementations back in - Change acquisition wrappers to implement the descr get slot
sync. See lib/python/AccessControl/ZopeSecurityPolicy.py. directly, this speeding the use of the slot.
- Port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8
after Zope 2.8a1
Bugs fixed
- docutils: updated to V 0.3.5
- Change acquisition wrappers to implement the descr get slot - docutils: moved from lib/python/docutils to lib/python/third_party/docutils
directly, this speeding the use of the slot.
- Port ZOPE_CONFIG patch from Zope 2.7 to Zope 2.8 Zope 2.8a1
Features added Features added
......
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