8
0
forked from pool/perl-DBM-Deep
Files
perl-DBM-Deep/perl-DBM-Deep.changes

72 lines
2.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Fri Nov 18 12:59:35 UTC 2011 - coolo@suse.com
- update to 2.0004, tons of changes - see Changes
-------------------------------------------------------------------
Wed Dec 1 13:31:57 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Jul 12 12:50:14 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
- noarch pkg
- fixed deps
- added Build_n_Test patch
o otherwise Test::More 0.88 would be needed
-------------------------------------------------------------------
Mon Jun 7 08:36:13 UTC 2010 - lars@linux-schulserver.de
- update to 1.0025:
+ Fixed t/39_singletons.t to work on Windows
+ Stale references (objects blessed into DBM::Deep::Null), which
have always supposed to act like undef, now compare equal to
undef, "" and 0. $stale_ref eq "" used to return false, even
though "$stale_ref" was the empty string.
+ If you assign a stale reference to a database location,
DBM::Deep now warns and assigns undef, instead of dying with
obscure error messages
+ Using a stale reference as a hash or array ref now causes an
error with a more helpful message
-------------------------------------------------------------------
Mon May 10 11:43:50 UTC 2010 - lars@linux-schulserver.de
- update to 1.0023:
+ The DBI back end no longer dies with Use of uninitialized value
$_ in lc in perl 5.12.0.
+ Singleton support has been re-enabled in the File back end
+ Correct spelling mistakes in the documentation
+ MANIFEST now lists the test libs so they get included in the
distribution
-------------------------------------------------------------------
Mon Apr 12 08:48:05 UTC 2010 - lars@linux-schulserver.de
- update to 1.0020:
+ Improved code coverage
+ Fixed speed regression with keys in the File backend
+ Had to turn off singleton support in the File backend because
the caching was causing havoc with transactions. Turning on fatal
warnings does give apparently important information.
+ Added support for DBD::SQLite
++ Build.PL has been extended to support sqlite vs. mysql
++ Storage::DBI now detects between the two DBDs
+ DBM::Deep has been refactored to allow for multiple engines.
There are two engines built so far:
++ File (the original engine)
++ DBI (an engine based on DBI)
+ documentation updates/fixes
+ Fix deep recursion errors (RT#53575)
+ Avoid leaving temp files lying around (RT#32462)
+ Fixed bug with localized $ (RT #48031)
-------------------------------------------------------------------
Sat Dec 26 22:10:27 UTC 2009 - lars@linux-schulserver.de
- initial version 1.0014