history.php
来自「Software Testing Automation Framework (S」· PHP 代码 · 共 1,216 行 · 第 1/5 页
PHP
1,216 行
+ Added support for sending variables accross the network (Feature #464843) - Fixed STAF User Guide error in autoboot install section (Bug #935317) - Fixed problem where STAF receives a SIGSEGV 11 and crashes on Unix systems when starting a process that uses temporary files for stdout/stderr (Bug #881930) + Added a separate Trace service and removed trace behavior from Misc service (Feature #922658) - Updated Linux build to use GCC 3.3.3 to resolve SIGSEGV problems (Bug #936685) + Added support for HP-UX IA64 (both 32-bit and 64-bit) (Feature #914317) + Provided a DATADIR operational setting to specify a writeable location and changed STAF and its services to write all data to it (Feature #592875) -------------------------------------------------------------------------------Version 3.0 Beta 1: 04/02/2004 + Added communication interface enhancements including: - Allowing multiple pluggable network communication interfaces - Removing the constraints on network name specifications - Support mixed long and short names for machine names on requests - Support IP addresses for machine names on requests - Allowing trust specifications to contain wildcards and IP addresses (Feature #550251) + Added user level security, in addition to the existing machine level security including: - Allowing pluggable authenticators and providing a sample authenticator - Allowing trust specifications for users, including support for wildcards (Feature #627135) - Fixed RC 22 STAFConnectionReadSTAFString: Error reading from socket error on a remote request to a Windows system (Bug #926825) -------------------------------------------------------------------------------Version 2.6.1: 04/01/2004 - Resolved variables for LIST TRIGGER/SOURCE request to the DIAG service (Bug #914288) - Corrected the nested jar file section of the STAF Service Developer's Guide to show how to correctly nest the jar files (Bug #913155) - Fixed problem where STAFHandle.submit/submit2 core dumps Java if a null value is passed to it (Bug #917232) - Added a delay for a random time before the next connection retry attempt to help avoid RC 16 recv: 111 errors and added a new operational parameter CONNECTRETRYDELAY to make the maximum delay time configurable (Bug #915342) + Added libstdc++-libc6.2-2.so.3 to Linux build/install (Feature #923476) - Fixed Perl problem where all STAF calls were made from the most recently created STAF handle (Bug #926738) + As an aid for migrating to STAF V3.0, instrumented the VAR service to record diagnostics data since the syntax of all of its requests will be changing in STAF V3.0 (Feature #464843) -------------------------------------------------------------------------------Version 2.6.0: 03/03/2004 + Added information to the STAF User's Guide on how to have STAF automatically start as a Windows service during reboot (Feature #889847) - Fixed problem "WsnInitialContextFactoy Class Not Found" (Bug #889770) + Added information to the STAF User's Guide on how to have STAF automatically start during reboot on Unix (Feature #464848) + Removed error messages displayed in STAFProc window if can't register with automate.austin.ibm.com (Feature #853521) + Provided a new internal Diagnostics service, called DIAG, which allows you to record diagnostics data and interact with the diagnostics data collected (Feature #893634) + Added support for Perl 5.8 on Windows and Linux (Feature #890822) + Added a new external Zip service, called ZIP, which allows you to Zip/Unzip/List/Delete PKZip/WinZip/Jar compatible archives (Feature #890827) + Added support for command separator in STAF global variable pool (Feature #556432) + As an aid for migrating to STAF V3.0, instrumented STAF requests that will be changing in STAF V3.0 to record diagnostics data (Feature #853620) + Changed the Windows ISMP installer to be a console launcher, so that silent installations will not return until the install actually completes (Feature #902942) - Fixed problem where infinite event/mutex semaphores would time out inadvertently on Solaris, resulting in STAF shutting down (Bug #890837) + Added a notify key to the Process Service (Feature #626917) - Fixed problem where a STAFException with large message text causes STAFProc to terminate abnormally (Bug #906259) + Increased default maximum record size for LOG service from 1024 to 100,000 bytes (Feature #908645)-------------------------------------------------------------------------------Version 2.5.2: 01/27/2004 - Fixed problem "Could not open file /usr/local/staf/codepage/iso88591.bin" (Bug #815979) - Fixed error in Log service where level User7 was shown as UseR7 (Bug #816930) - Added notes to STAF Users's Guide silent install section to logout/login on Unix and to restart on Windows 95/98/ME systems (Bug #819624) - Miscellaneous updates to the STAF Service Developer's Guide (Bug #820959) = Created an aix421 package (Bug #821438) + Added new operational parameter CONNECTATTEMPTS to specify the maximum number of times to attempt to connect to a remote system (Feature #827639) - Added a new environment variable called STAF_REPLACE_NULLS used by the STAF executable to replace null characters in the result string to prevent truncation (Bug #863127) - Unregister Help service errors for Log, Respool, and Monitor services (Bug #878447) - Delete stdout/stderr files if PROCESS START command fails to start the process (Bug #885014) - Fixed RC:10 error on HP-UX if PROCESS START uses temporary stdout or stderr files (Bug #883296)-------------------------------------------------------------------------------Version 2.5.1: 09/26/2003 - Removed libC.a and libC_r.a from AIX packaging (Bug #791557) + Added support to start a process using RETURNSTDOUT/ERR without having having to specify a STDOUT/STDERR filename (Feature #523404) - Fixed FS COPY DIRECTORY RC 22 problem when copying a directory from a STAF 2.5.0 machine to a STAF 2.4.5 or lower machine (Bug #810650)-------------------------------------------------------------------------------Version 2.5.0: 07/28/2003 - Fixed PROCESS START request bug on Unix systems where it returned RC 46 instead of 0 with option IGNOREDISABLEDAUTH specified (Bug #711634) - Added help text for error code 51, Directory Copy Error (Bug #719284) - Fixed UTF8 conversion problem when accessing a string that contains DBCS characters (e.g. via FS GET FILE), but the system is English (Bug #719998) - Fixed a Java submit2 error where the result was incorrectly being converted from UTF8 to the current codepage (Bug #723415) - Fixed Latin-1 codepage conversion hang problem for strings containing DBCS characters (Bug #729827) - Fixed how STAF determines the codepage on non-English Linux systems (Bug #730469) - Added try/catch block for process sendNotification exceptions (Bug #740156) - Fixed codepage converter exception found when get a STAX parsing exception message containing Chinese or other DBCS/MBCS text (Bug #740164) - Added more information to the error message when registering a Java service and the java executable is not found in the path (Bug #609975) - Fixed FS QUERY request bug where it returned an error if the path specified had one or more trailing slashes (Bug #726956) - Reduced memory use when returning files via a process start request (Bug #711604) + Added a new codepage variable called STAF/Config/CodePage (Feature #750306) + Added support for Windows 2003 (Feature #749572) - Fixed "JVM not found" error with STAF Jar installation (Bug #725261) - Fixed problem where ISMP STAF Uninstall fails with "No suitable JVM found" error (Bug #709711) - Added a 0-arg constructor for Java STAFResult (Bug #754377) - Fixed bug where FS command line not checking all command options (Bug #737123) + Added support for converting line ending characters on a FS GET FILE for text files and added support for displaying in hex (Feature #526463) + Added support for converting line ending characters on a FS COPY FILE/ DIRECTORY for text files and added support for codepage conversion on text file copies (Feature #526463) + Allowed substitution of a userid/password in the shell option used when starting a process (Feature #751503) + Updated STAF builds to use InstallShield MultiPlatform 5.0 (Feature #750249) - Removed support for PASSWD and SHADOW as process authentication modes (Bug #758214) - Removed STAF 1.2 checks during Windows installation (Bug #759558) - Fixed bug where STAFProc prevents Windows system shutdown (Bug #737123) - Fixed RC 22 problem on Unix systems for PROCESS START (no SHELL option) requests containing non-English characters (Bug #675502) - Fixed problem creating relative paths using a FS CREATE DIRECTORY request on Unix systems (Bug #769141) + Added support for z/OS V1.4+ (Feature #463682) - Fixed problem where a custom install location could not be specified during a silent STAF installation (Bug #776459) - Fixed Chinese codepage mapping error for the line-feed (x0D) character discovered on a FS GET/COPY TEXT request (Bug #777196) + Install all language support in a Typical STAF installation (Feature #778988) - Documented how to get around codepage translation problems on Windows systems whose locale (e.g. French) sets the ANSI and OEM codepages to different values (Bug #775356) - Fixed problem deleting a service jar file on Windows after the Java service has been dynamically removed via a SERVICE REMOVE request (Bug #779861) -------------------------------------------------------------------------------Version 2.4.5: 03/27/2003 + Added Copy Directory request to FS service (Feature #562568) - Fixed RC 22 when sending Async requests to non-existant services (Bug #704659) - Fixed wrong RC (10 instead of 50) when submitting a FS DELETE request for a non-empty directory on Win95 and Solaris (Bug #703776) - Fixed FS CREATE DIRECTORY bug where it returned RC 10 even though the directory was created if the directory name had a trailing slash and FULLPATH was specified (Bug #671971) - Fixed RC 4007, Invalid file format, query problem in the Log service and improved the Log service's performance (Bug #676437) + Changed FS GET FILE required trust level to 4 (Feature #709645) - Fixed bug where we used the wrong file pointer when determining file size. Also removed old linker flag that was causing exceptions not to be caught on Linux PPC-64 (Bug #709723) - Fixed typo in STAF Python User's Guide example (Bug #710457) - Display RC/Result for all STAFDemo errors (Bug #710535)-------------------------------------------------------------------------------Version 2.4.4: 03/11/2003 - Fixed STDIN option on process service start requests (Bug #658842) + Added support to allow retrieval of request start times (Feature #656412) - Fixed TODAY option on LOG requests (Bug #613357) - Updated STAF User Guide, section "7.2 Option Value Formats", on how to use the name of an option as the value of an option (Bug #669975) - Fixed wrong RC for the Monitor service's query request (Bug #671443) = Updated internal service interface to pass a structure instead of individual parameters (Feature #668090) - Fixed wildcard matching, used by FS service (Bug #677529) - Fixed reference to invalid log levels in STAF User Guide (Bug #681041) - Updated PROCESS service help to include RETURNxxx options (Bug #681739) - Fixed MONITOR service's QUERY request to resolve variables (Bug #682609) - Fixed RESPOOL service's REMOVE ENTRY request to return correct RC if the entry is owned (Bug #684081) - Fixed DELAY and ECHO services trust level checking (Bug #694472) - Updated documentation for HANDLE service to include the [STATIC] option in the QUERY ALL request (Bug #698339) - Fixed link problem with libJSTAF.sl on HP-UX (Bug #699495) - Fixed Windows 95 STAFProc startup problem (Bug #696973) - Captured stdout/stderr for the JVM processes for diagnostic purposes when STAF Java services encounter a problem (Bug #681081)-------------------------------------------------------------------------------Version 2.4.3: 12/10/2002 - Fixed STAF Perl User's Guide Example 3.2.2 (Bug #640697) - Fixed STAF Perl User's Guide Example 4.3.3+ (Bug #640715) + Added support for codepage ibm-936 (Feature #647977) + Added support for building Perl 5.8 support (Feature #648698) - Fixed problem where superfluous threads were being started by STAF executable (Bug #648545) + Added new log method to the STAFLog Java wrapper API to support specifying level as a String, such as "info" or "Error" (Feature #651209) - Fixed "Too many open files" error installing the shared_jython directory (Bug # 651693) -------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?