history2x.php
来自「Software Testing Automation Framework (S」· PHP 代码 · 共 1,027 行 · 第 1/4 页
PHP
1,027 行
-------------------------------------------------------------------------------Version 2.4.1: 08/23/2002 - Fixed Java service jar class loader (Bug #597392) - Fixed "JVM not found" bug during the jar file ISMP installation (Bug #592783) - Fixed ISMP installation exceptions when using Blackdown's Java (Bug #580332) - Fixed Jar installation failure on Windows XP with Java 1.4 (Bug #598448) - Decreased timeout when shutting down STAF (Bug #595269) + Provided ability to specify a shell to use when starting a process, and to specify a default shell to use via the STAF.cfg file (Feature #565465) - Fixed problem tracing to STDERR (Bug #599356)-------------------------------------------------------------------------------Version 2.4.0.2: 08/15/2002 - Fixed typo in User's Guide JSTAF examples (Bug #593272) + Added a new trace point, Deprecated, which is causes a trace message to be generated for deprecated options that STAF detects (Feature #594218) + Provided a port of STAF to PACE on OS/400 (Feature #528694) + Fixed Fatal Error on AS400 when loading Java services (Bug #595296) + Fixed bug where FmtLog was not being installed during Unix ISMP installs (Bug #595652)-------------------------------------------------------------------------------Version 2.4.0.1: 08/07/2002 - Fixed bug on HP-UX which required fully qualified path names for shared libraries (Bug #592293) - Updated docs to indicate use of SHLIB_PATH on HP-UX (Bug #592296) - Fixed problem with HP-UX not keeping reference counts on loaded libraries (Bug #592844). - Fixed HP Installation bug where JSTAF.jar was not being installed (Bug #592141) - Fixed HP Installation bug where an incorrect link to /lib/java12/libJSTAF was being created (Bug #592171)-------------------------------------------------------------------------------Version 2.4.0: 08/05/2002 - Fixed shared library initialization bug on HP-UX (Bug #590177) + Added case insensitive contains for Queue service GET/PEEK/DELETE and case sensitive contains for Log service QUERY/PURGE requests (Feature #464833) + Made process management and tracing APIs part of the OS porting layer (Feature #585593) - Only list services with an init RC of 0 (Bug #584047) - Fixed Unix problem by moving sys/types.h include to top of STAFOSTypes.h (Bug #567667) - Fixed ucm2bin file converter to find last period in file name (Bug #567424) + Updated STAFProc to do a proper shutdown when terminated via SIGTERM, SIGINT, SIGQUIT, CTRL+C, and CTRL+Break (Feature #464828) - Updated the Java build information for Java 1.2+ in the Developer's Guide (Bug #575231) + Added TCL build information to the Developer's Guide (Feature #575225) - Fixed win32 problems with the TCL makefile (Bug #572864) + A stack trace is now returned in the STAFResult bufer when Java services throw an exception (feature #464840) * The ALLOWMULTIREG configuration setting has been removed. This setting is now permanantly "on". The configuration file parser will continue to recognize the option (but will ignore it) until the V3.0 release of STAF. + Made STAFDemo more self-contained (Feature #520493) + Enhanced the useability of Java services (Feature #561673) 1) Ability to load services directly from jar files (i.e., without CLASSPATH updates) 2) Removed need to update dynamic library path for Java services 3) Java services are now loaded in a JVM separate from STAFProc 4) Java services may be loaded into isolated JVMs or share the same JVM * The options available when registering Java services has changed substantially. Please read section 4.4.3 of the STAF User's Guide for a list of the current available options. + Added Python build info to Developer's Guide (Feature #572900) + Added Perl build info to Developer's Guide (Feature #572860) - Fixed Perl process start wait timeout error (Bug #572243) - Fixed Perl makefile so that it builds correctly on win32 (Bug #572571) - Fixed Windows trap when querying log files (Bug #570293) - If the STAFDemo can't start the process, display the RC and result (Bug #569064) - Fixed bug where a SEM MUTEX request was being added to the front of the pending requests list instead of to the back (Bug #565023) + Added support for dynamically adding/removing services (Feature #464868) + Added support for Service Loader Services (Feature #464867) + Added ONLYHANDLE option to only list handle variables (Feature #464830) - Updated Java API docs for static handles (Bug #513446)-------------------------------------------------------------------------------Version 2.3.2: 06/03/2002 + Added support for whitespace around machine and service by stripping the whitespaces (Feature #464846) - Fixed bug where CONFIRM option for a LOG PURGE request was not working (Bug #523949) - Fixed bug where STAFInst fails when run under csh and tcsh (Bug #545577) - Fixed invalid reference in User's Guide in Process STOP RC (Bug #513386) - Updated Variable Service in User's Guide to clarify you should almost always use RESOLVE, not GET, to retrieve a variable value (Bug #517765) - Fixed problem where could not escape a left brace, {, in a resolvable string. Now, can use a caret, ^, to escape a { or ^. (Bug #562495) -------------------------------------------------------------------------------Version 2.3.1: 04/11/2002 - Fixed trap/hang on Linux SMP (Bug #538488) - Fixed problem starting a process remotely using a statichandlename (Bug #505081) - Fixed SIGSEGV on Linux PPC 64 when using Java Services (Bug #524502) - Fixed problem starting a process with a statichandlename where the var parameters were not being set as the primary variable pool (Bug #530537) + Added support for Python (Feature #513993) + Added trace points for warning and info (Feature #531940) - Fixed problem starting a process as a different user on Windows NT/2000/XP (Bug #487221) - Fixed problem redirecting stdout and stderr to the same file when starting a process. Added new option stderrtostdout. (Bug #513452) - Fixed problem where the system classpath and the OPTION classpaths for a Java service were not being merged when using Java 1.2+. Added support for multiple OPTION J2=-Djava.class.path parameters. (Bug #532645) - Fixed problem where a process start request specifying a shell command like "date; grep ab ab" would fail because it was trying to verify that the first subword is a valid command. Unix only. (Bug #541732) - Fixed SIGSEGV on Unix systems when a process start shell command's length is 36. (#542679)-------------------------------------------------------------------------------Version 2.3.0: 12/13/2001 - Fixed another multi-thread bug on Solaris - Removed superfluous (and erroneous) constant from STAFOSTypes.h - Fixed bug running Java STAF applications on HP/UX - Fixed OS HANDLE leak (win32 only) (Bug #456606) + Added a STAFQueueMessage class to Java support - Fixed multi-thread bug with gethostbyname() (Bug #460757) - Fixed bug with permissions of files created via the PROCESS service's STDOUT[APPEND] and STDERR[APPEND] options (unix only) (Bug #461613) + Added support for arbitrary shell commands via a new SHELL option to the PROCESS services's START command (Feature #461616) - Fixed bug where processes STARTed with STDIN/OUT/ERR redirected could not delete the redirection files (win32 only) (Bug #462669) - Fixed bug where processes STARTed with STDOUT/STDERR didn't have the files properly truncated (Bug #462672) + Added support for Irix (Feature #463681) - Fixed bug when lots of STAF handles exist (win32 only) (Bug #466975) - Fixed bug with multi-handle registration on Win95/98/Me (Bug #466976) - Fixed problem running Java services on many JVMs (Bug #464869) + Added support for returning stdout, stderr, and arbitrary text files when a process completes (Feature #464467) - Fixed bug where sometimes got RC 6 in STAFRWSemWriteUnlock (Bug #478357) + Converted the ResPool service from REXX to C++ (Feature #464864) - Changed several Monitor Service return codes from kSTAFInvalidRequestString to kSTAFInvalidValue (Bug #478900) - Added WinXP support for STAF/Config/OS/Name variable (Bug #478479) + Added a variety of file system related commands to FS service (Feature #461618 and #461619) - Fixed bug sending process end notifications on Linux (Bug #464807) + Added support for using static handles from Java (Feature #464857) - Fixed bug where processes started with a command & parms whose length was > 1024 caused the buffer to overrun and get a segfault (Bug #491608) + Increased performance on Windows by 20% + Extended AIX support from 4.3.3+ to 4.2.1+-------------------------------------------------------------------------------Version 2.2.0: 06/19/2001 + Added support for HP-UX - Fixed bug where stdin/out/err were not displayed when none of them were being redirected (win32 only) - Fixed bug where incorrect timestamps were being returned by the file system APIs (win32 only) - Fixed Handle leak bug (win32 only) - Fixed bug in STAFLog.rxl where importing 'All' didn't import STAFInitLog + Moved HELP service inside STAFProc so that is always available * Due to the above move, you should not try to register the old REXX-based HELP service + Enhanced HELP service so external services can register their error codes with it + Updated Log and Monitor services to register error codes with HELP service + Added a STAFUtilFormatString function, ala printf(), to simplify creating STAF request strings. This is exposed as the formatString() method on the STAFHandle class. - Fixed bug in Monitor Service where Machine names were case-sensitive - Fixed bug where bad handles were returned to STARTed processes (win32 only) - Fixed problem prematurely closing socket connections - Fixed multi-threading problem on Solaris - Fixed bugs when logging and querying log files using bit-strings - Fixed standard/daylight savings time bug with Timestamps + Enhanced tracing support. You can now trace only certain services, trace requests to other systems, and trace registrations. Additionally, more "Error" conditions are now traced. + Improved FS COPY FILE performance * Changed default trust level to 3 (was 2) = Changed default INITIALTHREADS to 10 (was 5) + Added support for "static" handles. This allows full integration with shell-script applications. - Fixed file-locking bug preventing use of Log service on Win95/98/Me + General performance improvements: 5-30% on Unix, 30-70% on Win32 - Fixed bug where pending handles from WAITed on processes were not freed - Fixed timing bug which resulted in ghost processes = Now officially check whether STAF is already running on win32 - Fixed bug preventing STAF from working on Win95 - Fixed bug with HANDLE logs when using remote logging - Fixed bug listing machines in log service when using USELONGNAMES-------------------------------------------------------------------------------Version 2.1.0: 03/02/2001 + Enhanced STAF command line handling of quoted parameters. It should now be significantly easier to enter commands containing quoted strings from the command line. + Added support for asynchronous requests (see STAFSubmit2 in the User's Guide) + The Log and Monitor services have been rewritten in C++, improving their performance substantially and allowing them to operate on all supported STAF platforms. * Standardized all C/C++ API return codes and exceptions. Existing C/C++ applications should work unchanged, but new (or recompiled) applications may need some mild cleanup. + Added support for starting processes as different userids + Added support for redirecting stdin/stdout/stderr on started processes + STAFProc's environment variables are now exposed through STAF variables of the form STAF/Env/<Name> - Fixed bug where environment variables weren't being overwritten when starting a process on some unix systems - Fixed multi-processor bug on win32 + Added STAF variables for the STAF version number and the configuration file being used - Fixed bug in error message handling of Rexx services - Fixed bug where Java STAFUtil class wasn't public - Fixed bug where Java STAFMonitor class constructor wasn't public - Fixed bug preventing execution on WinMe and incorrect identification of Win2000 + Unix shared libraries can now be specified like other platforms (i.e., without the 'lib' and '.so') + Reduced unix disk and memory requirements + The Service service has been updated so that you may list the service requests currently being handled by STAF-------------------------------------------------------------------------------Version 2.01: 10/11/2000 - Fixed bug where STAFCommandParseResultGetOptionValue() returned incorrect value for non-existant option (this manifested itself as a problem using the Event service) - Fixed timing problem with FS copy (this manifested itself as a problem submitting jobs to WorkFlow Manager) - Fixed service termination order
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?