summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-03-28 17:13:04 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-03-28 17:13:04 +1100
commit10f6b5eb3156323318cca4285f536908894616d0 (patch)
tree6832eb2af518982dbc7373c1a55fbde81bb909d4
parente7b41e64506aebd0c6b579d8fb5a4386e96fea86 (diff)
downloadmongo-10f6b5eb3156323318cca4285f536908894616d0.tar.gz
Cut release 2.1.2
-rw-r--r--NEWS13
-rw-r--r--README2
-rw-r--r--build_posix/aclocal/version-set.m42
-rw-r--r--src/docs/top/main.dox6
4 files changed, 18 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a7ad4f8987c..3c6bf367ac3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+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.
+
+Various performance enhancements to improve the performance of checkpoints.
+
+Fix a bug that could cause a hang [#894]
+
WiredTiger release 2.1.1, 2014-03-04
------------------------------------
diff --git a/README b/README
index ed721b45a11..0473d4b71dd 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WiredTiger 2.1.2: (March 4, 2014)
+WiredTiger 2.1.2: (March 28, 2014)
This is version 2.1.2 of WiredTiger.
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index f983d9fe097..91b5de0133f 100644
--- a/build_posix/aclocal/version-set.m4
+++ b/build_posix/aclocal/version-set.m4
@@ -3,7 +3,7 @@ dnl build by dist/s_version
VERSION_MAJOR=2
VERSION_MINOR=1
VERSION_PATCH=2
-VERSION_STRING='"WiredTiger 2.1.2: (March 4, 2014)"'
+VERSION_STRING='"WiredTiger 2.1.2: (March 28, 2014)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index f36f1887a73..c303f61da45 100644
--- a/src/docs/top/main.dox
+++ b/src/docs/top/main.dox
@@ -6,9 +6,9 @@ WiredTiger is an high performance, scalable, production quality, NoSQL,
@section releases Releases
<table>
-@row{<b>WiredTiger 2.1.1</b> (current),
- <a href="releases/wiredtiger-2.1.1.tar.bz2"><b>[Release package]</b></a>,
- <a href="2.1.1/index.html"><b>[Documentation]</b></a>}
+@row{<b>WiredTiger 2.1.2</b> (current),
+ <a href="releases/wiredtiger-2.1.2.tar.bz2"><b>[Release package]</b></a>,
+ <a href="2.1.2/index.html"><b>[Documentation]</b></a>}
@row{<b>WiredTiger 1.6.6</b> (previous),
<a href="releases/wiredtiger-1.6.6.tar.bz2"><b>[Release package]</b></a>,
<a href="1.6.6/index.html"><b>[Documentation]</b></a>}