Commit 51882c68 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent c49d6028
...@@ -16,9 +16,24 @@ Zope Changes ...@@ -16,9 +16,24 @@ Zope Changes
- WebDAV level 1 support, - WebDAV level 1 support,
- Support for XML-RPC clients.
- ZServer, the integration of Zope and Medusa, - ZServer, the integration of Zope and Medusa,
- Many other sundry big significant items: - Beginnings of XML support
o The Python pyexpat extension, which provides access to the
widely used expat XML parsing library, is included in the
distribution.
o DOM interface on Zope objects (initially this is limited to
read-only access).
o Import/export using XML
Of course, XML is used in XML-RPC and WebDAV
- Many other sundry big significant items, such as:
o Look and feel improvements, o Look and feel improvements,
...@@ -66,7 +81,7 @@ Zope Changes ...@@ -66,7 +81,7 @@ Zope Changes
the value being output if the Python value 'None'. Some the value being output if the Python value 'None'. Some
people considered this to be a bug. people considered this to be a bug.
- Permission objects are automatically created for new ZClass - Permission objects are automatically created for new ZClass
objects. objects.
Bugs fixed Bugs fixed
...@@ -74,17 +89,17 @@ Zope Changes ...@@ -74,17 +89,17 @@ Zope Changes
- Conflict errors, which occur when simultanious writes occur - Conflict errors, which occur when simultanious writes occur
to the same object in multiple database connections, are now to the same object in multiple database connections, are now
handled correctly by re-executing (up to three times) handled correctly by re-executing (up to three times)
the requests that lost the race condition. the requests that lost the race condition.
- Error formatting with standard_error_message has been moved - Error formatting with standard_error_message has been moved
to the object publisher via a new published module hook, to the object publisher via a new published module hook,
'zpublisher_exception_hook'. In addition to enabling 'zpublisher_exception_hook'. In addition to enabling
conflict error handling, this fixed two other bugs: conflict error handling, this fixed two other bugs:
- Error handling in ExternalMethods and in DTML methods or - Error handling in ExternalMethods and in DTML methods or
documents called from other DTML documents or methods documents called from other DTML documents or methods
caused errors to be propigated in ways that defeated use of caused errors to be propigated in ways that defeated use of
the try tag and other forms of error handling. the try tag and other forms of error handling.
- Errors raised before or after calling published objects - Errors raised before or after calling published objects
were not formatted. were not formatted.
...@@ -114,8 +129,8 @@ Zope Changes ...@@ -114,8 +129,8 @@ Zope Changes
product permission data to get lost. product permission data to get lost.
- Objects were sometimes incorrectly acquired do a bug in - Objects were sometimes incorrectly acquired do a bug in
detecting attribte errors during acquisition. This led to detecting attribte errors during acquisition. This led to
errors getting covered up or obscured. errors getting covered up or obscured.
- There was a memory leak in acquisition. - There was a memory leak in acquisition.
......
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