diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2018-04-04 08:12:20 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2018-04-04 08:12:20 -0700 |
commit | 45568eb73d2f954ed457320855f92c62a2facf44 (patch) | |
tree | 449ccf0461e292886d162d2be50fe6f74580b4c1 /_posts | |
parent | bc7d5dbb751382c2012fcf0bc6ba4fd81692378e (diff) |
Add pugixml 1.9 news post
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2018-04-04-pugixml-1.9-release.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/_posts/2018-04-04-pugixml-1.9-release.md b/_posts/2018-04-04-pugixml-1.9-release.md new file mode 100644 index 0000000..41d04ca --- /dev/null +++ b/_posts/2018-04-04-pugixml-1.9-release.md @@ -0,0 +1,16 @@ +--- +layout: post +title: pugixml 1.9 release +--- + +pugixml-1.9 is out. This is a maintenance release that fixes some compatibility issues and introduces several features (read the [changelog](/docs/manual.html#v1.9) for details). + +Highlights for this release include: + +* Added move semantics support for `xml_document` +* XPath parser no longer relies on exceptional control flow/longjmp in absence of exceptions + * xpath_exception is still used to communicate errors when exceptions are enabled +* Fix compilation issues for some custom GCC installations +* Fix compilation warnings for GCC 7.3/8 + +You can [download the source package](http://github.com/zeux/pugixml/releases/download/v1.9/pugixml-1.9.zip) or get the new version from GitHub using the latest tag (http://github.com/zeux/pugixml). |