diff options
author | adam <adam@pkgsrc.org> | 2012-05-31 09:37:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-05-31 09:37:20 +0000 |
commit | 9893de3ff8f44e0d03be0c8c687d59e20536c4c0 (patch) | |
tree | 6fc6dc6f15d62e9493232a32abd8c879c78ffefd /databases/db5/distinfo | |
parent | 53a4f314753159378359b7b681048e46a0ee3f5a (diff) | |
download | pkgsrc-9893de3ff8f44e0d03be0c8c687d59e20536c4c0.tar.gz |
Changes 5.3.21:
* Fixed incompatibility problems of Java DPL with JDK7, so DPL will now work
with JDK7.
* Added a flag to allow database locking to be disabled from the SQL API.
* Fixed a bug that could allocate a heap data page in a region after the region
creation has been undone.
* Redundant whitespaces are now ignored in DB_CONFIG lines pertaining to
directories, e.g. set_data_dir.
* Fixed a bug that caused DB_ENV->backup to stop early if DB_BACKUP_FILES was
not set and a non-DB file was in the data directory.
* Fixed a rare race condition that could cause a crash if two processes opened
the same database at the same time.
* Fixed missing cross compiling capability for the JDBC driver.
* Allow the same system/machine to host both a master and a replica database
through the use of relative pathnames.
* Fixed a bug in the Java API where EnvironmentConfig.setCreateDir would fail
to configure the environment.
* Fixed an assert failure in btreeCompare when allocating memory in the wrong
thread was causing a memory leak.
* Fixed a bug in the Java API where concurrent operations that change the
database schema could lead to a hang.
* Added JDBC code to the code base and updated the windows build files to
include the JDBC solution.
* Fixed a bug where the heap's region size was not getting swapped correctly in
mixed-endian environments.
* Fixed a bug in the db_sql_jdbc project file for vs2010 that was preventing it
from building correctly.
Diffstat (limited to 'databases/db5/distinfo')
-rw-r--r-- | databases/db5/distinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/databases/db5/distinfo b/databases/db5/distinfo index 01c2665b6e0..6c975f42cf1 100644 --- a/databases/db5/distinfo +++ b/databases/db5/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.7 2012/01/18 13:46:50 adam Exp $ +$NetBSD: distinfo,v 1.8 2012/05/31 09:37:20 adam Exp $ -SHA1 (db-5.3.15.tar.gz) = 7683b632a01ff3543c379a120809a942ec457738 -RMD160 (db-5.3.15.tar.gz) = 8c7bb36fd85ec99220be6f5c0df8de7d1fcc6040 -Size (db-5.3.15.tar.gz) = 34899186 bytes +SHA1 (db-5.3.21.tar.gz) = 32e43c4898c8996750c958a90c174bd116fcba83 +RMD160 (db-5.3.21.tar.gz) = 5768a4d835d02020165c6561cc5c406339662fa0 +Size (db-5.3.21.tar.gz) = 35062469 bytes SHA1 (patch-aa) = 9450e95f46787ddc1d661beaa239ea0ff4673f20 SHA1 (patch-ab) = 92cb9722e3bb6cdadbd7a542157b4fee69564d78 SHA1 (patch-ac) = 0a243583ae2b66290fb83b112c539001bf3feef2 +SHA1 (patch-src_dbinc_atomic.h) = 6d1e97317c20021d13ff5b59f587730301b4a795 |