eventhistory.php

来自「Software Testing Automation Framework (S」· PHP 代码 · 共 167 行

PHP
167
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head>  <title>Software Testing Automation Framework (STAF)</title></head><body><?phprequire "top.php";require "navigate.php";?><!-- Insert text for page here --><tr><td><center><h1>Event Service History</h1></center><PRE>-------------------------------------------------------------------------------History Log for Event Service  Legend:   - Fixes   + Features   = Internal changes   * Changes required to migrate from one release to another   -------------------------------------------------------------------------------Version 3.1.0: 09/29/2005  - Fixed RC 6 problem that occurred on a GENERATE request if you specify a    property that only contains a Name instead of Name=Value (Bug #1273518)  + Provided the ability to mask private data like passwords specified in    a PROPERTY option value (Feature #622392)  + Updated to require STAF V3.1.0 or later using the new compareSTAFVersion()    method since utilizing new privacy methods (Feature #1292268)  -------------------------------------------------------------------------------Version 3.0.2: 08/15/2005  = Changed to not use enum as a Java variable name so can compile using     Java 5.0 since enum is now a Java keyword (Bug #1241613)   -------------------------------------------------------------------------------Version 3.0.1: 06/27/2005  + Added a LIST SETTINGS request to show the operational settings for the    Event service (Feature #989754)    -------------------------------------------------------------------------------Version 3.0.0: 04/21/2005  - Fixed Event service trust levels to match recommended trust levels    (Bug #1032759)  - Improved error message provided for RC 25 (Access Denied) for all requests    (Bug #1054858)  - Changed to use STAFUtil's common resolve variable methods (Bug #1151440)  - Changed license from GPL to CPL for all source code (Bug #1149491)  - Changed to not resolve variables in PROPERTY option values on a GENERATE    request as documented (Bug #1159350)      -------------------------------------------------------------------------------Version 3.0.0 Beta 7: 12/13/2004  - Changed to use endpoint instead of machine name when generating queued    messages (Bug #1079611)  - Fixed how resolved variables in requests (Bug #1081561)  -------------------------------------------------------------------------------Version 3.0.0 Beta 6: 11/19/2004  - Removed line separators from message text to display better  -------------------------------------------------------------------------------Version 3.0.0 Beta 5: 10/30/2004  + Changed to return STAFResult from init/term methods (Feature #584049)  + Standardized the LIST/QUERY syntax and changed the LIST/QUERY requests to    return marshalled data (Feature #740150)  + Updated queued messages to have type STAF/Service/Event (Feature #1044711)  + Changed the message being queued to be a marshalled map (Feature #740150)  + Changed to use new STAFServiceInterfaceLevel30 (Feature #550251)  -------------------------------------------------------------------------------Version 3.0.0 Beta 4: 09/29/2004  - Fixed some variable resolution problems (Bug #986196)-------------------------------------------------------------------------------Version 3.0.0 Beta 3: 06/28/2004  + Added un-register of the service handle during term() (Feature #966079)  -------------------------------------------------------------------------------Version 3.0.0 Beta 2: 04/29/2004  + Updated to use STAFServiceInterfaceLevel5, only supported in STAF V3.0.0,    and to use new syntax for the VAR service (Feature #464843)   + Updated to use the new info.writeLocation field so that it now writes the    GenManager.out and RegManager.out files to directory &lt;info.writeLocation>/    service/&lt;serviceName> instead of writing the files to the current    directory, the directory where STAFProc was started (Feature #592875)    -------------------------------------------------------------------------------Version 1.3.1: 02/27/2004  + Instrumented the Event service's handling of QUERY and LIST requests to    record diagnostics data to help prepare for the migration to STAF V3.0.    The Event service requires STAF V2.6.0 or later as a result of this change.    (Feature #853620)  -------------------------------------------------------------------------------Version 1.3.0: 01/26/2004  - Fixed various bugs in the Event Service and improved its performance and    updated the Event Service User's Guide (Bug #881693)  - Fixed a performation problem where stale event registration clients for the    STAX Monitor were not being unregistered (Bug #883240)-------------------------------------------------------------------------------Version 1.2.2: 08/19/2003  - Fixed wrong description for RC 4005 in Event service's User's Guide    (Bug #789416)-------------------------------------------------------------------------------Version 1.2.1: 08/15/2002  - Increased PriorityQueue size for Event Service (Bug #565501)-------------------------------------------------------------------------------No previous history available-------------------------------------------------------------------------------</PRE></td></tr><!-- end of text for page --><?phprequire "bottom.php";?></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?