Miva Empresa/Mia/Script Compiler v5.04 Release Notes ---------------------------------------------------- Product: MIVA Empresa Version: 5.04 Supported Platforms ------------------- As of January 1, 2006, this is the list of supported platforms: o FreeBSD 4 o Linux (glibc2) o Solaris (2.6 and 2.8) o Windows NT/2000/XP o Windows Server 2003 MIVA-supported commerce libraries --------------------------------- As of January 1, 2006, this is the list of MIVA-supported commerce libraries. Other commerce libraries are available from other vendors. o Authorize.Net o CyberCash o CyberSource ICS2 o LinkPoint New Features and Functions --------------------------- MIVA Empresa version 5.04 implements these new features: o New function: crypto_sha1 crypto_sha1( value, output_format, output) value - value to hash by reference. output_format - 'hex' or 'binary'. Anything else will result in binary output. output - sha1 hash value. returns: 1 on success, 0 on failure (including OpenSSL not being available) o New function: crypto_hmac_sha1 crypto_hmac_sha1( value, key, output_format, output) value - value to hash by reference. key - key to use to calculate the hmac. output_format - 'hex' or 'binary'. Anything else will result in binary output. output - hmac_sha1 hash value. returns: 1 on success, 0 on failure (including OpenSSL not being available) Bug Fixes --------- The MIVA Empresa version 5.04 fixes these problems: o The MIVA-SQL interface no longer attempts to add deleted records to new indices. This prevents spurious "Index 'indexfile.mvx' was created with the UNIQUE flag and the key 'keyvalue' already exists in the index file" errors. o The MIVA-SQL interface now correctly updates or deletes all records in a recordset when one of the fields was part of the selection criteria, and an index is on that field. o The MIVA-SQL interface now returns up to 2046 fields from a query.