Subject: CVS commit: pkgsrc/databases/bdb-xml
From: Adam Ciarcinski
Date: 2011-02-23 11:32:30
Message id: 20110223103230.42F4E175DD@cvs.netbsd.org

Log Message:
Changes 2.5.16:
* Fixed container creation so that it honors page size in XmlContainerConfig
* Fix the base-uri of an attribute node when using WholedocContainer storage
* Fixed an assertion failure during query preparation with a recursive user
  defined function
* Fixed an assertion failure when an as-yet unseen URI in used in a query
* Fixed a problem where attribute indexes would not properly be updated if
  there were no element indexes present. This might have a symptom of
  DB_NOTFOUND errors or duplicate index entries for attributes
* Changed the algorithm used to create node IDs during partial update to be
  more efficient and create shorter node IDs in general
* Fixed a problem where deleting the XmlResults object returned by
  XmlValue.getAttributes() might cause an exception when the original
  XmlResults for the XmlValue object was next accessed
* XQuery Update queries will no longer crash when statistics are disabled
* Fixed a bug in document level indexing that could result in index entries
  being deleted inappropriately when a node was deleted
* Fixed fn:doc() to raise an error in all cases if the document does not exist
* Fixed a bug occurring when fn:subsequence() and "order by" were used in
  certain configurations
* Changed XmlResults.asEventWriter(), now only one active XmlEventWriter is
  allowed for an XmlResults object

Files:
RevisionActionfile
1.17modifypkgsrc/databases/bdb-xml/Makefile
1.5modifypkgsrc/databases/bdb-xml/PLIST
1.14modifypkgsrc/databases/bdb-xml/buildlink3.mk
1.10modifypkgsrc/databases/bdb-xml/distinfo
1.1addpkgsrc/databases/bdb-xml/patches/patch-configure
1.5removepkgsrc/databases/bdb-xml/patches/patch-aa
1.2removepkgsrc/databases/bdb-xml/patches/patch-ab
1.1removepkgsrc/databases/bdb-xml/patches/patch-ac
1.1removepkgsrc/databases/bdb-xml/patches/patch-ad
1.1removepkgsrc/databases/bdb-xml/patches/patch-ae
1.1removepkgsrc/databases/bdb-xml/patches/patch-af
1.1removepkgsrc/databases/bdb-xml/patches/patch-ag
1.1removepkgsrc/databases/bdb-xml/patches/patch-ah
1.1removepkgsrc/databases/bdb-xml/patches/patch-ai
1.1removepkgsrc/databases/bdb-xml/patches/patch-aj
1.1removepkgsrc/databases/bdb-xml/patches/patch-ak