diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2013-10-09 14:49:18 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2013-10-09 14:49:18 +1100 |
commit | 749191d856e3a4a25f88866019b02bb5c6417c69 (patch) | |
tree | 94047c9b2e9fd4f15f61a2c0878b61d7a9d3b15e /src | |
parent | 81726618cadefc393b491ac0ee59b38c111c2f9f (diff) | |
download | mongo-749191d856e3a4a25f88866019b02bb5c6417c69.tar.gz |
Cut the 1.6.5 release.1.6.5
Diffstat (limited to 'src')
-rw-r--r-- | src/docs/top/main.dox | 6 | ||||
-rw-r--r-- | src/docs/upgrading.dox | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox index f05bcc0e479..3c6590150f0 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 1.6.4</b> (current), - <a href="releases/wiredtiger-1.6.4.tar.bz2"><b>[Release package]</b></a>, - <a href="1.6.4/index.html"><b>[Documentation]</b></a>} +@row{<b>WiredTiger 1.6.5</b> (current), + <a href="releases/wiredtiger-1.6.5.tar.bz2"><b>[Release package]</b></a>, + <a href="1.6.5/index.html"><b>[Documentation]</b></a>} @row{<b>WiredTiger 1.5.3</b> (previous), <a href="releases/wiredtiger-1.5.3.tar.bz2"><b>[Release package]</b></a>, <a href="1.5.3/index.html"><b>[Documentation]</b></a>} diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox index e4943fe76e1..a0fb0df18c8 100644 --- a/src/docs/upgrading.dox +++ b/src/docs/upgrading.dox @@ -21,6 +21,11 @@ opening statistics cursors should be reviewed to confirm they have the correct behavior. </dd> +<dt>Synchronous checkpoint configuration</dt> +<dd> +The \c sync configuration key to ::wiredtiger_open has been renamed \c checkpoint_sync. +</dd> + </dl> <hr> @section version_164 Upgrading to Version 1.6.4 |