pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/bdb-xml



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb 23 10:32:30 UTC 2011

Modified Files:
        pkgsrc/databases/bdb-xml: Makefile PLIST buildlink3.mk distinfo
Added Files:
        pkgsrc/databases/bdb-xml/patches: patch-configure
Removed Files:
        pkgsrc/databases/bdb-xml/patches: patch-aa patch-ab patch-ac patch-ad
            patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/bdb-xml/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/bdb-xml/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/bdb-xml/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/bdb-xml/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/databases/bdb-xml/patches/patch-aa
cvs rdiff -u -r1.2 -r0 pkgsrc/databases/bdb-xml/patches/patch-ab
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/bdb-xml/patches/patch-ac \
    pkgsrc/databases/bdb-xml/patches/patch-ad \
    pkgsrc/databases/bdb-xml/patches/patch-ae \
    pkgsrc/databases/bdb-xml/patches/patch-af \
    pkgsrc/databases/bdb-xml/patches/patch-ag \
    pkgsrc/databases/bdb-xml/patches/patch-ah \
    pkgsrc/databases/bdb-xml/patches/patch-ai \
    pkgsrc/databases/bdb-xml/patches/patch-aj \
    pkgsrc/databases/bdb-xml/patches/patch-ak
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/bdb-xml/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index