(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.140 and 1.146

version 1.140, 2002/05/21 19:08:44 version 1.146, 2002/05/29 18:04:56
Line 259 
Line 259 
     a new MofWriter class as MofWriter::append*Element().  Moved     a new MofWriter class as MofWriter::append*Element().  Moved
     CIM*::printMof() methods to MofWriter::print*Element().     CIM*::printMof() methods to MofWriter::print*Element().
  
 43. (Nag Boranna - HP) 16 May 2002 - HP-Nag: Implemented SSL handling in  43. (Nag Boranna - HP) 16 May 2002 - Implemented SSL handling in
     CIMClient.cpp for local connection and modified the CLIs to not to pass     CIMClient.cpp for local connection and modified the CLIs to not to pass
     SSLContext to the client api.     SSLContext to the client api.
  
Line 267 
Line 267 
     each array has its own ArrayRep copy rather than Arrays sharing     each array has its own ArrayRep copy rather than Arrays sharing
     ArrayReps and reference counting.     ArrayReps and reference counting.
  
 45. (Nag Boranna - HP) 17 May 2002 - HP-Nag: Moved SSLContext class out of  45. (Nag Boranna - HP) 17 May 2002 - Moved SSLContext class out of
     TLS files, created SSLContextRep to hide members from the users of     TLS files, created SSLContextRep to hide members from the users of
     SSLContext. Also included CertificateInfo in SSLContext files and     SSLContext. Also included CertificateInfo in SSLContext files and
     removed the CertificateInfo files, so that the client SDK can only     removed the CertificateInfo files, so that the client SDK can only
Line 277 
Line 277 
     method to return the correct class origin. Fixed SecurityPropertyOwner to     method to return the correct class origin. Fixed SecurityPropertyOwner to
     disallow passwordFilePath="".     disallow passwordFilePath="".
  
 47. (Nag Boranna - HP) 20 May 2002 - HP-Nag: Modified CIM Server and Client  47. (Nag Boranna - HP) 20 May 2002 - Modified CIM Server and Client
     API to lookup port number from services. CIM Server uses default port     API to lookup port number from services. CIM Server uses default port
     number (5988 for HTTP or 5989 for HTTPS) if no port number is configured     number (5988 for HTTP or 5989 for HTTPS) if no port number is configured
     and no port is specified in the configuration file. CIMClient's connectLocal()     and no port is specified in the configuration file. CIMClient's connectLocal()
     method is modified to try and connect to HTTP port, if failed then try and     method is modified to try and connect to HTTP port, if failed then try and
     connect to HTTPS port.     connect to HTTPS port.
  
   48. (Sushma Fernandes - HP) 21 May 2002: Fixed a problem in repository related
       to rollback failure.
   
   49. (MM) 23 May 2002 - Added ProviderAdapter support
       The ProviderAdapterManager loads an additional Adapter library in
       case of a non-default interfaceName. This Adapter library has to offer a
       factory callback PegasusCreateProviderAdapter() in analogy to the
       CIMBaseProvider - an example, the AdapterSkeleton, can be found in
       src/Providers/generic/CMPIAdapter/
   
   50. (MM) 23 May 2002 - New AtomicInt implementation using pthread_spinlocks.
   
   51. (Nag Boranna - HP) 23 May 2002 -  Added config properties
       'enableHttpConnection' and 'enableHttpsConnection'. Renamed
       'requireAuthentication' to 'enableAuthentication' and 'requireAuthorization'
       to 'enableNamespaceAuthorization'. Removed few ATTN's in Authentication code.
   
   52. (Roger Kumpf - HP) 28 May 2002 - Reworked the Array template so that
       the implementation is hidden from clients and providers.  This was
       accomplished by using explicit instantiation of the array template for
       each array type that is supported in the client and provider APIs.
       The array template implementation is still available for use within
       the Pegasus core, allowing implicit instantiation of additional array
       types used internally.
   
   53. KS 28 May 2002 - Added heiarchial subclass search of subclasses to
       enumerateinstancenames and enumerateinstances.  There is a problem
       however with trashing of the requests messages so there is a
       flag LIMIT_ENUM_TO_ONE_LEVEL in CIMOperationDispatcher.cpp that
       causes it to go through all the motions except to request instances
       only for the current level.
   
   
   
 ======================================================================== ========================================================================
  
 Version 1.08 working towards 1.1 - Started 27 March 2002 Version 1.08 working towards 1.1 - Started 27 March 2002


Legend:
Removed from v.1.140  
changed lines
  Added in v.1.146

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2