summaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-05-13 18:03:14 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2015-05-13 18:03:14 +1000
commit85ee07ad968d1f520de5368d311d2d1fe0f47cbe (patch)
treeb6c6617a7ca4ed8b198199990b7cd2a75b9603a7 /src/docs
parent60ea74d7077168344c22647410b9b86e560147fe (diff)
downloadmongo-85ee07ad968d1f520de5368d311d2d1fe0f47cbe.tar.gz
Start fixing up the upgrading documentation.
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/upgrading.dox12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 4d7feea77c4..c6d9187d5bc 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -10,10 +10,6 @@ used that statistic was never called inside WiredTiger and was also
removed.
</dd>
-</dl><hr>
-@section version_254 Upgrading to Version 2.5.4
-<dl>
-
<dt>File handle closing</dt>
<dd>
In WiredTiger, a separate thread of control periodically reviews open
@@ -34,6 +30,14 @@ compatible ways; tables and files compressed using LZ4 compression should be
dumped and re-loaded into a new database.
</dd>
+<dt>wiredtiger_open file manager configuration changes</dt>
+<dd>
+The configuration settings related to file handle management have changed
+significantly in this release. If your application uses the file_manager
+configuration setting, please refer to the API documentation for the latest
+settings.
+</dd>
+
</dl><hr>
@section version_253 Upgrading to Version 2.5.3
<dl>