summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/docs/top/main.dox6
-rw-r--r--src/docs/upgrading.dox12
2 files changed, 15 insertions, 3 deletions
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index 2c014ec3984..ef2f5bf15a0 100644
--- a/src/docs/top/main.dox
+++ b/src/docs/top/main.dox
@@ -6,9 +6,9 @@ WiredTiger is an high performance, scalable, production quality, NoSQL,
@section releases Releases
<table>
-@row{<b>WiredTiger 2.6.0</b> (current),
- <a href="releases/wiredtiger-2.6.0.tar.bz2"><b>[Release package]</b></a>,
- <a href="2.6.0/index.html"><b>[Documentation]</b></a>}
+@row{<b>WiredTiger 2.6.1</b> (current),
+ <a href="releases/wiredtiger-2.6.1.tar.bz2"><b>[Release package]</b></a>,
+ <a href="2.6.1/index.html"><b>[Documentation]</b></a>}
@row{<b>WiredTiger 2.5.3</b> (previous),
<a href="releases/wiredtiger-2.5.3.tar.bz2"><b>[Release package]</b></a>,
<a href="2.5.3/index.html"><b>[Documentation]</b></a>}
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 36ce2debace..92410999c2e 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,5 +1,17 @@
/*! @page upgrading Upgrading WiredTiger applications
+@section version_261 Upgrading to Version 2.6.1
+
+<dl>
+<dt>Move the per transaction sync configuration</dt>
+<dd>
+Move the sync configuration setting from WT_SESSION::begin_transaction to
+WT_SESSION::commit_transaction. Change the configuration from a boolean to a
+string with options of on, off, background. Deprecated support for specifying
+the configuration to WT_SESSION::begin_transaction is maintained for now.
+</dd>
+
+</dl><hr>
@section version_260 Upgrading to Version 2.6.0
<dl>