(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.110 and 1.129

version 1.110, 2002/04/15 17:47:59 version 1.129, 2002/05/09 21:08:55
Line 92 
Line 92 
     platforms. The PAM module is optional and it can be built by setting     platforms. The PAM module is optional and it can be built by setting
     the environment variable PEGASUS_PAM_AUTHENTICATION."     the environment variable PEGASUS_PAM_AUTHENTICATION."
  
   16. (Sushma Fernandes - HP) 15 Apr 2002 - Implemented static methods
      Uint64 getDifference(CIMDateTime, CIMDateTime), to get the difference
      between two CIMDateTimes and CIMDateTime getCurrentDateTime(), to return
      the current date time as CIMDateTime in the CIMDateTime class. Also added
      method Boolean isInterval(), to check if the CIMDateTime object is an
      interval.
   
   17. (Nitin Upasani - HP) 15 Apr 2002 - Improved Consumer interface with
      indications. Now indications can be displayed using sample
      DisplayConsumer. To test, create Handler with destination as
      localhost:5988/logicalname. Create a file consumer_list.dat in your
      PEGASUS_HOME directory and then ass entry as follows:
      logicalname = DisplayConsumer
      This will help ConsumerTable to load the DisplayConsumer to consume
      the indication passed through ExportServer (CIMExportRequestDispathcer).
   
   18. (Yi Zhou - HP) 15 Apr 2002 - Implemented sending message of provider
      registration notification to subscription service.
   
   19. (Roger Kumpf - HP) 16 Apr 2002 - Defined an exception hierarchy for
       CIMClient API users.  All exceptions thrown by CIMClient are now
       subclasses of CIMClientException.  The CIMClient methods are defined
       as throwing CIMClientException, which will allow the actual exceptions
       thrown to change without changing the method signatures.  It also makes
       it more clear to the client application which exceptions need to be
       handled.
   
       A new message type, ClientExceptionMessage has been defined as well.
       This message is used to communicate client exceptions from the CIM
       operation response decoder to the CIMClient.  Previously, several
       classes of exceptions were being dropped in the decoder.  New
       CIMClientException subclasses have been defined to model these
       exceptions.  These changes allow decoding exceptions to be passed
       back to the client application.  Examples are unparsable HTTP
       responses, malformed XML, and mismatched CIM responses (message ID,
       message type).
   
       The CIM clients that are linked into the Pegasus build have been
       updated to catch CIMClientException instead of CIMException.
   
   20. (KS) 18 Apr 2002 -Incorporated tomof client into the build.  Includes
       usage and help.
       This program outputs mof or xml from repository either as a client
       or direct to the repository.
   
   21. (KS) 18 Apr 2002 - Changed all FIXME, etc. in compiler to ATTN with
       priorities.
   
   22. (MM) 18 Apr 2002 - Associator provider handling
   
   23. (MM) 18 Apr 2002 - HiRes pegasus_gettimeofday() for Windows needed
       for performance statistics.
   
   24. (Roger Kumpf - HP) 18 Apr 2002 - Removed the "match" code in the
       String class which had a dependency on the TCL license.  Where this
       code was being used to match HTTP headers, I replaced the call to
       String::matchNoCase() with specific logic to check for the namespace
       in an HTTP extension header.  For example, if the allowNamespacePrefix
       argument is true and the search tag is "Tag", HTTPMessage::lookupHeader
       will match "Tag" and "45-Tag", but not "abcTag".  This behavior more
       closely models the intent of the String match in this case and is
       therefore more correct.
   
   25. (Denise Eckstein - HP) 20 Apr 2002 - Added an instance of
       PegasusVersion.h to each product component. This was done
       to support component level version tracking.
   
   26. (MM) 22 Apr 2002 - Performance Measurement Implementation
   
   27. (Susan Campbell - HP) 22 Apr 2002 - Various enhancements and bug fixes
      to the Managed System OS provider.  Rolled in the Linux support from
      the Linux-specific OS provider and added properties to the HP-UX and
      Windows OS providers.
   
   28. (Roger Kumpf - HP) 24 Apr 2002 - Overhauled the configuration property
       "unset" functionality.  cimconfig now uses modifyInstance with a
       property list to specify whether the current or planned value (or both)
       are to be updated.  It uses a "null" value to indicate that the value
       should be unset (reset to default).
   
   29. (Roger Kumpf - HP) 24 Apr 2002 - Restructured the configuration
       property owners to remove redundant code.
   
   30. (Warren Otsuka - HP) 26 Apr 2002 - Reimplement wbemexec to use a
       new WbemExecClient interface based on HTTPConnection instead of the
       obsolete Channel code.  Also add SSL option to wbemexec.
   
   31. (Roger Kumpf - HP) 26 Apr 2002 - Added copy constructors to the
       CIMMessage subclasses.
   
   32. (Denise Eckstein - HP) 27 Apr 2002 - Fixed several defects
       in MOF compiler associated with the handling the initialization
       of array values.
   
   33. (KS) 30 April 2002 - Added Namespace Control Provider. Note that it is
       not completely tested today and only enumeratenames is guaranteed.
   
   34. (Roger Kumpf - HP) 6 May 2002 - Reworked the String class.  Fixed the
       places where StrLen() was reading off the end of arrays.  Removed the
       Cat() functions.  Moved Open(), OpenAppend(), and GetLine() functions
       to the FileSystem module.  Removed the EmptyStringArray() method.
       Moved method implementations from header file to source file.  Marked
       the _CString class for internal use only.
   
   35. (Sushma Fernandes - HP) 9 May 2002 - Updated the Logger to log to
       syslog on the HP-UX platform.
   
   36. (Sushma Fernandes - HP) 9 May 2002 - Fixed the method
       CIMDateTime::getCurrentDateTime() to return local time instead of UTC.
       Updated the CIMDateTime::getDifference() method to compute the difference
       between two local times. Also updated the getDifference to compute the
       difference between two intervals.
   
 ======================================================================== ========================================================================
  
 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.110  
changed lines
  Added in v.1.129

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2