Knowledgebase: Release Notes
Release notes Miva Empresa - Virtual Machine V5.04
Posted by Wayne Smith, Last modified by Wayne Smith on 01 November 2010 12:32 PM
|
|
Release Notes Product: Miva Empresa Version: 5.04 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. | |
|
Comments (0)