diff options
-rw-r--r-- | NEWS | 26 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | build_posix/aclocal/version-set.m4 | 2 | ||||
-rw-r--r-- | src/docs/top/main.dox | 6 |
4 files changed, 31 insertions, 5 deletions
@@ -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 ------------------------------------ @@ -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>} |