comparison ChangeLog @ 148:a0a52cf4e4de

Added changelog file, plus some README and setup tweaks.
author cmlenz
date Tue, 15 Aug 2006 14:41:08 +0000
parents
children 7a4086c22a64
comparison
equal deleted inserted replaced
147:f7fb556f2678 148:a0a52cf4e4de
1 Version 0.2
2 http://svn.edgewall.org/repos/markup/tags/0.2.0/
3 (?, from branches/stable/0.2.x)
4
5 * XPath syntax errors now contain position info (ticket #20)
6 * Errors in expression evaluation now contain the correct line number in the
7 template (ticket #22)
8 * <script> and <style> element contents are no longer escaped when using HTML
9 serialization (ticket #24)
10 * In some cases expressions in templates did not get interpolated (ticket #26)
11 * CDATA sections are now passed through the pipeline and serialized correctly.
12 That allows using <script> or <style> elements in XHTML output that is still
13 compatible with HTML user agents.
14 * Output can be encoded using legacy codecs such as ISO-8859-1, any character
15 not representable in the chosen encoding gets replaced by the corresponding
16 XML character reference.
17
18
19 Version 0.1
20 http://svn.edgewall.org/repos/markup/tags/0.1.0/
21 (Aug 3 2006, from branches/stable/0.1.x)
22
23 * First public release
Copyright (C) 2012-2017 Edgewall Software