Appendix A. Berkeley DB XML Changelogs

This appendix contains the Berkeley DB XML changelogs for both the current release and all historical releases.

Berkeley DB XML 6.0.18 Change Log

Release 6.0 is primarily a bug fix and infrastructure enhancement release. Including:

  1. Reliability:

    Fixed many bugs, and enhanced product stability.

  2. Indexing:

    The indexing module was reconstructed with a clear and high performance architecture.

  3. Dynamic resource management:

    The release bundles Berkeley DB 6.1, which provides dynamic resource management. This is a big win for BDB XML users who tend to not want to manage DB resources.

Berkeley DB XML 6.0.18 Change Log

BDB XML 6.0.18 is a bug-fix release that addresses a number of issues found since the 6.0.17 release (see Berkeley DB XML 6.0.17 Change Log for details). It is source and binary compatible with earlier 6.0.x releases. This section describes changes in BDB XML relative to release 6.0.17.

Upgrade Requirements

None relative to 6.0.17. See Berkeley DB XML 6.0.17 Change Log for upgrade details and recommendations.

New Features

  1. Added support for Java 8.[#24297]

  2. Added support for Berkeley DB 6.1.26.[#24402]

  3. Added support for XQilla 2.3.2.[#24402]

  4. Added support for Xerces-C 3.1.2.[#24402]

API Changes

  1. None.

Changes That May Require Application Modification

  1. None.

General Functionality Changes

  1. Fixed a bug that could result in variables in a query to be read as undefined when they are defined.[#24044]

Utility Changes

  1. None.

Java-specific Functionality Changes

  1. Added support for Java 8.[#24297]

Python-specific Functionality Changes

  1. None.

Perl-specific Functionality Changes

  1. None.

PHP-specific Functionality Changes

  1. None

Example Code Changes

  1. None.

Configuration, Documentation, Portability and Build Changes

  1. Fixed dependencies in Visual Studio 10 so Xerces-C will automatically be built before XQilla. [#24297]

  2. Fixed a build issue with Visual Studio 2013. [#24459]

Berkeley DB XML 6.0.17 Change Log

Upgrade Requirements

Upgrade is required for containers created using release 2.5.16 or earlier.

Because 6.0 bundles Berkeley DB 6.1, environment directories and log files will not be compatible with previous releases of Berkeley DB XML. This means checkpoint, backup and recovery procedures are necessary to start with a clean environment, especially for transactional environments.

If an upgrade is performed it is recommended that the resulting container be run through dbxml_dump/dbxml_load to reduce its file size.

New Features

  1. The indexing module was reconstructed with a clear and high performance architecture.[#17397]

  2. The release bundles Berkeley DB 6.1, which implements dynamic resource management. This is a big win for BDB XML users who tend to not want to know about DB resource manager.[#20161]

  3. Add BDB XML support for DBXML_IGNORE_LEASE. This feature is not supported in Java API yet. [#19025]

  4. Improved Unicode module and implement full Unicode-standard code-point support.[#17394]

API Changes

  1. XmlIndexSpecification:

    Changed the behavior of bool XmlIndexSpecification::next(std::string &uri, std::string &name, std::string &) so that only one index string will be returned at each iteration.[#17397]

  2. XmlManager:

    createTransaction() — Add DBXML_IGNORE_LEASE to support the Berkeley DB HA MasterLease feature.

  3. XmlTransaction:

    createChild() — Add DBXML_IGNORE_LEASE to support the Berkeley DB HA MasterLease feature.

Changes That May Require Application Modification

  1. BDB XML adds supports for Visual Studio 2010 (BDBXML_all_vs2010.sln). [#18693]

  2. BDB XML no longer supports Visual Studio 6 and Visual Studio 2003, and changes the solution name of Visual Studio 2005/2008 from BDBXML_all_vs8.sln to BDBXML_all.sln. [#19003]

  3. BDB XML no longer supports the IA64 platform. [#21089]

General Functionality Changes

  1. This release bundles Berkeley DB 6.1. [#22506]

  2. Fixed a bug that could cause a segfault for certain queries. [#22853]

  3. Fixed a bug that would cause unique constraints to be ignored when updating part of an XML document. [#21239]

  4. Do not created nested transactions when updating documents. [#18220]

  5. Fixed a possible mutex lock leak when closing a container.[#18959]

  6. Handle error conditions that may occur when replication is enabled [#18960]

  7. Fixed a possible case of deadlock when opening a container while another process was inserting documents into that container.[#19009]

  8. Fixed a bug where an external function that constructed documents would return empty results [#18772]

  9. Adding new linear sort algorithm for BulkPut class. [#17417]

  10. Fixed an issue that may cause a crash in a limited memory system.[#18108]

  11. Added a "-lm" flag when link on Solaris with SunCC 5.9 [#18171]

  12. Fix the issue that prevented upgrading 2.3 containers.[#18741]

  13. Fix some issues with external functions where they were not getting the proper cache database for intermediate results.[#18772]

  14. Fix a bug in DbXmlNamespaceAxis::nextNode() that caused the namespace uri to be returned more than once for the prefix "xml".[#18996]

  15. Fixed a bug where mixing auto-indexing and default indexes could result in incorrect query results.[#19048]

  16. Delete operations now update stats.[#19102]

  17. Fixed a segfault when calling doc-available() in XQuery function.[#19284]

  18. Fixed a segfault when an XML document is blank.[#19398]

  19. Fixed a bug which returns unexpected duplicated results when querying parents or ancestors of an element or attribute node.[#19717]

  20. Fixed a query optimization bug that could happen when comparing attribute children of an element.[#20057]

  21. Fixed rounding issue when converting double to int.[#20066]

  22. Fixed an incorrect flowr expression with DbXml::XmlContainer::WholedocContainer.[#19563]

  23. Fixed a bug involving the copying of dummy MetaData items. [#20126]

  24. Fixed a bug where it was not possible to reference metadata with an XmlQueryExpression executed against an XmlDocument object. [#20987]

  25. Optimize the query optimizer for mixing attribute and elements in a where clause. [#20830]

  26. Fixed a crash that can occur when using DB_READ_COMMITTED or DB_READ_UNCOMMITTED. [#21601]

  27. Fixed a bug were inserting a node could erase attribute index entries of the parent node. [#21772]

Utility Changes

  1. None.

Java-specific Functionality Changes

  1. The Java API supports Java 7 and Java 8. [#22517]

Python-specific Functionality Changes

  1. The latest Python code from the pybsddb project is bundled.

Perl-specific Functionality Changes

  1. Upgraded Perl version to 5.16 for the Windows binary release. [#20495]

PHP-specific Functionality Changes

  1. Removed PHP from the Windows binary release. [#21548]

Example Code Changes

  1. None.

Configuration, Documentation, Portability and Build Changes

  1. Removed support for Visual Studio 2003. [#19003]

  2. Removed support for IA64. [#21089]

  3. BDB XML bumps the bundled Berkeley DB version from 4.8 to 6.1. Berkeley DB 6.1 includes a large number of behavioral changes. Please refer to the Berkeley DB changelog to identify the new HA features offered by Berkeley DB 6.1.