Changelog for
perl-BerkeleyDB-0.55-29.1.x86_64.rpm :
Tue Apr 14 14:00:00 2015 cooloAATTsuse.com
- updated to 0.55
see /usr/share/doc/packages/perl-BerkeleyDB/Changes
0.55 30 March 2014
* Error opening ErrFile with PerlIO_findFILE
[RT =#101883]
* Minor updates for BDB 6.1
Tue Nov 26 13:00:00 2013 cooloAATTsuse.com
- updated to 0.54
* memory leak in CDS locking routines [RT #90134]
Fri Oct 4 14:00:00 2013 cooloAATTsuse.com
- updated to 0.53
* BerkeleyDB-0.52 fails to build on 5.18.1RC3
[RT #87771]
* typo fixes
[RT #86705]
Sat Jun 15 14:00:00 2013 jengelhAATTinai.de
- Update to new upstream release 0.52
* Updates for BDB 6.0 - Added Blob support
* Fix a memory leak in db_verify() method (libdb < 4.2))
Mon Jun 3 14:00:00 2013 cooloAATTsuse.com
- updated to 0.51
* Rework FETCHSIZE
[RT #75691]
Mon Dec 12 13:00:00 2011 vcizekAATTsuse.com
- update to 0.50
* Updates for BDB 5.3
Mon Aug 8 14:00:00 2011 vcizekAATTnovell.com
- update to 0.49
* Documentation updated courtesy of Mike Caron
* croak if attempt to freeze berkeleydb object
[RT #69985]
Wed Jun 22 14:00:00 2011 vcizekAATTnovell.com
- update to 0.48
* Fixed test harness issue with Heap.t
RT #68818
0.47 1st June 2011
* Add support for new Heap database format.
* Changes to build with BDB 5.2
0.46 18th October 2010
* Fixed bug with db_pget when the DB_GET_BOTH flag is used.
0.45 17th October 2010
* Fixed bug with c_pget when the DB_GET_BOTH flag is used.
0.44 2nd August 2010
* Added support for db_exists and lock_detect.
Thanks to Alex Lovatt for the patch.
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Fri Aug 6 14:00:00 2010 chrisAATTcomputersalat.de
- update to 0.43
* Changes to build with BDB 5.1
- Dropped support for Server option when creating an environment.
* Documantation updates.
RT# 59202
* Fixed compilation error with MS Visual Studio 2005
RT# 59924
- recreated by cpanspec 1.78
- removed unused checkbuild.sh from SRC
Thu Mar 25 13:00:00 2010 anickaAATTsuse.cz
- update to 0.42
* Added $db->Env method to retrieve the environment object from a
database object.
* Get the tied interface to use truncate in the CLEAR method if
using a new enough version of Berkeley DB.
Fri Jan 15 13:00:00 2010 anickaAATTsuse.cz
- update to 0.41
* Silence \"UNIVERSAL->import is deprecated\" in perl 5.11
* Added support for set_tx_max, log_set_config, set_lk_max_lockers,
set_lk_max_locks, set_lk_max_objects via the Env constructor.
Parameter names are TxMax, LogConfig, MaxLockers, MaxLocks &
MaxObjects respectively.
RT# 50456
* seq->seq->close doesn\'t compile on win32.
RT# 49474
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Aug 3 14:00:00 2009 anickaAATTsuse.cz
- update to 0.39
* Added support for BDB 4.8
- associate_foreign
- set_bt_compress (no callbacks as yet).
* Also added interface to
- ENV->stat_print
- ENV->txn_stat_print
* Oldest Perl supported is now 5.005
* Fixed issue db_stat when it returned a null pointer.
(#46312 rt.cpan.org)
* Fixed issue with DNM Filters & UTF8 support.
Patch supplied by Torsten Foertsch.