The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Audit-DBI

v1.7.1  3/24/2013
        * Updated example to use JQuery v1.9.1 and JQueryUI.
        * Moved release tests to xt/.
        * Added tests for Kwalitee.
        * Added Test::NoWarnings to all tests.
        * Updated links to point to MetaCPAN.
        * Updated links to point to GitHub's issue tracker.
        * Fixed tests that depend on String::Diff.

v1.7.0  3/16/2013
        * Added optional sort argument to Audit::DBI->review().
        * Moved request tracker from RT to GitHub.
        * Added get_string_bytes() and get_diff_string_bytes() in
          Audit::DBI::Utils to support calculating the size of diffs.
        * Added Audit::DBI::Event->get_diff_string_bytes() to retrieve the size
          of string differences in the diff stored for the audit event.

v1.6.0  10/07/2012
        * Fixed expiration time issue with Cache::Memcached::Fast.
        * Added full support for PostGreSQL.
        * Refactored tests to centralize database connections and allow testing
          with different database types.
        * Added config file for Travis-CI.
        * Added comments in JS and CSS files.

v1.5.3  10/01/2012
        * Added tests for Audit::DBI::Utils::ipv4_to_integer() and
          Audit::DBI::Utils::integer_to_ipv4().
        * Simplified Audit::DBI::Utils::ipv4_to_integer() to fix a persistent
          error report on OS X Tiger.
        * Relicensed as GPLv3.
        * Fixed POD.

v1.5.2  09/21/2012
        * (RT #79696) Updated default comparison function when determining the
          difference between two data structures to handle equal numbers with
          a different formatting.
        * (RT #79695) Added support in Audit::DBI->record() for specifying a
          custom comparison function for the diff.

v1.5.1  09/19/2012
        * POD corrections.
        * (RT #79749) Fixed index name. Thanks Jamie!
        * Moved repository to GitHub.

v1.5.0  09/12/2012
        * Implemented option to convert objects into strings when calling,
          record(), to improve the readability of the diff and information
          when calling review().

v1.4.3  09/11/2012
        * Fixed warning.
        * Fixed call to Storable::freeze() when there is no diff structure.

v1.4.2  09/11/2012
        * Fixed how field names are quoted when inserting events.

v1.4.1  09/10/2012
        * Added optional database_handle argument to Audit::DBI->review().
        * Tightened up checking for invalid parameters.

v1.4.0  09/07/2012
        * Repackaged and generalized code.
        * Added fully working example.
        * Added standalone tests.
        * Public release.

v1.3.0  02/13/2012
        * Nathan Gray (KOLIBRIE) implemented rate-limiting in Audit::DBI->record().

v1.2.5  02/12/2012
        * Added verification of mandatory parameters for record().
        * Added Audit::DBI::Event->get_ip_address().

v1.2.4  05/18/2011
        * Upgraded JQuery from 1.3.2 to 1.5.

v1.2.3  01/21/2011
        * Cleaned up imports.

v1.2.2  12/20/2010
        * Changed arguments of review() use a singular form.
        * Changed to use hashrefs instead of hashes to pass data.
        * Cleaned up Audit::DBI::Event.

v1.2.1  08/18/2010
        * Fixed typo.

v1.2.0  08/04/2010
        * Added support for searching on events.

v1.1.0  01/25/2010
        * Implemented search data.
        * Fixed review() when searching with key/values.

v1.0.0  01/07/2010
        * First version.