[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1981, Thu Jan 6 06:49:34 2005 UTC version 1995, Sun Jan 30 18:21:47 2005 UTC
Line 1 
Line 1 
 Fixes and Enhancements since Version 0.5 alpha 3  Fixes and Enhancements since Version 0.5 alpha 3
   
    - Use of the included 'kjbuckets' module is now DEPRECATED, due to increasing
      bitrot.  Aaron Watters originally wrote this extension for Python 1.2, and
      it has not been well-maintained for newer versions of the Python/C API.
      Instead of 'kjSet' objects, use the Python 2.3 'Set' type, and instead of
      the 'kjGraph' type, use the new 'Graph' type in 'peak.util.Graph'.  Some
      porting effort may be required, as these types are not precisely the same
      in signature as the originals.
   
    - The '_setNS()' method of the 'peak.util.SOX.ISOXNode_NS' interface has
      changed signature, due to a lack of use of the second argument in the code
      base, and its dependency on 'kjbuckets'.
   
  - The old 'peak.security' implementation has been removed, and replaced with   - The old 'peak.security' implementation has been removed, and replaced with
    a simpler, more flexible implementation based on generic functions (using     a simpler, more flexible implementation based on generic functions (using
    less than half the code and seven fewer interfaces).  Complete documentation     less than half the code and seven fewer interfaces).  Complete documentation


Generate output suitable for use with a patch program
Legend:
Removed from v.1981  
changed lines
  Added in v.1995

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help