CNS Audit 1.0 Changelog


Back to CNS Audit

Back to CNS Audit Changelog


  • CNS Audit 1.0 - 12th August 2009
    • Rewrote core Record and AccessLog functions and many other internal functions to increase the auditing speed up to 100 times faster than previous versions.
    • Added RecordDelete function for specifically auditing record deletions to deal with issues like double delete entries in the CNS Audit Log table.
    • Added RollBack function for undoing field changes and record deletions.
    • Added StartupFile and ShutdownFile functions to setup or close down CNS Audit for database files as they are opened and closed.
    • Added an Action field to the CNS Audit Log table for recording what type of change prompted the creation of the audit record.
    • Added a FileName field to the CNS Audit Log and CNS Access Log tables for recording the file name of the database that contains the field or action being audited.
    • Added a MachineAddress field to the CNS Audit Log and CNS Access Log tables for storing the IP and NIC Addresses of the machine where the audit occurred.
    • Added ListSiblingIDs function to retrieve a list of Sibling Table IDs for any specific table to aid in processing the CNS Audit Log table.
    • Added VersionAutoUpdate function for easily getting version information for use with Auto Update.
    • Added Init function for created Audit Log entries for existing databases once the plug-in has been implemented.
    • Imported core plug-in updates from other CNS Plug-ins.