summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-03-10 07:55:25 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-03-10 07:55:25 -0400
commitbecd9d7bcde2eb6c5409aceb7bdde4f6bf797b6b (patch)
treec1d9e4fba62ea7deed5268bd9c4f4a3217992781 /src/docs/upgrading.dox
parent105903c1beb0d16b40e243ed3624417c4fa0702c (diff)
downloadmongo-becd9d7bcde2eb6c5409aceb7bdde4f6bf797b6b.tar.gz
Case-sensitivity is an API change, and an entry to the upgrading notes.
Diffstat (limited to 'src/docs/upgrading.dox')
-rw-r--r--src/docs/upgrading.dox14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index ebf3ace3648..cdfed85be25 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,5 +1,19 @@
/*! @page upgrading Upgrading WiredTiger applications
+@section version_252 Upgrading to Version 2.5.2
+
+<dl>
+<dt>Configuration string case-sensitivity</dt>
+<dd>
+In previous WiredTiger releases, there were several cases where configuration
+strings were treated in a case-sensitive manner (for example, it was possible
+to specify "True", "true" or even "tRuE" as a boolean value). For consistency,
+in this release all WiredTiger configuration strings are case-sensitive, and
+only "true" will be accepted.
+
+</dd>
+</dl>
+
@section version_251 Upgrading to Version 2.5.1
<dl>