summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-18 21:19:58 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-03-18 21:20:40 -0700
commite68048518ea4830ffcdaf79e7f929713263c6f06 (patch)
tree030fd28ff85ec643e6464c90ab8202feeca91d22 /docs
parent5f996eba6deaa804bf4caced8acc65d8626720d6 (diff)
Update version to 1.6
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.qbk18
-rw-r--r--docs/quickstart.qbk6
2 files changed, 16 insertions, 8 deletions
diff --git a/docs/manual.qbk b/docs/manual.qbk
index fec889a..d70400e 100644
--- a/docs/manual.qbk
+++ b/docs/manual.qbk
@@ -1,7 +1,7 @@
[book pugixml
[quickbook 1.5]
- [version 1.5]
+ [version 1.6]
[id manual]
[copyright 2014 Arseny Kapoulkine]
[license Distributed under the MIT License]
@@ -106,8 +106,8 @@ pugixml is distributed in source form. You can either download a source distribu
You can download the latest source distribution via one of the following links:
[pre
-[@https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip]
-[@https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz]
+[@https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.zip]
+[@https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.6.tar.gz]
]
The distribution contains library source, documentation (the manual you're reading now and the quick start guide) and some code examples. After downloading the distribution, install pugixml by extracting all files from the compressed archive. The files have different line endings depending on the archive format - [file .zip] archive has Windows line endings, [file .tar.gz] archive has Unix line endings. Otherwise the files in both archives are identical.
@@ -125,7 +125,7 @@ For example, to checkout the current version, you can use this command:
[pre
git clone https://github.com/zeux/pugixml
cd pugixml
-git checkout v1.5
+git checkout v1.6
]
The repository contains library source, documentation, code examples and full unit test suite.
@@ -138,7 +138,7 @@ Use latest version tag if you want to automatically get new versions. Use other
You can access the Git repository via Subversion using [@https://github.com/zeux/pugixml] URL. For example, to checkout the current version, you can use this command:
-[pre svn checkout https://github.com/zeux/pugixml/tags/v1.5 pugixml]
+[pre svn checkout https://github.com/zeux/pugixml/tags/v1.6 pugixml]
[endsect] [/subversion]
@@ -1896,6 +1896,14 @@ Because of the differences in document object models, performance considerations
[section:changes Changelog]
+[h5 15.04.2015 - version 1.6]
+
+Maintenance release. Changes:
+
+* Specification changes:
+
+* Bug fixes:
+
[h5 27.11.2014 - version 1.5]
Major release, featuring a lot of performance improvements and some new features.
diff --git a/docs/quickstart.qbk b/docs/quickstart.qbk
index b609518..5d7f5a9 100644
--- a/docs/quickstart.qbk
+++ b/docs/quickstart.qbk
@@ -1,7 +1,7 @@
[article pugixml
[quickbook 1.5]
- [version 1.5]
+ [version 1.6]
[id quickstart]
[copyright 2014 Arseny Kapoulkine]
[license Distributed under the MIT License]
@@ -11,7 +11,7 @@
[template sref[name]'''<xref linkend="quickstart.main.'''[name]'''" xrefstyle="select:title" />''']
[template ftnt[id text]'''<footnote id="'''[id]'''"><para>'''[text]'''</para></footnote>''']
-[section:main pugixml 1.5 quick start guide]
+[section:main pugixml 1.6 quick start guide]
[section:introduction Introduction]
@@ -30,7 +30,7 @@ This is the quick start guide for pugixml, which purpose is to enable you to sta
pugixml is distributed in source form. You can download a source distribution via one of the following links:
[pre
-[@https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.zip]
+[@https://github.com/zeux/pugixml/releases/download/v1.6/pugixml-1.5.zip]
[@https://github.com/zeux/pugixml/releases/download/v1.5/pugixml-1.5.tar.gz]
]