diff options
author | Keith Bostic <keith@wiredtiger.com> | 2016-01-28 12:44:09 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2016-01-28 12:44:09 -0500 |
commit | 12be963758d16e7669ea2d7025e5cf6c5e321b13 (patch) | |
tree | d6a2ba9278b46ee3ec027d81f4eae7420cf2e958 /src/docs/upgrading.dox | |
parent | 7fea169e425b2a56d88351f362d746d5b5dd77f5 (diff) | |
download | mongo-12be963758d16e7669ea2d7025e5cf6c5e321b13.tar.gz |
WT-2352: Allow build and test without requiring lz4
Remove support for the bzip2 compression engine.
Diffstat (limited to 'src/docs/upgrading.dox')
-rw-r--r-- | src/docs/upgrading.dox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox index e0239919f0b..e4d85003a1e 100644 --- a/src/docs/upgrading.dox +++ b/src/docs/upgrading.dox @@ -27,6 +27,13 @@ reclaimed when the call returns. The performance of this API may differ from earlier releases. </dd> +<dt>Bzip2 compression support</dt> +<dd> +Support for the bzip2 compression/decompression engine has been removed +from the WiredTiger release; remaining compression engines include LZ4, +snappy and zlib. +</dd> + </dl><hr> @section version_270 Upgrading to Version 2.7.0 |