summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
------------------------------------