history.php
来自「Software Testing Automation Framework (S」· PHP 代码 · 共 1,216 行 · 第 1/5 页
PHP
1,216 行
- Fixed problem building jython along with dependent service (Bug #1156934) - Added more examples for the PROCESS service's START request in the STAF User's Guide (Bug #1160201) - Fixed problem where STAFProc hung if line in config file was too long and increased the maximum length for a line to 2048 characters (Bug #1160287) - Fixed command parser hang if ending double quote not found (Bug #1150901) + Added a LONG option for a SERVICE LIST REQUEST (Feature #1165660) - Provide libstdc++.so.5 in Linux IA64 and AMD64 builds (Bug #1165597) + Marshalling updates (Feature #740150) - Added Python formatObject pretty printing API - Added documentation for marshalling APIs to the STAF Python User's Guide = Moved STAF_MIN macro to STAFUtil.h and added STAF_MAX macro (Feature #1174981) - Provided a way to not have environment variables updated during the STAF installation, and documented the commonly-used silent install options (Bug #1175138) - Fixed problem doing an upgrade install if the same version of STAF is already installed at another location on the machine (Bug #1181756) - Fixed STAFProc crash on AIX and HPUX when running ZIP ADD (Bug #1181083) - Include LICENSE.htm in all installations (Bug #1184010) - Provide AIX 4.3.3 (IPv4 only) and AIX 5.1 (IPv4/IPv6) builds (Bug #1152619) - Fixed a remote logging problem with the machine nickname (Bug #1186326) + Update delegated services to function correctly (Feature #1074255)-------------------------------------------------------------------------------Version 3.0.0 Beta 7: 12/14/2004 - Fixed problem where the STAF and STAFTCP library files were not being installed during -silent or -console installs (Bug #1076914) - Fixed "zero bytes when unzipping JAR archives" issue (Bug #1076948) - Install STAFDataTypes.h and STAFDataTypesInlImpl.cpp in the include directory (Bug #1071233) + Marshalling updates (Feature #740150) - Added toString and formatObject APIs to the STAFMarshallingContext class to provide "pretty print" capabilities for marshalled data. - Updated pretty print verbose format to not show quotes/commas by default - Updated docs for displaying raw output from STAF command (Bug #1080912) + Added support for uninstalling upgrade versions of STAF that are not recognized by InstallShield 10.5 (Feature #1024694) + Added operational parameter STRICTFSCOPYTRUST to change default to do lenient trust checking on a FS COPY request (Feature #1081727) = Added physicalInterfaceID to request structure for C++/Java, etc. services (Feature #550251) - Fixed unzip symbolic link issue (Bug #1084676) + Added "move Zip archive handling out of STAFZipFile class" (Feature #1084669)-------------------------------------------------------------------------------Version 3.0.0 Beta 6: 11/19/2004 + Communication Interface Enhancements (Feature #550251) - Changed the options provided when listing/querying interfaces to be a map of the options, instead of a list of the options - Removed the CONNECTTIMEOUT operational setting and added an option named CONNECTTIMEOUT that can be specified when configuring a TCP interface. - Fixed problem where the CONNECTTIMOUT value was not being used. - Fixed trust problem with FS COPY request if you specify your hostname as the TOMACHINE system and fixed a problem with the error message - Changed FS COPY APIs which means that Beta 6 cannot copy to/from previous STAF V3.0 Betas (but can copy to/from STAF V2.x machines). - Changed MACHINE operational parameter to be named MACHINENICKNAME instead to better reflect its usage - Fixed some local trust issues + Added WhoAreYou request to the MISC service - Removed line separators from message text to display better. + Updated STAF Service Developer's Guide to discuss using marshalled data structures to represent multi-valued results and updated the sample Java and C++ services to return marshalled results for LIST/QUERY requests (Feature #1059691) + Marshalling updates (Feature #740150) - Added Python marshalling and unmarshalling APIs - Added ability to specify "short" column headings for a map class that will be used by the STAF command if the column heading is longer than the longest data in the column in a table format - Added wrapping to the STAF command table format so that long data for a field will be wrapped within the column - Added a -verbose option to the STAF command which can be used to get the result in a verbose format (without setting STAF_PRINT_MODE=verbose) - Added LONG option to the PROCESS LIST request to include workload + Added a default maximum number of records of 100 to be used when querying a log file if you do not specify FIRST/LAST/ALL/TOTAL/STATS. This setting is configurable (DefaultMaxQueryRecords setting) and added an ALL option to the LOG QUERY request (Feature #1040232) - Fixed problem with the FmtLog utility not supporting the new log record id format which includes the user and endpoint fields (Bug #1062606) + Provided a STAF V3.0 Migration Guide which discusses changes that STAF V2.x clients will have to make (Feature #1062488) + Changed LOG QUERY request so that it only returns date-time, level, and message and added a LONG option which returns all fields, added a ENDPOINT option to query by endpoint (Feature #1064711) + Updated STAFInst to create the STAFEnv.sh script file during installation (Feature #1064587) - Fixed memory leak in local connection providers (Bug #1069481) + Updated STAF install to use InstallShield 10.5 (Feature #1024694) + Added machine polling support for Garbage Collected Handles (Feature #464845) + When starting a process, set a handle variable that contains the endpoint for the originating system (Feature #1069765) -------------------------------------------------------------------------------Version 3.0 Beta 5: 10/30/2004 - Changed how line endings in a file are determined during a FS GET FILE request (Bug #1040001) - Fixed ZIP service inflate file problem for InfoZip archive (Bug #1033654) + Remove all STAFReg.cmp files during installation (Feature #1042451) + Added TYPE option to QUEUE service's QUEUE/GET/PEEK/DELETE requests (Feature #1044711) + Changed services to return init/term result strings (Feature #584049) + Changed request and process complete queued messages so that the message being queued is a marshalled map and so that the type of the queued message is STAF/RequestComplete or STAF/Process/End, respectively (Feature #740150) + Add ability to specify a port when submitting a STAF request, e.g. tcp://client1.austin.ibm.com@6500 (Feature #930713) + Communication Interface Enhancements (Feature #550251) - Removed the USELONGNAMES operational setting - Removed the STAF/Config/EffectiveMachine system variable - Added the STAF/Config/MachineNickname system variable - Changed the service request interface for all services and changed the min/max interface levels to be 30 for all STAF V3.0.0 services - Updated FS Copy File/Directory APIs to determine trust based on machine and user - Added endpoint information to various services to provide more information about the originator of a request + Update all tarballs to always unpack into a single directory (Feature #930468) + Improve unzip's performance on large files (Feature #1055682) - Fixed problem loading Java services on Linux (Bug #953334) + Allow installation of multiple different versions of STAF on a single machine (Feature #627811) + Support installation upgrades (Feature #627811) -------------------------------------------------------------------------------Version 3.0 Beta 4: 09/29/2004 + Communication Interface Enhancements (Feature #550251) - Removed the MACHINE request from the MISC service since you can no longer configure STAF to use long vs short machine names so it no longer serves any purpose + Added a HELP request to the simple services: DELAY, ECHO, and PING (Feature #983742) + Changed STAFInst so that FmtLog is installed during a Recommended installation (Feature #986818) - Fixed problems deleting symlinks on a FS DELETE request (Bug #604347) - Fixed problems providing correct error information on a FS DELETE request (Bug #999677) - Fixed problem with environment variables when starting a process on Windows (Bug #999053) - Improved error message on Unix when starting STAFProc without staf/bin in PATH (Bug #824522) - Fixed problem accessing files with a timestamp of Feb. 29, 2000 (Bug #1000886) - Updated Reg service to work on Windows (Bug #1008888) - Fixed problem running zip service causes bus error (core dump) (Bug #994218) + Added STARTSWITH/CSSTARTSWITH options to LOG QUERY/PURGE reqeusts (Feature #1010240) + Added support for new format for multi-valued results (marshalled results): - Provided marshalling/unmarshalling apis for C/C++, Java, and Perl (unmarshalling only for Perl) - Updated all internal services which have multi-valued results. - Updated external services provided with STAF: LOG, MONITOR, and RESPOOL - Updated STAF Demo to handle marshalled results from LOG/MONITOR requests (Feature #740150) + Added support for Perl services (Feature #544063) - Fixed problem that zip service can't read permission info in the latest InfoZip archive (Bug #1012202) - Fixed problem on Windows when starting a process using the default SHELL option to preserve quoting in command/parms (Bug #1025075) + Added garbage collection for the Sem and ResPool services so that when handles terminate without freeing semaphores or resource entries, these services will automatically free them (Feature #464845)-------------------------------------------------------------------------------Version 3.0 Beta 3: 06/28/2004 - Fixed RC 22 on HP-UX for all local requests (Bug #951417) - Fixed problem where the STAFInst script did not have execute permission (Bug #944947) + Communication Interface Enhancements (Feature #550251) - Added support for the DEFAULTINTERFACE operational parameter - Added support to allow multiple copies of STAF to run on the same system - Changed to use "://" instead of ":" used in previous Betas to separate interface and machine identifier, e.g. local://local, tcp://server1.austin.ibm.com + User Level Security (Feature #627135) - Changed to use "://" instead of ":" to separate authenticator and user identifier, e.g. SampleAuth://User1 + Removed deprecated messages in STAF and the Log, Respool, and Monitor services and removed settings for old/new return codes (Feature #935899) + Removed the following deprecated utilities and executables: GenWl, STAF.cmd and CSTAF (Feature #935896) + Added support for Windows IA64 (Feature #914308) - Fixed problem where the AIX STAF install failed with "Null" error (Bug #965002) + When a "InProcess" service (e.g. C++ or REXX) is removed, un-register its handle (Feature #966079) - Fixed problem where the Linux STAF Python and TCL support was not being installed via STAFInst (Bug #968922) + Updated QUERY/LIST request string syntax for PROCESS and HANDLE services (Feature #627830) + Added RUNNING and COMPLETED options to PROCESS LIST (Feature #971250) + Add LIST/QUERY requests to MISC service to show information on which interfaces are enabled (Feature #464832) - Fixed Java Support on AIX (Bug #951438) - Removed reference to STAF/Service/Log/Retry variable in STAF User's Guide (Bug #978549) + Added support for IPv6 to the TCP interface (Feature #914310) + Standarized request string syntax for SEM service (Feature #979770) -------------------------------------------------------------------------------Version 3.0 Beta 2: 04/29/2004 - Fixed STAFStringConstruct exception when dealing with ZIP archives whose "Extra Field" contains unreadable charactors (Bug #928442) - Added ISMP Uninstaller support for IBM Java 1.4.1 (Bug #913707) - Fixed codepage makefile problem (Bug #932433) + 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 2: 04/29/2004 - Fixed STAFStringConstruct exception when dealing with ZIP archives whose "Extra Field" contains unreadable charactors (Bug #928442) - Added ISMP Uninstaller support for IBM Java 1.4.1 (Bug #913707) - Fixed codepage makefile problem (Bug #932433)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?