diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-03-10 07:55:25 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-03-10 07:55:25 -0400 |
commit | becd9d7bcde2eb6c5409aceb7bdde4f6bf797b6b (patch) | |
tree | c1d9e4fba62ea7deed5268bd9c4f4a3217992781 /src/docs | |
parent | 105903c1beb0d16b40e243ed3624417c4fa0702c (diff) | |
download | mongo-becd9d7bcde2eb6c5409aceb7bdde4f6bf797b6b.tar.gz |
Case-sensitivity is an API change, and an entry to the upgrading notes.
Diffstat (limited to 'src/docs')
-rw-r--r-- | src/docs/spell.ok | 1 | ||||
-rw-r--r-- | src/docs/upgrading.dox | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/docs/spell.ok b/src/docs/spell.ok index df31a272361..5d2e2b98f6c 100644 --- a/src/docs/spell.ok +++ b/src/docs/spell.ok @@ -409,6 +409,7 @@ substring superset sys sz +tRuE tablename tcl tcmalloc 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> |