summaryrefslogtreecommitdiff
path: root/_posts/2018-04-04-pugixml-1.9-release.md
blob: 41d04caba5567ee07658c7898fe27c4f09f1bcf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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).