[Subversion] / PEAK / CHANGES.txt  

Diff of /PEAK/CHANGES.txt

Parent Directory | Revision Log

version 1092, Fri May 9 00:14:32 2003 UTC version 1097, Fri May 9 18:31:42 2003 UTC
Line 1 
Line 1 
 Fixes and Enhancements since Version 0.5 alpha 1  Fixes and Enhancements since Version 0.5 alpha 1
   
    Changed, Enhanced, or Newly Deprecated Features
   
  - DEPRECATED 'naming.ParsedURL'.  It will disappear in 0.5 alpha 3 or beta.   - DEPRECATED 'naming.ParsedURL'.  It will disappear in 0.5 alpha 3 or beta.
    It is replaced by the new 'naming.URL.Base'.  The 'naming.URL' package     It is replaced by the new 'naming.URL.Base'.  The 'naming.URL' package
    provides a new URL parsing framework based on 'peak.model'.  Upgrading from     provides a new URL parsing framework based on 'peak.model'.  Upgrading from
Line 48 
Line 50 
    '_getConfigData', 'getComponentName', or 'notifyUponAssembly', you need     '_getConfigData', 'getComponentName', or 'notifyUponAssembly', you need
    to wrap them with 'binding.metamethod' now.     to wrap them with 'binding.metamethod' now.
   
    - Made 'NOT_GIVEN' and 'NOT_FOUND' recognizable by humans (they 'repr'
      and 'str' to their names) and by Python (they can be pickled, and
      when restored they come back as the same object).
   
   
    Corrected Problems
   
    - Fixed a problem where initializing single-valued immutable fields of
     'peak.model' types did not perform type/value normalization.
   
    - Fixed a problem where bindTo would use the attribute name as the
      default value for a lookup, if the requested name/property/utility
      was not found.
   
  - Fixed 'mof2py' generator script not working   - Fixed 'mof2py' generator script not working
   
  - Fixed model.Element not getting parent component set when passed as a   - Fixed model.Element not getting parent component set when passed as a
Line 58 
Line 74 
   
  - Fixed IndentedStream generating all-whitespace lines   - Fixed IndentedStream generating all-whitespace lines
   
  - Made 'NOT_GIVEN' and 'NOT_FOUND' recognizable by humans (they 'repr'  
    and 'str' to their names) and by Python (they can be pickled, and  
    when restored they come back as the same object).  
   


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help