summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-02-08 07:44:14 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2009-02-08 07:44:14 +0000
commita3ef08eed7d92e4b8e0d685c5e124fd5daf211bb (patch)
treeda31601265dbd43910281656b0ae4429ef9427ac /docs/index.html
parentaf27b0937b6b44fb053d770da47a0ed4a01daaa8 (diff)
Updated version (source, documentation)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@117 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 4ed959a..50dea73 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -666,6 +666,12 @@ were attributes, i.e. doc.child("xml").attribute("version").as_float()); corresp
</ul>
</dd>
</dt>
+<dt>8.02.2009 - v0.41
+<dd>Maintenance release. Changes: <ul>
+<li>Fixed bug with node printing (occasionally some content was not written to output stream)
+</ul>
+</dd>
+</dt>
</dl>
<hr>
@@ -686,7 +692,7 @@ were attributes, i.e. doc.child("xml").attribute("version").as_float()); corresp
<p>The <i>pugixml</i> parser is distributed under the MIT license:</p>
<pre>
-Copyright (c) 2006-2007 Arseny Kapoulkine
+Copyright (c) 2006-2009 Arseny Kapoulkine
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -712,7 +718,7 @@ OTHER DEALINGS IN THE SOFTWARE.
<hr>
-<p>Revised 18 January, 2009</p>
+<p>Revised 8 February, 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>