history2x.php
来自「Software Testing Automation Framework (S」· PHP 代码 · 共 1,027 行 · 第 1/4 页
PHP
1,027 行
<!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 2.6.11: 04/18/2006 - Changed to strip leading whitespace from a request value. Previously, this would result in an RC 7, Invalid Request String (Bug #1407668) - Fixed "Can't find STAFInst.mfs" error when running STAFInst from a directory other than the STAFInst root (Bug #1427934) - Updated Users's Guide to indicate commands that are only valid if submitted to the local machine (Bug #522701) - Changed STAF C++ command parser to provide an error message along with RC 7 if :Length: exceeds the length of the data (Bug #464827) - Improved error message when registering a Java service using a "bad" JVM (Bug #1422950) - Updated list of operating systems supported by STAF in STAF User's Guide (Bug #1452437) - Added instructions to the STAF User's Guide on how to use the "qsh" shell on AS/400 (Bug #1428630) - Changed the InstallShield installers so that the default STAF.cfg file will be created only if the STAF.cfg file does not already exist (Bug #1368716) - Improved description of RC 25 to indicate that it's an insufficient trust issue (Bug #1457375) - 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 (Bug #1461730) - Fixed a memory leak when enumerating a directory (Bug #1463861)-------------------------------------------------------------------------------Version 2.6.10: 12/07/2005 - Documented what it means if you specify local for the TOMACHINE option in a FS COPY request (Bug #1263436) - Removed the default selection for the License Agreement panel in the InstallShield installers (Bug #1266242) - Fixed FS COPY request so that if a write error occurs copying a file or directory (e.g. Disk Full), you now get an RC 19 (File Write Error) instead of RC 0 (no error) or RC 22 (Bug #1262633) - Added a comment to the Python User's Guide about the error that occurs when using environment variable PYTHONCASEOK (Bug #1285055) - Documented in the STAF Developer's Guide that building STAF Perl 5.6 support requires both Perl 5.6 and 5.8 to be installed (Bug #1326247) - Fixed a performance problem in the Java STAF Command Parser (Bug #1329463) - Fixed problem in ZIP service handling zipfiles containing > 32k entries (Bug #1347778) - Fixed FS service problem in a CREATE DIRECTORY FULLPATH request if specify a directory name that starts with \\computername\sharename on Windows (Bug #1305912) - Fixed FS COPY hang problem when source file is located on a mapped drive and the mapped drive is disconnected (Bug #1353461) - Fixed problem where FS DELETE ENTRY RECURSE returns RC 22 on Windows if length of an entry exceeded MAXPATH (Bug #1295334) - Fixed problem where FS DELETE ENTRY RECURSE returns RC 10 on Windows if specify a file instead of a directory for the ENTRY (Bug #788475) - Fixed problem registering Java services on HPUX-IA64 (Bug #1371022) = Changed the Linux IA-32 build machine to a RedHat 8.0 machine (Bug #1374880) - Fixed problem where removing services would kill STAFProc on Linux (Bug #1070250) - Fixed problem where STAFProc was unkillable on Linux (Bug #1195497)-------------------------------------------------------------------------------Version 2.6.9: 08/15/2005 - Fixed problem in the Java Command Parser where :0: was not being handled correctly as an option value (Bug #1198553) - Fixed "Unrecognized option" error during the Solaris/AIX/HPUX STAF install when using the .bin file with the bundled JVM (Bug #1201480) - Fixed Python support problem where only one thread could run at a time (Bug #1201047) - For the Linux AMD64 package, include libstdc++.so.6 instead of libstdc++.so.5 (Bug #1216686) - Fixed problem in FS service where an entry whose name ends in a period was not being handled properly (Bug #1225586) - Fixed RC 22 problem using FS service to list or query the root directory of a Windows network share such as \\server\service (Bug #1225876) = Changed to not use enum as a Java variable name so can compile using Java 5.0 since enum is now a Java keyword (Bug #1241613) - Pass NULL to AttachCurrentThread in STAFJavaServiceHelper.cpp to resolve a JVM crash with IBM Java 5.0 (Bug #1243199) - Fixed ZIP service's LIST and UNZIP requests to support read-only zip files instead of returning RC 48 "Does Not Exist" (Bug #1244658) - Fixed ZIP service's UNZIP request to return an error if a FILE specified does not exist (Bug #1245354) - Updated STAF Users's Guide by adding a section on environment variable settings for STAF (Bug #1243242) - Fixed problem with STAF C++ command parser's instanceName() and instanceValue() methods (Bug #1252798) - Fixed 99% CPU utilization problem with STAFProc that can occur on Unix systems if STAF has been running for 49+ days (Bug #1256803) - Fixed intermittent FS Copy hang problem and added recovery code for read or write failures (Bug #988110)-------------------------------------------------------------------------------Version 2.6.8: 05/05/2005 - Removed Java 1.1 support in STAFJavaServiceHelper.cpp in order to fix a build error on Linux AMD64 (Bug #1114820) = Removed the zxJDBC code from our distribution of Jython (Bug #1118221) - Fixed problem with PYSTAF.dll not being a valid Windows image (Bug #1122905) - Added InstallShield support for IBM Java 1.4.2 (Bug #1150221) - Added a note to the STAF User's Guide that STAF-enabled programs written in C must be linked with the C++ compiler (Bug #1153704) - Updated the STAF InstallShield installers to bundle newer JVMs which resolve security issues (Bug #1149985) - Fixed problem building jython along with dependent service (Bug #1156934) - Changed license from GPL to CPL for all source code (Bug #1149491) - 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 license information to the InstallShield and STAFInst installers (Feature #1101944) - Provide libstdc++.so.5 in Linux IA64 and AMD64 builds (Bug #1165597) - Fixed STAFProc crash on AIX and HPUX when running ZIP ADD (Bug #1181083) - Include LICENSE.htm in all installations (Bug #1184010) - Added support for AMD64 on Windows (Feature #915243) - Fixed problem where STAF configuration statements that did not have a line ending were being ignored (Bug #1192041) - Fixed typo in the STAFInst help for the acceptlicense option (Bug #1195499)-------------------------------------------------------------------------------Version 2.6.7: 01/26/2005 - Added support for iso8859-15 as alias for codepage ibm-923 (Bug #1076948) - Fixed unzip symbolic link issue (Bug #1084676) = Moved Zip archive handling out of STAFZipFile class (Feature #1084669) - Fixed Windows install error "The system cannot find the file specified" (Bug #1086358) - Fixed install error on AIX when using IBM Java 1.4 2 (Bug #1084526) - Added install support for Java 1.5.x (Bug #1105514) - Clarified the definitions of the "NAME" and "EXT" portions of a filename for FS COPY/LIST DIRECTORY commands in the STAF User Guide (Bug #1084739) - Fixed PYSTAF ImportError when using the STAF Python library on Linux (Bug #974507) - Added the machine which could not be connected to the error text for an RC 16 to make debugging easier (Bug #1054858) - Fixed problem in services/log/PySTAFLog.py example (Bug #1044826)-------------------------------------------------------------------------------Version 2.6.6.1: 11/19/2004 - Fixed "zero bytes when unzipping JAR archives" issue (Bug #1076948)-------------------------------------------------------------------------------Version 2.6.6: 11/05/2004 - Fixed ZIP service inflate file problem for InfoZip archive (Bug #1033654) - Changed how line endings in a file are determined during a FS GET FILE request (Bug #1040001) + Documented queued message changes for STAF V3.0 in the Migration section and added HTTP LIST/QUERY/FOLLOW LINK/SUBMIT FORM requests to list of requests whose output is changing in STAF V3.0 (Feature #740150) + Improve unzip's performance on large files (Feature #1055682) + Added a "Uninstall STAF" icon in the Programs folder on Windows (Feature #1059631) + Added ability to specify a default maximum number of records to return when querying a log file if don't specify FIRST/LAST/ALL, etc. and added the ALL option to the QUERY request (Feature #1040232) -------------------------------------------------------------------------------Version 2.6.5: 09/14/2004 - Updated Reg service to work on Windows (Bug #1008888) - Fixed problem running zip service causes bus error (core dump) (Bug #994218) - 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)-------------------------------------------------------------------------------Version 2.6.4: 08/02/2004 - Fixed problem where the AIX STAF install failed with "Null" error (Bug #965002) - Fixed problem where the Linux STAF Python and TCL support was not being installed via STAFInst (Bug #968922) + As an aid for migrating to STAF V3.0, instrumented the SEM service to record diagnostics data since the syntax of most of its requests will be changing in STAF V3.0 (Feature #979770) - Updated sample C++ and Java services to use current service interface levels (level 2 for C++ services and level 4 for Java services) and updated the STAF Service Developer's Guide (Bug #983563) + As an aid for migrating to STAF V3.0, instrumented the MISC service's MACHINE request as it is being removed in STAF V3.0 (Feature #550251) + 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)-------------------------------------------------------------------------------Version 2.6.3.1: 05/28/2004 - Fixed problem where STAF was not listed in Add/Remove Programs on Windows IA64 (Bug #957389)-------------------------------------------------------------------------------Version 2.6.3: 05/14/2004 - Fixed problem where the STAFInst script did not have execute permission (Bug #944947) + Added support for Windows IA64 (Feature #914308)-------------------------------------------------------------------------------Version 2.6.2: 04/29/2004
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?