Released: 10/06/97 |
Version: 1.50 |
|
(JCM) | removed ars_errstr from C code. replaced with ars_errhash.
modified ARS.pm to refer to hash when $ars_errstr is accessed. $ars_errstr no longer tie'd to main:: package. |
(JCM) | bug fix (Sid Van den Heede) "affecting getting of
displayInstanceList" |
(JCM) | bug fix (James LewisMoss) for ars_GetCharMenu()
|
(JCM) | bug fix (Ian Flanigan) for perl_ARIndexStruct()
|
(JCM) | modified GetListEntry(), GetEntry(), SetEntry() and
DeleteEntry() to make operations on join schemas transparent. |
(JCM) | added a ARVerifyUser call to ars_Login so that
ars_Login() || die() will work as one would expect it to. |
(JCM) | added $VERSION to the perl module file.
|
(JCM) | added "log to file" action to GetFilter action hash
(requested by {D.J.Adams at soton.ac.uk}) |
(JCM) | added updated doc tree to main distribution (contributed by
{D.J.Adams at soton.ac.uk}) |
(JCM) | new functions and doc on new functions and new examples for some
of these new functions. |
(JCM) | altered return value of perl_ARStatusStruct so that it
returns a hash of the various StatusStruct members so thatreversing the operation is simpler. scripts that, for example,retrieve active link definitions and print them out that previousexpected the {message} key to point to a string will need tobe updated. |
(JCM) | added valueType to the assign structure to assist in
reversing the operation (converting perl to C API assign structure). |
(JCM) | added displayTag as an optional parameter to ars_LoadQualifier()
so that you can build queries against customized views (thatare stored on the server). |
(JCM) | altered ARError() so that return codes of OK or WARNING don't
signal an error. For example, GetListEntries would returnnothing if you matched more than the max allowed, now it returnsthe max allowable number of records and places a warning messageinto the error hash. |