pugixml/_posts/2015-04-10-pugixml-1.6-release.md

15 lines
699 B
Markdown
Raw Permalink Normal View History

2015-04-11 07:04:04 +03:00
---
layout: post
title: pugixml 1.6 release
---
2015-05-15 07:36:54 +03:00
pugixml-1.6 is out. This is a maintenance release that fixes several bugs (read the [changelog](/docs/manual.html#v1.6) for details).
2015-04-11 07:04:04 +03:00
Highlights for this release include:
* Fixed translate and normalize-space XPath functions to no longer return internal NUL characters
* Fixed buffer overrun on malformed comments inside DOCTYPE sections
* Attribute/text values now use more digits when printing floating point numbers to guarantee round-tripping.
2015-05-15 07:36:54 +03:00
You can [download the source package](http://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip) or get the new version from GitHub using the latest tag (http://github.com/zeux/pugixml).