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 | 6d3580bcc7e496f622b2cb4101d3bcaa5434ef4a (patch) | |
tree | 6fc6dc6f15d62e9493232a32abd8c879c78ffefd /databases/db5/PLIST | |
parent | 408b614a3923a2081c385217d1288c8ffe5876a8 (diff) | |
download | pkgsrc-6d3580bcc7e496f622b2cb4101d3bcaa5434ef4a.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/PLIST')
-rw-r--r-- | databases/db5/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/db5/PLIST b/databases/db5/PLIST index 3fc842d55af..950a0290296 100644 --- a/databases/db5/PLIST +++ b/databases/db5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2012/01/18 13:46:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/05/31 09:37:20 adam Exp $ bin/db5_archive bin/db5_checkpoint bin/db5_deadlock @@ -3837,9 +3837,9 @@ share/doc/db5/csharp/scripts/SplitScreen.js share/doc/db5/csharp/scripts/highlight.js share/doc/db5/csharp/scripts/script_feedBack.js share/doc/db5/csharp/scripts/script_manifold.js +share/doc/db5/csharp/styles/Presentation.css share/doc/db5/csharp/styles/Whidbey/presentation.css share/doc/db5/csharp/styles/highlight.css -share/doc/db5/csharp/styles/presentation.css share/doc/db5/gsg/C/BerkeleyDB-Core-C-GSG.pdf share/doc/db5/gsg/C/CoreCursorUsage.html share/doc/db5/gsg/C/CoreDBAdmin.html @@ -4257,6 +4257,7 @@ share/doc/db5/installation/changelog_5_0.html share/doc/db5/installation/changelog_5_1.html share/doc/db5/installation/changelog_5_2.html share/doc/db5/installation/changelog_5_3.html +share/doc/db5/installation/cross_compile_unix.html share/doc/db5/installation/debug.html share/doc/db5/installation/debug_compile.html share/doc/db5/installation/debug_printlog.html |