diff options
Diffstat (limited to 'docs/manual/changes.html')
-rw-r--r-- | docs/manual/changes.html | 50 |
1 files changed, 46 insertions, 4 deletions
diff --git a/docs/manual/changes.html b/docs/manual/changes.html index a3495b2..ec2c206 100644 --- a/docs/manual/changes.html +++ b/docs/manual/changes.html @@ -4,15 +4,15 @@ <title>Changelog</title> <link rel="stylesheet" href="../pugixml.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> -<link rel="home" href="../manual.html" title="pugixml 1.5"> -<link rel="up" href="../manual.html" title="pugixml 1.5"> +<link rel="home" href="../manual.html" title="pugixml 1.6"> +<link rel="up" href="../manual.html" title="pugixml 1.6"> <link rel="prev" href="xpath.html" title="XPath"> <link rel="next" href="apiref.html" title="API Reference"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table width="100%"><tr> <td> -<a href="http://pugixml.org/">pugixml 1.5</a> manual | +<a href="http://pugixml.org/">pugixml 1.6</a> manual | <a href="../manual.html">Overview</a> | <a href="install.html">Installation</a> | Document: @@ -30,6 +30,48 @@ <div class="titlepage"><div><div><h2 class="title" style="clear: both"> <a name="manual.changes"></a><a class="link" href="changes.html" title="Changelog"> Changelog</a> </h2></div></div></div> +<a name="manual.changes.15_04_2015___version_1_6"></a><h6> + <a class="link" href="changes.html#manual.changes.15_04_2015___version_1_6">15.04.2015 - version + 1.6</a> + </h6> +<p> + Maintenance release. Changes: + </p> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> +<li class="listitem"> + Specification changes: + <div class="orderedlist"><ol class="orderedlist" type="1"> +<li class="listitem"> + Attribute/text values now use more digits when printing floating + point numbers to guarantee round-tripping. + </li> +<li class="listitem"> + Text nodes no longer get extra surrounding whitespace when pretty-printing + nodes with mixed contents + </li> +</ol></div> + </li> +<li class="listitem"> + Bug fixes: + <div class="orderedlist"><ol class="orderedlist" type="1"> +<li class="listitem"> + Fixed translate and normalize-space XPath functions to no longer + return internal NUL characters + </li> +<li class="listitem"> + Fixed buffer overrun on malformed comments inside DOCTYPE sections + </li> +<li class="listitem"> + DOCTYPE parsing can no longer run out of stack space on malformed + inputs (XML parsing is now using bounded stack space) + </li> +<li class="listitem"> + Adjusted processing instruction output to avoid malformed documents + if the PI value contains "?>" + </li> +</ol></div> + </li> +</ul></div> <a name="manual.changes.27_11_2014___version_1_5"></a><h6> <a class="link" href="changes.html#manual.changes.27_11_2014___version_1_5">27.11.2014 - version 1.5</a> @@ -1047,7 +1089,7 @@ <hr> <table width="100%"><tr> <td> -<a href="http://pugixml.org/">pugixml 1.5</a> manual | +<a href="http://pugixml.org/">pugixml 1.6</a> manual | <a href="../manual.html">Overview</a> | <a href="install.html">Installation</a> | Document: |