1.8 release
This commit is contained in:
parent
27837382e1
commit
fcc9e1bddd
@ -1,7 +1,7 @@
|
|||||||
name: pugixml.org
|
name: pugixml.org
|
||||||
description: Light-weight, simple and fast XML parser for C++ with XPath support
|
description: Light-weight, simple and fast XML parser for C++ with XPath support
|
||||||
url: http://pugixml.org/
|
url: http://pugixml.org/
|
||||||
version: 1.7
|
version: 1.8
|
||||||
gems:
|
gems:
|
||||||
- jekyll-redirect-from
|
- jekyll-redirect-from
|
||||||
|
|
||||||
|
|||||||
@ -28,9 +28,9 @@
|
|||||||
Downloads:
|
Downloads:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.zip" onclick="trackLink('download', 'pugixml-{{site.version}}.zip')">pugixml-{{site.version}}.zip</a><br/>
|
<li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.zip" onclick="trackLink('download', 'pugixml-{{site.version}}.zip')">pugixml-{{site.version}}.zip</a><br/>
|
||||||
<small>357 Kb, Windows line endings</small></li>
|
<small>374 KB, Windows line endings</small></li>
|
||||||
<li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.tar.gz" onclick="trackLink('download', 'pugixml-{{site.version}}.tar.gz')">pugixml-{{site.version}}.tar.gz</a><br/>
|
<li><a href="http://github.com/zeux/pugixml/releases/download/v{{site.version}}/pugixml-{{site.version}}.tar.gz" onclick="trackLink('download', 'pugixml-{{site.version}}.tar.gz')">pugixml-{{site.version}}.tar.gz</a><br/>
|
||||||
<small>338 Kb, Unix line endings</small></li>
|
<small>349 KB, Unix line endings</small></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
|
|||||||
15
_posts/2016-11-24-pugixml-1.8-release.md
Normal file
15
_posts/2016-11-24-pugixml-1.8-release.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: pugixml 1.8 release
|
||||||
|
---
|
||||||
|
|
||||||
|
pugixml-1.8 is out. This is a maintenance release that fixes some compatibility issues and introduces several features (read the [changelog](/docs/manual.html#v1.8) for details).
|
||||||
|
|
||||||
|
Highlights for this release include:
|
||||||
|
|
||||||
|
* Added parse_embed_pcdata parsing mode to reduce memory consumption for some documents
|
||||||
|
* Added Latin-1 auto-detection support
|
||||||
|
* When printing empty elements, a space is no longer added before / in format_raw mode
|
||||||
|
* Fixed compilation issues for Borland C++ 5.4 and some distributions of MinGW 3.8
|
||||||
|
|
||||||
|
You can [download the source package](http://github.com/zeux/pugixml/releases/download/v1.8/pugixml-1.8.zip) or get the new version from GitHub using the latest tag (http://github.com/zeux/pugixml).
|
||||||
Loading…
Reference in New Issue
Block a user