summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-03-28 17:22:56 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-03-28 17:22:56 +1100
commit5c3db7cc42c0ae9dc7f6300c0d766af9b9f53a15 (patch)
treefe3451a0a3e78bb2b21a1963598f45f771f592ef
parent10f6b5eb3156323318cca4285f536908894616d0 (diff)
downloadmongo-2.1.2.tar.gz
Update NEWS file for 2.1.2 release2.1.2
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3c6bf367ac3..f0fb37fb457 100644
--- a/NEWS
+++ b/NEWS
@@ -4,12 +4,13 @@ WiredTiger release 2.1.2, 2014-03-27
The WiredTiger 2.1.2 release contains performance enhancements and bug fixes.
Significant changes include:
-Update the configuration settings for shared_cache to make it harder to
-misconfigure it. See upgrading documentation for more information.
+Update the configuration settings for shared_cache to make the distinction
+between cache_size and shared_cache less confusing. See upgrading
+documentation for more information.
Various performance enhancements to improve the performance of checkpoints.
-Fix a bug that could cause a hang [#894]
+Fix a bug that could cause a hang with small caches under heavy load. [#894]
WiredTiger release 2.1.1, 2014-03-04
------------------------------------