summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS26
-rw-r--r--README2
-rw-r--r--build_posix/aclocal/version-set.m42
-rw-r--r--src/docs/top/main.dox6
4 files changed, 31 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 9f0682f0ecd..a7ad4f8987c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+WiredTiger release 2.1.1, 2014-03-04
+------------------------------------
+
+The WiredTiger 2.1.1 release contains new features, performance enhancements
+and bug fixes. Significant changes include:
+
+Fix a bug where a page could be marked clean when it contained uncommitted
+changes. This bug could cause undefined behavior in transaction rollback
+under load.
+
+Fix a bug with shared caches when rebalancing between connections.
+
+Add a new public API to WiredTiger that provides the ability to parse
+WiredTiger compatible configuration strings. See the upgrading documentation
+for further information. [#873]
+
+A number of performance enhancements to the LSM implementation, particularly
+for long running workloads.
+
+A number of performance enhancements and bug fixes to cache eviction code.
+
+Add an option to use direct I/O when reading from checkpoints. To enabled
+the functionality add "direct_io=[checkpoint]" to your wiredtiger_open
+configuration string. [#847]
+
+
WiredTiger release 2.1.0, 2014-02-04
------------------------------------
diff --git a/README b/README
index bffb154233c..711056e27f0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WiredTiger 2.1.1: (February 4, 2014)
+WiredTiger 2.1.1: (March 4, 2014)
This is version 2.1.1 of WiredTiger.
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index 6d51c171c1e..0c7436fad81 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=1
-VERSION_STRING='"WiredTiger 2.1.1: (February 4, 2014)"'
+VERSION_STRING='"WiredTiger 2.1.1: (March 4, 2014)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index 5481d2deae5..f36f1887a73 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.0</b> (current),
- <a href="releases/wiredtiger-2.1.0.tar.bz2"><b>[Release package]</b></a>,
- <a href="2.1.0/index.html"><b>[Documentation]</b></a>}
+@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 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>}