(file) Return to changelog.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / Attic

Diff for /pegasus/doc/Attic/changelog.txt between version 1.147 and 1.149

version 1.147, 2002/05/30 00:12:38 version 1.149, 2002/05/31 04:02:06
Line 319 
Line 319 
 54. (Sushma Fernandes - HP) 28 May 2002 - Replaced getenv("PEGASUS_TRACE") 54. (Sushma Fernandes - HP) 28 May 2002 - Replaced getenv("PEGASUS_TRACE")
     with Tracer calls. Fixed UserAuthProvider and ConfigSettingProvider to     with Tracer calls. Fixed UserAuthProvider and ConfigSettingProvider to
     check for user credentials. UserAuthProvider checks whether the user     check for user credentials. UserAuthProvider checks whether the user
     is a priviliged user for all operations. ConfigSettingProvider checks      is a privileged user for all operations. ConfigSettingProvider checks
     whether the user is a priviliged user only for write operations.      whether the user is a privileged user only for write operations.
   
   55. (Carol Ann Krug Graves - HP) 30 May 2002 -
       Removed the CIMNamedInstance and CIMObjectWithPath classes.  The CIMObject
       and CIMInstance classes now include a setPath (CIMObjectPath) method.
       These changes will affect Clients and Providers.  A call to the
       CIMNamedInstance constructor with a CIMObjectPath and a CIMInstance should
       be replaced with a call to the setPath () method on the CIMInstance,
       passing the same CIMObjectPath.  A call to the CIMNamedInstance
       getInstance () method should be replaced with the CIMInstance, and a call
       to the CIMNamedInstance getInstanceName () method should be replaced with a
       call to the getPath () method on the CIMInstance.  A call to the
       CIMObjectWithPath constructor with a CIMObjectPath and a CIMObject, should
       be replaced with a call the setPath () method on the CIMObject, passing the
       same CIMObjectPath.  A call to the CIMObjectWithPath getObject () method
       should be replaced with the CIMObject, and a call to the CIMObjectWithPath
       getReference () method should be replaced with a call to the CIMObject
       getPath () method.
  
 ======================================================================== ========================================================================
  


Legend:
Removed from v.1.147  
changed lines
  Added in v.1.149

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2