This appendix contains the Berkeley DB XML changelogs for both the current release and all historical releases.
Release 6.1 is primarily a bug fix and maintenance release. Including:
Reliability: Fixed many bugs, and enhanced product stability.
Maintenance: Updated Berkeley DB XML to work with the latest supported languages, compilers, and dependent libraries.
The 6.0.18 environment will have to be deleted when upgrading to 6.1. This means deleting the files of the form __db.### (such as __db.001) in the environment directory. Then re-create the environment in 6.1 using the same configurations (such as transaction enabled).
Added support for Berkeley DB 6.2.23, with additional string overflow bug fixes.[#24987]
Added support for XQilla 2.3.3, with additional string overflow bug fixes.[#24987]
Added support for Xerces-C 3.1.4.[#24987]
Upgraded the zlib library on Windows to 1.2.11.[#24987]
Added XmlDocument::getContainerName(), which returns the name of the XmlContainer in which the document is stored, or "" if the document does not have a container.[#25480].
Fixed an indexing bug that could result in attribute nodes being deleted from the index when they still exist in the document. [#24543]
Fixed a possible NULL pointer crash in HighResTimer.cpp. [#24793]
Fixed a replication bug that could cause new containers to fail to replicate properly from the master to the client. [#24786]
Removed support for Visual Studio 2005. [#24987].
Added projects for Visual Studio 2012. [#24987].
Muted several meaningless build warnings in Visual Studio 2015. [#24987].