summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-09-17 18:27:06 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-09-17 18:27:06 +0000
commit27b7f61525048d84f48ad6c490cde614fe75db33 (patch)
tree7b1e064b32e48f33b546aadc0af32b7f8bd3ea43 /docs
parentca8a2a450c78d5893a17f3ee8fd5235dcc23c0a8 (diff)
Updated changelog
git-svn-id: http://pugixml.googlecode.com/svn/trunk@131 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 50dea73..4b81636 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -672,6 +672,18 @@ were attributes, i.e. doc.child("xml").attribute("version").as_float()); corresp
</ul>
</dd>
</dt>
+<dt>8.02.2009 - v0.42
+<dd>Maintenance release. Changes: <ul>
+<li>Fixed deallocation in case of custom allocation functions or if delete[] / free are incompatible
+<li>XPath parser fixed for incorrect queries (i.e. incorrect XPath queries should now always fail to compile)
+<li>Added _API/_CLASS/_FUNCTION configuration macros to control class/function attributes
+<li>Const-correctness fixes for find_child_by_attribute
+<li>Improved compatibility (miscellaneous warning fixes, fixed cstring include dependency for GCC)
+<li>Fixed iterator begin/end and print function to work correctly for empty nodes
+<li>Added xml_attribute::set_value overloads for different types
+</ul>
+</dd>
+</dt>
</dl>
<hr>
@@ -718,7 +730,7 @@ OTHER DEALINGS IN THE SOFTWARE.
<hr>
-<p>Revised 8 February, 2009</p>
+<p>Revised 17 September, 2009</p>
<p><i>&copy; Copyright <a href="mailto:arseny.kapoulkine@gmail.com">Arseny Kapoulkine</a> 2006-2009. All Rights Reserved.</i></p>
</body>
</html>