summaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2015-05-12 14:47:28 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-05-12 14:47:28 +1000
commit9880d7563f74ec1e7033bae0e2f5aa312abc7b20 (patch)
tree9d1893587cc34c117619340b8f2f673666a7e206 /src/docs
parent8f6b8fd4647186cc6ce68cb31ecd085c4323157e (diff)
parentdf5a23d353d141afcbdb6cdced0538c87e99d389 (diff)
downloadmongo-9880d7563f74ec1e7033bae0e2f5aa312abc7b20.tar.gz
Merge branch 'develop' into encryption-api
Conflicts: ext/compressors/lz4/lz4_compress.c
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/upgrading.dox8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index d0a5fc4ce29..4d7feea77c4 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -13,6 +13,7 @@ removed.
</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
@@ -26,6 +27,13 @@ triggered, can be configured using the \c file_manager configuration
values to the ::wiredtiger_open call.
</dd>
+<dt>LZ4 compression</dt>
+<dd>
+The LZ4 compression support has been updated in this release in non-backward
+compatible ways; tables and files compressed using LZ4 compression should be
+dumped and re-loaded into a new database.
+</dd>
+
</dl><hr>
@section version_253 Upgrading to Version 2.5.3
<dl>