summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/docs/top/main.dox8
-rw-r--r--src/docs/upgrading.dox6
2 files changed, 7 insertions, 7 deletions
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index c303f61da45..4580b6a8ee5 100644
--- a/src/docs/top/main.dox
+++ b/src/docs/top/main.dox
@@ -6,12 +6,12 @@ WiredTiger is an high performance, scalable, production quality, NoSQL,
@section releases Releases
<table>
-@row{<b>WiredTiger 2.1.2</b> (current),
+@row{<b>WiredTiger 2.2.0</b> (current),
+ <a href="releases/wiredtiger-2.2.0.tar.bz2"><b>[Release package]</b></a>,
+ <a href="2.2.0/index.html"><b>[Documentation]</b></a>}
+@row{<b>WiredTiger 2.1.2</b> (previous),
<a href="releases/wiredtiger-2.1.2.tar.bz2"><b>[Release package]</b></a>,
<a href="2.1.2/index.html"><b>[Documentation]</b></a>}
-@row{<b>WiredTiger 1.6.6</b> (previous),
- <a href="releases/wiredtiger-1.6.6.tar.bz2"><b>[Release package]</b></a>,
- <a href="1.6.6/index.html"><b>[Documentation]</b></a>}
@row{<b>Development branch</b>,
<a href="https://github.com/wiredtiger/wiredtiger"><b>[Source code]</b></a>,
<a href="develop/index.html"><b>[Documentation]</b></a>}
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index b27c42b552d..b5eb62740e2 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,18 +1,18 @@
/*! @page upgrading Upgrading WiredTiger applications
-@section version_213 Upgrading to Version 2.1.3
+@section version_220 Upgrading to Version 2.2.0
<dl>
<dt>WT_SESSION::create prefix_compression disabled by default</dt>
<dd>
-In the 2.1.3 release, prefix compression default to \c false. Applications
+In the 2.2.0 release, prefix compression default to \c false. Applications
that benefit from prefix compression will need to explicitly set
\c prefix_compression=true when creating tables.
</dd>
<dt>wiredtiger_open verbose message changes</dt>
<dd>
-In the 2.1.3 release it is now necessary to include \c --enable-verbose
+In the 2.2.0 release it is now necessary to include \c --enable-verbose
in the configure command to be able to use verbose messages.
</dd>