history2x.php

来自「Software Testing Automation Framework (S」· PHP 代码 · 共 1,027 行 · 第 1/4 页

PHP
1,027
字号
-------------------------------------------------------------------------------Version 2.0: 09/13/2000  + Now supported on Linux and Solaris  + Removed internal STAF dependency on service implementation language     * Service registration in STAF.cfg has changed to support the previous    enhancement (see the configuration section of the STAF User's Guide)  + Added support for multiple line configuration statements in STAF.cfg  + Added support for processes to register multiple times (see the    discussion of ALLOWMULTIREG in the configuration section of the STAF    User's Guide)  + We now provide a C++ STAFHandle class  * Renamed STAFHandle typedef to STAFHandle_t to support the above C++    STAFHandle class  + We now provide a set of C/C++ APIs to handle operating system abstraction    and UTF8 string support  + The STAFCommandParser is now available for C/C++ services  = Removed dependency on Visual Age compiler  - Fixed bug in ResPool that prevented "in use" resources from being deleted    with the FORCE option  + The Win32 version now uses InstallShield to do the installation  + Added service interface level 2 for Java services  + STAF now uses UTF-8 internally.  This enables round-trip data integrity    between different codepages/languages.  + Each copy of STAF is now automatically registerd with a central system in    Austin (although you can opt out).  This allows us to better determine    our user base.  + Added ability to STOP processes "gracefully".  + Added ability to start processes with or without a new console window    (Windows only)  * Moved to a unified STAF command line executable.  The older STAF.cmd and    CSTAF are still provided, but will be removed in a future version of STAF.-------------------------------------------------------------------------------Version 1.21: 11/03/1999  + Now supported on AIX  + Added INITIALTHREADS and THREADGROWTHDELTA options to the STAF.cfg SET    command  - Fixed problem where PROCESS FREE ALL (or WORKLOAD) could return the    wrong number of total processes  - Fixed internal synchronization problem where a process could be removed    from the process list before it was added, resulting in an exception-------------------------------------------------------------------------------Version 1.20: 05/19/1999  + Added Java services support  - Fixed bug when performing a QUEUE GET WAIT across midnight  + Added GET command to FS service  + Added STAF/Config/Sep/Line, STAF/Config/Sep/File, and STAF/Config/Sep/Path    variables  - Fixed service initialization order bug  + STAFProc now looks in the current directory and    {STAF/Config/STAFRoot}\bin for STAF.cfg  + Now allow external services to accept parameters at Init  - Fixed SEM EVENT WAIT bug where RC:37 could be returned when there are    multiple waiters and a POST and RESET are done quickly back to back  + Now allow QUEUE GET/PEEK to specify multiple PRIORITIES, HANDLES,    MACHINES, NAMES, and CONTAINS  + Added PULSE option to EVENT command of SEM service  + Added a folder and icons for STAFProc and HTML Documents, and a link to    the STAF Web Site for both WIN and OS/2 platforms  + Added an install record which is created when STAFInst is run, in order    to document installation history and parameters  - Fixed a bug in Log in the Query/Purge code using the BEFORE option  = Modified Help, Monitor, Log and RLog to conform to the new REXX    STAF_SERVICE_INTERFACE_LEVEL, new call structure, and new variable    naming convention: STAF/Service/&lt;serviceName>  - Fixed bug where machine requesting an FS COPY from another machine was    required to give the sending machine TRUST LEVEL 4  + You may now delegate a service to a service with a different name on the    delegatee machine  + Added the ability to RESOLVE multiple strings in one call  + Added the ability to perform VAR service commands on the variable pool    of a given handle  + All service command options that resolve variables will now resolve    from the handle's variable pool before resolving globally  + Added USEPROCESSVARS option to PROCESS START  * Service registration in the STAF Configuration File has been changed (and    simplified).  + Updated GenWL to support global processes and process references,    inclusion and exclusion of specific machines and processes, and other    features (see User's Guide full more information)  - Fixed bug when first character of length delimited data is a colon  + Added connection timeout configuration parameter  * Changed names of preset STAF variables to fit within hierarchical    naming convention  * Merged MAXREQUESTS, MAXQUEUESIZE, and USELONGNAMES configuration statements    into one SET configuration statement  + Added RESPOOL service to standard distribution-------------------------------------------------------------------------------Version 1.11: 07/31/1998  + Now supported on Win95, Win98, and WinNT 4.0  + Added STAFProc initialization and termination messages  - Added termination handler for uncaught exceptions-------------------------------------------------------------------------------Version 1.10: 05/19/1998  * The MACHINE and INTERFACE statements in the STAF configuration file    are now mutually exclusive  + Official STAF Web Site created: http://automate.austin.ibm.com/staf/  + Added an index to the STAF User's Guide  + Added a Services Command Reference to the STAF User's Guide and web  + Created a seperate STAF API Return Codes document on web  + Added additional examples/samples to the STAF User's Guide  + Created a STAF Frequently Asked Questions web document  + Added STAF future direction to web site  + Added tracing to STAF (trace command added to MISC service)  - Fixed a bug when queuing when neither HANDLE nor NAME is specified  - Fixed intermittent RC:21 error  - Fixed DBCS bug reading log files in STAFLog.cmd, this required a    new log record format (backward compatability maintained)  - Fixed install bug when updating CONFIG.SYS  - Fixed install bug when updating STARTUP.CMD  - Fixed GenWL query bug with monitor  - Fixed DBCS 0x5C translation bug.  Now converts around "\" character  - Fixed a bug in external services where if passed a null NAME    or REQUEST was causing a Rexx error.  - Fixed internal API Level bug with internalSTAFSubmit()  + Internal parsing changing to support multiple options within OptionNeed-------------------------------------------------------------------------------Version 1.00: 04/14/1998  NOTE: This version is the first official release of STAF.  No one should        be running a version of STAF prior to 1.0.  Every attempt will be        made to keep all subsequent versions of STAF backward compatable        with 1.0.  * The Java APIs have been overhauled and are not compatible with the    earlier Java APIs.  This is primarily due to some name changes.       You need to import com.ibm.staf.*       You need to import com.ibm.staf.wrapper.* if you use STAFLog       Class StafHandle changed to STAFHandle       Class StafException changed to STAFException       Class StafLog changed to STAFLog       The return code from STAFLog.log() changed from int to STAFResult  + The REXX STAF APIs now default to using the STAFHandle variable, thus, it    is no longer necessary to specify the handle variable name on    STAFRegister, nor the handle value on STAFSubmit or STAFUnRegister.  + It is no longer an error to register an already registered process  + If you register, unregister, and re-register a STAF STARTed process, you    will now receive the same handle each time you register  + The handle information for a STAF STARTed process is now retained until    the process has been FREEd, instead of STOPed  - Fixed bug in GenWL where machine and global variables could not contain    spaces  + Added an EffectiveMachine global variable  * The Machine global variable now refers to the long name of the machine  - During a STAF installation, do not replace STAF.CFG if it already exists    and STAFCFG is NOT specified in the response file  + Added AUTOSTART response file option in the STAF installation to    add a START STAF command in the STARTUP.CMD file  + Added REPMOD response file option in the STAF installation to    replace in-use STAF EXE/DLL files  * Version 1.00 is not compatable with version 0.30-------------------------------------------------------------------------------Version 0.30: 03/30/1998  - Fixed a bug in Monitor where the record format changed and it was    querying 1 more character than it should.  + New STAF installation process  + Added TITLE option to PROCESS START.  This support was also added to GenWL.  + STAF Variable names are now case insensitive  + Added timeout option to PROCESS START WAIT  + Added Active External and Active DLL Services  + Added levels to all internal APIs for future expansion  + Added SEM Service  + Added QUEUE Service  + Added queueing support  + Added notifications on STAF START, SHUTDOWN, and PROCESS end  + Added NLV support  * Version 0.30 is not compatable with version 0.20  * STAF Variable names are now case insensitive.-------------------------------------------------------------------------------Version 0.20: 03/09/1998  - Fixed bug writing over sockets with a buffer greater than 4096  - Fixed error code on recursive variable resolution.  Was incorrectly 0.  - Fixed intermittent RC:6 calling into STAFProc  - Fixed broken pipe bug on Warp V3 systems  - Support for IP addresses instead of names  - Now handle exceptions on cases where 6 was returned.  Now return better    error codes and more data on problem.  - Fixed bug where two services could have the same name.  + Added access control model  + Added SERVICE service  + Added TRUST service  + Added STAFRLog service (remote logging)  + Added STAFHelp service  + Added USELONGNAMES configuration option  + Added FmtLog utility (format log)  + Added STAFErr (Rexx STAF Common Error Header)  + Variable resolution of machine and service on STAFSubmit()  + Variable resolution in config file  + PROCESS service variable resolution  + FS service variable resolution  + HANDLE service variable resolution  + Removed forcing of 4000+ return codes on external services  + STAFLog - Unique variable id, variable resolution, PURGE, STATS  + STAFMon - Unique variable id, variable resolution  + REXX Services are now tokenized on startup, enhancing performance  + Added STAFRoot variable  + TCP/IP isolation - TCP/IP is no longer required on the machine if the    TCP/IP interface is not used  + REXX isolation - REXX is no longer required on the machine if no REXX    services or APIs are used  * Version 0.20 is not compatable with version 0.10  * The VAR service command REMOVE changed to DELETE  * Access control has been added, you may need to set trust levels.  * Log configuration variable name changes, reference the STAF User's Guide  * Monitor configuration variable name changes, reference the STAF User's    Guide-------------------------------------------------------------------------------Version 0.10: 02/16/1998  + Initial release-------------------------------------------------------------------------------</PRE></td></tr><!-- end of text for page --><?phprequire "bottom.php";?></body></html>

⌨️ 快捷键说明

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