diff --git a/Dancer-Plugin-Database-1.00.tar.bz2 b/Dancer-Plugin-Database-1.00.tar.bz2 deleted file mode 100644 index e854331..0000000 --- a/Dancer-Plugin-Database-1.00.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee56015f39a4f2529048710916d76a0e1657234db98edfd8f19c2f874e32d73 -size 10832 diff --git a/Dancer-Plugin-Database-1.23.tar.bz2 b/Dancer-Plugin-Database-1.23.tar.bz2 new file mode 100644 index 0000000..d55b690 --- /dev/null +++ b/Dancer-Plugin-Database-1.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb2750ca425d27fc04905f5b21278ddff236a68089008a3e4c5ae6755b71491 +size 13600 diff --git a/perl-Dancer-Plugin-Database.changes b/perl-Dancer-Plugin-Database.changes index 3f49c48..a0ecb28 100644 --- a/perl-Dancer-Plugin-Database.changes +++ b/perl-Dancer-Plugin-Database.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Thu Apr 15 12:00:00 UTC 2011 - davidp@preshweb.co.uk + +- release 1.23 +- Only log queries generated by quick_*() helpers in D::P::D::Handle if + the log_queries setting was enabled in the configuration. This avoids + the potential for the user to be unwittingly logging sensitive + information, and would provide a (tiny) performance boost too. + +------------------------------------------------------------------- +Mon Apr 11 12:00:00 UTC 2011 - davidp@preshweb.co.uk + +- release 1.22 +- Bugfix: don't needlessly use to_json() in tests, as Dancer doesn't + depend on JSON.pm, so tests will fail if it's not available. + Reported in RT #66204 by Johnathan (JAWNSY) - thanks! + +------------------------------------------------------------------- +Sun Mar 6 12:00:00 UTC 2011 - davidp@preshweb.co.uk + +- release 1.21 +- Bugfix: return undef if connection fails, rather than attempting to + re-bless and blowing up. Fixes GH-7, thanks to Nick Hibma + +------------------------------------------------------------------- +Wed Feb 23 12:00:00 UTC 2011 - davidp@preshweb.co.uk + +- release 1.20 +- New feature - automatically enable UTF-8 support if the app's charset + setting is set to 'UTF-8' and we know how to enable UTF-8 support for + the database driver in use. This can be disabled with the new + auto_utf8 setting in the plugin's config. +- Bugfix - create test DB in memory, not a file named ":memory" by + accident. This should fix test failures on Windows, e.g.: + http://www.cpantesters.org/cpan/report/d5987aa6-6d07-1014-91a2-7f5be4275be9 + +------------------------------------------------------------------- +Fri Feb 18 12:00:00 UTC 2011 - davidp@preshweb.co.uk + +- release 1.11 +- Fix bug RT #65825 - quick_select didn't actually use the where clause + correctly. +- Extended test suite. + +------------------------------------------------------------------- +Fri Feb 11 12:00:00 UTC 2011 - davidp@preshweb.co.uk + +- release 1.10 +- New feature quick_select +- Fix bug RT #65651, quick_insert generating SQL which MySQL/Postgres + didn't accept due to use of quote() rather than quote_identifier(), + thanks to Christian Sánchez and Michael Stiller +- Fix GH #5 - named connections not working properly - thanks to + "crayon" + ------------------------------------------------------------------- Wed Jan 19 18:43:08 UTC 2011 - dbahi@novell.com diff --git a/perl-Dancer-Plugin-Database.spec b/perl-Dancer-Plugin-Database.spec index 0d503d7..18e5153 100644 --- a/perl-Dancer-Plugin-Database.spec +++ b/perl-Dancer-Plugin-Database.spec @@ -20,7 +20,7 @@ Name: perl-Dancer-Plugin-Database %define cpan_name Dancer-Plugin-Database Summary: Easy database connections for Dancer applications -Version: 1.00 +Version: 1.23 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl