From c849aae1a3fce6cdd92144f2b8523fc3a437c3fe Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 8 Feb 2022 22:40:27 -0800 Subject: [PATCH] 1.12 --- _config.yml | 2 +- _posts/2022-02-09-pugixml-1.12-release.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 _posts/2022-02-09-pugixml-1.12-release.md diff --git a/_config.yml b/_config.yml index 3ed4508..d7fb6ef 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: https://pugixml.org/ -version: "1.11" +version: "1.12" gems: - jekyll-redirect-from diff --git a/_posts/2022-02-09-pugixml-1.12-release.md b/_posts/2022-02-09-pugixml-1.12-release.md new file mode 100644 index 0000000..fd93153 --- /dev/null +++ b/_posts/2022-02-09-pugixml-1.12-release.md @@ -0,0 +1,14 @@ +--- +layout: post +title: pugixml 1.12 release +--- + +pugixml-1.12 is out. This is a maintenance release that fixes some compatibility issues and other minor bugs (read the [changelog](/docs/manual.html#v1.12) for details). + +Highlights for this release include: + +- Fix xml_document move construction (for C++11) and xml_node iterator signatures (for C++20) +- Add support for VS2022 +- Reorganize CMake settings to have PUGIXML_ prefix and allow more configuration via CMake options, like choosing compact/wchar_t modes. + +You can [download the source package](https://github.com/zeux/pugixml/releases/download/v1.12/pugixml-1.12.zip) or get the new version from GitHub using the latest tag (https://github.com/zeux/pugixml).