(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.145 and 1.155

version 1.145, 2002/05/28 22:13:55 version 1.155, 2002/06/21 20:52:24
Line 1 
Line 1 
 CHANGE LOG FOR PEGASUS CHANGE LOG FOR PEGASUS
  
   Version 1.10 - Started 8 June 2002
   
   Code Freeze in Preperation for V2 Release
   From here forward, We are fixing bugs.
   TAG: Version_1_10
   
   
   1. 10 June 2002 (KS) - Add new test function to use command line for
      many commands.  The command is CLI. Right now it has no documentation.
   
   2. (Ramnath Ravindran - HP) 10 June 2002 - Commented out" #define
       PEGASUS_HAVE_TEMPLATE_SPECIALIZATION" in Platform_TRU64_ALPHA_DECCXX.h.
   
   
   -----------------------------------------------------------------
 Version 1.09 - Started 5 April 2002 Version 1.09 - Started 5 April 2002
 TAG: Version_1_09. TAG: Version_1_09.
  
Line 309 
Line 324 
     the Pegasus core, allowing implicit instantiation of additional array     the Pegasus core, allowing implicit instantiation of additional array
     types used internally.     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.
   
   54. (Sushma Fernandes - HP) 28 May 2002 - Replaced getenv("PEGASUS_TRACE")
       with Tracer calls. Fixed UserAuthProvider and ConfigSettingProvider to
       check for user credentials. UserAuthProvider checks whether the user
       is a privileged user for all operations. ConfigSettingProvider checks
       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.
   
   56. (Jenny Yu - HP) 31 May 2002 - Implemented a cimserver_kill() method
       to kill the CIMServer process if the CIM Server is still running after
       the shutdown timeout has expired during shutdown.  The CIMServer process
       Id is saved in a file after CIMServer starts up.  This file is removed
       after CIMServer terminates normally.  Only added code for the HPUX
       platform.
   
   57. (Jenny Yu - HP) 03 Jun 2002 - Removed all cimserver command line options
       except for: -v (version), -h (help), -D (home), -s (shutdown), and
       -install and -remove (for Windows only).  All other options can be set
       using the <configProperty=value> command line syntax.
 ======================================================================== ========================================================================
  
 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.145  
changed lines
  Added in v.1.155

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2