From fcc9e1bddda816886a99704d24a63bf123cfec15 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Thu, 24 Nov 2016 00:40:21 -0800 Subject: 1.8 release --- _config.yml | 2 +- _includes/header.html | 4 ++-- _posts/2016-11-24-pugixml-1.8-release.md | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 _posts/2016-11-24-pugixml-1.8-release.md diff --git a/_config.yml b/_config.yml index da672bd..1e90274 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ name: pugixml.org description: Light-weight, simple and fast XML parser for C++ with XPath support url: http://pugixml.org/ -version: 1.7 +version: 1.8 gems: - jekyll-redirect-from diff --git a/_includes/header.html b/_includes/header.html index 57b66d5..f00aed2 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -28,9 +28,9 @@ Downloads: Documentation: diff --git a/_posts/2016-11-24-pugixml-1.8-release.md b/_posts/2016-11-24-pugixml-1.8-release.md new file mode 100644 index 0000000..6bc80f8 --- /dev/null +++ b/_posts/2016-11-24-pugixml-1.8-release.md @@ -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). -- cgit v1.2.3