Release notes

Release History

Version Date Description
2-3-release 2009-12-29 2-3-release
2-3-rc-6 2009-09-15 2-3-rc-6
2-3-rc-5 2009-08-20 2-3-rc-5
2-3-rc-4 2009-08-18 2-3-rc-4
2-3-rc-3 2009-04-02 2-3-rc-3
2-3-rc-2 2009-02-16 2-3-rc-2
2-3-rc-1 2008-11-25 2-3-rc-1

Release 2-3-release - 2009-12-29

Type Changes By
update DRB API license upgrade to GNU Lesser General Public License version 3. madsen
fix XQuery parser now accepts function declarations with empty parameter lists. mbaye

Release 2-3-rc-6 - 2009-09-15

Type Changes By
update The sdf:encoding tag supports all Java charsets. francois
add Added US-ASCII text encoding. francois
fix Fixed EBCDIC encoding of string values. francois
fix Fixed offset computation in SDF implementation. francois

Release 2-3-rc-5 - 2009-08-20

Type Changes By
update No exception is thrown if a type declaration does not match a predefined XML-schema datatype. francois
fix Fixed a bug in function parameters conversion. francois

Release 2-3-rc-4 - 2009-08-18

Type Changes By
update It is a static error if a type declaration does not match a predefined XML-Schema datatype. francois
update The XQuery engine converts the function parameters as specified in the W3C recommendation. Atomization and type conversions are done before each function call. francois
fix Fix bug madsen
fix Fix typographic errors in XQuery function documentation. madsen
update Major optimisation of SDF getValue for nodes with fixed length. francois
fix Implemented xs:totalDigits validator. francois
add Added fn:namespace-uri() XQuery function. francois
add Added fn:compare() XQuery function. francois
add Added fn:ceiling() XQuery function. francois
add Added fn:floor() XQuery function. francois
add Added fn:round() XQuery function. francois
add Added math:abs() XQuery function. francois
add Added fn:true() XQuery function. francois
add Added fn:false() XQuery function. francois
add Added fn:not() XQuery function. francois
fix Fixed parameters atomization and type conversions in fn:substring(), fn:min(), fn:max(), fn:name(), fn:matches(), fn:sum(), fn:avg(), fn:replace(), fn:tokenize(), xs:atomicType(), math XQuery functions. francois

Release 2-3-rc-3 - 2009-04-02

Type Changes By
fix Fixed implementation of fn:data() for very large sequences. francois
fix Fixed a minor error in xs:fractionDigits validator. francois

Release 2-3-rc-2 - 2009-02-16

Type Changes By
fix Fixed unclosed temporary files during SDF node updates. francois
update SDF supports EBCDIC charset when reading typed values. francois
update DRB logger now prints its output on stderr (instead of stdout). Furthermore the fn:trace() function is now able to prints its output without any further modification of the log4j.properties file. madsen

Release 2-3-rc-1 - 2008-11-25

Type Changes By
add Help command: Help directly on the command line with "--help xxx" for the following subject: xql (XQuery functions), sdf (SDF tags), xsd (XML Schema namespace), impl (Existing implementations). madsen
add DRB Handbook. madsen
update First OpenSource version of DRB API! mbaye