summaryrefslogtreecommitdiff
path: root/_posts/2010-10-31-pugixml-1.0-release.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2010-10-31-pugixml-1.0-release.md')
-rw-r--r--_posts/2010-10-31-pugixml-1.0-release.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/_posts/2010-10-31-pugixml-1.0-release.md b/_posts/2010-10-31-pugixml-1.0-release.md
new file mode 100644
index 0000000..d791237
--- /dev/null
+++ b/_posts/2010-10-31-pugixml-1.0-release.md
@@ -0,0 +1,14 @@
+---
+layout: post
+title: pugixml 1.0 release
+---
+
+pugixml-1.0 is out. This is a major release with lots of fixes/improvements (read the [changelog](http://pugixml.googlecode.com/svn/tags/release-1.0/docs/manual/changes.html) for details).
+
+The most important changes are:
+
+* XPath implementation was considerably improved – variable support was added, exceptions and STL are no longer required for XPath to function, query evaluation performance was improved and several bugs were fixed.
+* All deprecated functions and types were removed
+* File loading/saving functions can now work with wide character paths
+
+You can [download the source package](http://github.com/zeux/pugixml/releases/download/v1.0/pugixml-1.0.zip) or get the new version from Subversion using the latest tag (http://pugixml.googlecode.com/svn/tags/latest).