You are not logged in Log in Join
You are here: Home » Download Zope Products » Zope » Zope » CHANGES.txt

Log in
Name

Password

 

CHANGES.txt

File details
Size
1 K
File type
text/plain

File contents

Zope changes

  This file contains change information for the current Zope release. 
  Change information for previous versions of Zope can be found in the
  file HISTORY.txt.

    Zope 2.2.0
    
      Bugs Fixed

        - The add form for MailHost objects described fields that are 
          no longer needed (descriptions have been removed).

        - User databases did not correctly handle situations where a 
          browser sends an authentication token naming a user that 
          can't be found while accessing a publicly available resource.

        - Minor bug in ZCatalog which prevented deletion of indexes fixed.

        - XML-RPC requests could not be completed via https.

        - Several uses of multi-argument append() calls (that will be 
          illegal in Python 2.0) were fixed.

        - The UNLOCK method for DAV support was missing some needed 
          argument declarations.

	- Corrected some error handling in the database connection code.

        - Fixed support for strftime day-of-week formatting in DateTime.

        - Fixed Image content-type detection to also use the binary 
          "nonces" in the file to determine the real content-type.  This
          should catch GIF/JPEG/PNGs that are uploaded without the correct
          information associated with them.

        - Added missing permission declarations to make the methods of 
          PropertySheets objects accessible.