CHANGELOG ========= LibMonetra 5.2 - Added new functions for non-C languages that make direct DLL calls on Windows. - Allow M_CompleteAuthorizations to take a NULL if no list of identifiers is desired. LibMonetra 5.0 - M_TransParam deprecated in favor of M_TransKeyVal() essential usage is same as M_TransParam with MC_CUSTOM flag - M_ValidateIdentifier added. Slows down each function call, but makes sure that the passed identifier is a valid pointer. - Identifier changed from long to M_uintptr - Split into multiple header files, all included from monetra.h, includes libmonetra_config.h which defines datatypes, and available header files. LibMonetra 4.0 - Functions renamed to M_ instead of MCVE_ to reflect the Monetra name change. - API is not threadsafe by default now. You must register callbacks for your system's locking type if you wish to allow multiple threads to use the same connection. If they do not share a connection, there is no need for locking. - General bugfixes, and speed improvements in reading large responses from Monetra, and parsing of comma delimited data.