history.php
来自「Software Testing Automation Framework (S」· PHP 代码 · 共 1,216 行 · 第 1/5 页
PHP
1,216 行
<!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>STAF History</h1></center><PRE>-------------------------------------------------------------------------------History Log for STAF Legend: - Fixes + Features = Internal changes * Changes required to migrate from one release to another-------------------------------------------------------------------------------Version 3.2.0.1: 11/17/2006 - Fixed STAF install/upgrade problems by handling cases where the STAF uninstaller is not in _uninst and by disabling the STAFFilesInUse custom bean (Bug #1598615)-------------------------------------------------------------------------------Version 3.2.0: 10/31/2006 - Fixed install failure on Windows Me and Windows NT (Bug #1524852) - Fixed a problem where STAFProc fails to start on Linux PPC64-32 / IA64, and HP-UX IA64-32 with a SIGSEGV due to a connection provider name resolution issue (Bugs #1556689 and #1371304) - Fixed a problem where the Process service's temp file creation for stdout/ stderr may fail if the default data directory is overridden (Bug #1556715) - Updated the STAF FAQ to add information about running the Windows ftp executable via a PROCESS START request (Bug #1546780) - Updated the STAF User's Guide to make sure that we document all the options for PROCESS service requests that resolve variables (Bug #1548850) - Enabled the keepalive option for client sockets in the TCP connection provider to fix a problem where some copy requests that had failed with RC 22 were never being removed from the output of FS LIST COPYREQUESTS on the "TO" machine (Bug #1559514) - Improved the performance for C++, Python and Jython marshall and formatObject methods and for the Java marshall method (Bug #1559277) - Fixed a typo in C++ example for creating a STAF handle (Bug #1567835) - Added info to the STAF FAQ about SHLIB_PATH and "set -u" in the HP-UX profile (Bug #1569958) - Fixed problems in C++, Java, Python, and Jython marshall and formatObject methods handling maps with non-existant map classes (Bug #1437654) - Fixed problems in Python and Jython marshall and formatObject methods to handle a map class object that doesn't contain all the keys defined in its map class definition (Bug #1280017) - Fixed a problem that caused STAF requests to hang due to a deadlock issue in STAFHandleManager::handleProcessTerminated() (Bug #1571224) - Added an entry to our FAQ about LD_LIBRARY_PATH not being set on RHEL4-U4 when directly logging into the desktop (Bug #1559586) + Provided STAF return code constants for Jython and added to Jython version 2.1-staf-v3 provided with STAX, Cron, and EM (Feature #1571762) + Upgraded the STAF InstallShield installers to use InstallShield MultiPlatform 11.5 (Feature #1545393) - Removed the libstdc++ and libgcc libraries from the Linux and Solaris STAF installers (Bug #1554498) - Provided more documentation on the trust levels required for the machines involved in a FS COPY request in the STAF User's Guide (Bug #1584732) - Provided a PROCESS START example in the STAF User's Guide for a Windows .bat file that uses the /B option on a EXIT comand to show how to get the real exitCode assigned to the process RC (Bug #1584756) + Added support for Windows Vista with UAC enabled. Changed the local IPC connection provider to use named pipes for interprocess communication instead of global shared memory on Windows Vista (Feature #1517278) - Fixed a problem on Windows where logging in via Remote Desktop Connection would terminate the existing instance of STAFProc (Bug #1553533)-------------------------------------------------------------------------------Version 3.1.5: 08/28/2006 - Improved handling of an RC 4010 from the QUERY request in the STAFLogViewer (Bug #1520214) - Incorrect key name for STAF/Service/Log/ListLocalSettings (Bug #1520259) - Changed STAFInst to provide a better error message if the source and target directories are the same (Bug #1513636) + Updated to recognize Windows Vista as an operating system so that variable STAF/Config/OS/Name=WinVista, not "Unknown WinNT" (Feature #1517278) - Fixed problem where a ResPool REQUEST POOL request could throw an unhandled exception (Bug #1525753) - Allow any font to be selected in the STAFLogViewer (Bug #1530962) - Change STAFStringToUInt() to handle numbers above base 10 (Bug #1533482) - Fixed gethostbyname_r() failure on Linux when /etc/host.conf contains 'multi on' (Bug #1535870) + Added a MACHINE option to the PING service (Feature #1038463) - Fixed a substantial memory leak in STAF Java support where the result buffer from a STAF request was not being freed (Bug #1172182) - Allow users to have executable/library symbolic links created during STAFInst install (Bug #1518950) - Updated the STAF Service Developer's Guide to document the requirement to use a 1.5 JVM to register Java STAF services that were compiled with Java 1.5 (Bug #1522013) - Documented an error registering Java services using the GNU compiler for Java on Linux in the FAQ and Getting Started Using STAF (Bug #1497922) - Fixed a SIGSEGV in STAFHandleManager::handleProcessTerminated() caused by a locking issue (Bug #1526713) - Changed the SIGSEGV signal handler for Unix to abort so that STAFProc doesn't get into an infinite loop generating SIGSEGV errors (Bug #1542222) - Changed FS COPY to use interface cycling (if enabled) when connecting to the TOMACHINE (Bug #1543243) - Fixed a small memory leak registering/unregistering external C++ services (Bug #1359340) - Updated the InstallShield installers to only display existing directories where STAF is installed if the bin/STAFProc executable exists (Bug #1481432) - Updated the STAF Developer's Guide to indicate building Perl 5.6/5.8 support requires the Perl 5.8 bin directory in your PATH (Bug #1544854) - Updated the STAF Developer's Guide to add the Windows build requirement of having the Cygwin Python package installed (Bug #1491617) - Fixed some memory leaks and some other errors in STAFProc (Bug #1544974) - Fixed a problem starting a process where creating a temporary file name for stdout/stderr could fail. Also, fixed a problem where temp files were created in {STAF/DataDir} instead of {STAF/DataDir}/tmp (Bug #1537002) - When reading in the STAF configuration file, allow STAF services to resolve any PARMS options for variables (Bug #1546244)-------------------------------------------------------------------------------Version 3.1.4.1: 07/14/2006 - Fixed RC 19 (File write error) for FS COPY requests copying to a Linux PPC64-64 machine running STAF 3.1.4 (Bug #1522732)-------------------------------------------------------------------------------Version 3.1.4: 06/27/2006 - Fixed a problem in STAFInst where it didn't handle creating a new link correctly if a link already existed (Bug #1471995) - Fixed a RC 22 problem on a FS COPY FILE request (Bug #1459698) - Removed silent install documentation for optionalCodepageSupport (Bug #1476432) - Added a RHEL4 example to the STAF FAQ Linux iptables configuration section (Bug #1478034) - Changed the instructions for installing STAF on OS/400 to run STAFInst after untarring the installer file (Bug #1486002) + Added a Full setup type for the InstallShield installers (Feature #1477900) - Corrected the User's Guide setupTypes.selectedSetupTypeId silent install option (Bug #1486878) - Fixed a problem where the InstallShield Minimal install type resulted in all files being installed (Bug #1485126) - Improved the error messages returned in the result when a PROCESS START request fails to start a process (Bug #572193) + Improved errors messages returned by the resolve variable methods and changed to return RC 47 (Invalid Value) instead of RC 7 (Invalid Request String) when resolving a variable that should contain a number value, but isn't numeric (Feature #1503117) + Added ability to specify the focus (e.g. minimized, foreground) for windows opened when starting a process on a Windows system (Feature #1495665) - Upgraded the Java versions bundled with STAF to ibmjre142sr5 (for Win32, Linux, AIX, and Win64), sunjre142_12 (for Solaris) and hpjre142_10 (for HP PA-RISC) (Bug #1486828) + Provide a STAFLogViewer class in JSTAF.jar (Feature #1511822) + Added a TODIRECTORY option to the FS COPY FILE request (Feature #1512811) -------------------------------------------------------------------------------Version 3.1.3.1: 04/07/2006 - Fixed Windows problem where during a silent install of STAF, the RC would always be 0 even if the install failed (Bug #1460093) - Fixed FS COPY request so that if fails due to being out of space on AIX, now get RC 19 (File Write Error) instead of RC 0 or RC 22 (Bug #1461730) - Fixed a memory leak when enumerating a directory (Bug #1463861) + Added a RECURSE option to the FS LIST DIRECTORY request to provide the ability to list the contents of a directory recursively (Feature #1461609) - Changed the STAFInst installer to no longer create links in /usr/bin and /usr/lib (Bug #1360178)-------------------------------------------------------------------------------Version 3.1.3: 03/24/2006 - Changed to strip leading whitespace from a request value. Previously, this would result in an RC 7, Invalid Request String (Bug #1407668) + Added a performance enhancement for FS COPY DIRECTORY requests that can significantly speed up copying files in binary mode (Feature #1413919) - Improved help message for error code 21, STAF Not Running (Bug #1426804) - Changed the result for LOG LIST request that lists log files to provide the upper 32-bit size in addition to the lower 32-bit size (Bug #1379849) - Fixed "Can't find STAFInst.mfs" error when running STAFInst from a directory other than the STAFInst root (Bug #1427934) - Changed STAF C++ command parser to provide an error message along with RC 7 if :Length: exceeds the length of the data (Bug #464827) - Updated STAF Developer's Guide to include instructions for building IPv6 support and reformatted the Build section (Bug #1429282) + Changed to generate trace error messages instead of using couts/cerrs (Feature #626903) - Fixed incorrect return description for STAFSocketIsValidSocket (Bug #1439792) + Improved log lock granularity (Feature #1438151) - Documented garbage collection performed by ResPool and SEM services in the STAF User's Guide (Bug #1433754) - Fixed problem in SEM service where garbage collection was not being done for pending requests for mutex semaphores (Bug #1442163) - Fixed problem in SEM and RESPOOL services where pending requests that are garbage collected never complete (Bug #1442762) - Improved shutdown of STAF such that some extraneous errors are no longer output in the JVM logs and STAFProc output (Bug #1436187) - Fixed intermittent RC 21 on Solaris Opteron (Bug #1441422) - Improved error message when registering a Java service using a "bad" JVM (Bug #1422950) - Added detection of a cyclic copy for a FS COPY DIRECTORY RECURSE request (Bug #858366) - Updated list of operating systems supported by STAF in STAF User's Guide (Bug #1452437) - Handle "Connection terminated unexpectedly" trace messages better (Bug #1451680) + Changed machine trust level to be case-insensitive (Feature #1442047) - Fixed problem where a remote STAF request may never complete if STAFProc is shutdown on the remote machine (Bug #1450213) - Changed to provide better error messages for exceptions generated by STAFFSGetEntry (Bug #1420783) - Added instructions to the STAF User's Guide on how to use the "qsh" shell on AS/400 (Bug #1428630) + Added support to handle STAF V3 and V2 versions of a Java service packaged in a single jar file (Feature #1457107) - Fixed problem where the default STAF.cfg file was not being created (Bug #1368716) - Improved description of RC 25 to indicate that it's an insufficient trust issue (Bug #1457375) - Fixed a socket binding error starting STAF on Unix (Bug #1187649)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?