This commit is contained in:
King_DuckZ 2020-02-17 22:15:56 +01:00
commit 27eff2f0ef
20 changed files with 903 additions and 404 deletions

View file

@ -1,5 +1,15 @@
XQilla: an XQuery and XPath 2.0 library and command line interpreter.
version 2.1.3 (2008.07.29):
* Modified the StaticAnalysis class in order to reduce the memory
footprint of a prepared query by at least 50%.
* Changed the code so that compilation against a patched version of
Xerces-C 2.8 is no longer required. XQilla will build with reduced
functionality without the patches.
* Workaround a Windows optimizer issue that caused instance of
queries to fail in a release build on Windows.
* Fixed another Solaris compilation bug.
version 2.1.2 (2008.04.28):
* Fixed a bug in static resolution of replace expressions
* Fixed the Xerces-C data model layer to work correctly with DOM Level 1