v2.1.3
This commit is contained in:
parent
c04629cb7b
commit
27eff2f0ef
20 changed files with 903 additions and 404 deletions
10
ChangeLog
10
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue