From 4deb7b35e421150a6d92ba3c197eab438b63cef7 Mon Sep 17 00:00:00 2001 From: Alex Gorrod Date: Tue, 4 Mar 2014 15:57:21 +1100 Subject: Cut release 2.1.1 --- NEWS | 26 ++++++++++++++++++++++++++ README | 2 +- build_posix/aclocal/version-set.m4 | 2 +- src/docs/top/main.dox | 6 +++--- 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 -@row{WiredTiger 2.1.0 (current), - [Release package], - [Documentation]} +@row{WiredTiger 2.1.1 (current), + [Release package], + [Documentation]} @row{WiredTiger 1.6.6 (previous), [Release package], [Documentation]} -- cgit v1.2.1