From 95863e05fe63502b4d1d323ed5b8989d6cdeb066 Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Thu, 28 Mar 2013 14:14:47 +1100 Subject: Cut release 1.5.2. --- NEWS | 14 ++++++++++++++ README | 4 ++-- RELEASE | 2 +- build_posix/aclocal/version-set.m4 | 4 ++-- build_posix/aclocal/version.m4 | 2 +- src/docs/top/main.dox | 6 +++--- 6 files changed, 23 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 6aa98b99394..73c96b0513c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +WiredTiger release 1.5.2, 2013-03-28 +------------------------------------ + +This is a bugfix release. The main changes are: + +[#493] Fix get_key/value in the Java API for complex cursors. + +* Fix a leak in eviction detected by valgrind. + +* Stop trying to cache the oldest reader: we only use it for eviction and only update it when required. + +* Track cursor creation in the statistics (creating a cursor per operation isn't a good idea). + + WiredTiger release 1.5.1, 2013-03-25 ------------------------------------ diff --git a/README b/README index e733cafa064..a1bc0ac9c42 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -WiredTiger 1.5.1: (March 26, 2013) +WiredTiger 1.5.2: (March 28, 2013) -This is version 1.5.1 of WiredTiger. +This is version 1.5.2 of WiredTiger. WiredTiger release packages and documentation can be found at: diff --git a/RELEASE b/RELEASE index 21e874a067f..58de0c0f003 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ WIREDTIGER_VERSION_MAJOR=1 WIREDTIGER_VERSION_MINOR=5 -WIREDTIGER_VERSION_PATCH=1 +WIREDTIGER_VERSION_PATCH=2 WIREDTIGER_VERSION="$WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_VERSION_PATCH" WIREDTIGER_RELEASE_DATE=`date "+%B %e, %Y"` diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4 index c11f1444f56..7c9a7304d1e 100644 --- a/build_posix/aclocal/version-set.m4 +++ b/build_posix/aclocal/version-set.m4 @@ -2,8 +2,8 @@ dnl build by dist/s_version VERSION_MAJOR=1 VERSION_MINOR=5 -VERSION_PATCH=1 -VERSION_STRING='"WiredTiger 1.5.1: (March 25, 2013)"' +VERSION_PATCH=2 +VERSION_STRING='"WiredTiger 1.5.2: (March 28, 2013)"' AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR) diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4 index 52018ee0b7a..87932aa04ad 100644 --- a/build_posix/aclocal/version.m4 +++ b/build_posix/aclocal/version.m4 @@ -1,2 +1,2 @@ dnl WiredTiger product version for AC_INIT. Maintained by dist/s_version -1.5.1 +1.5.2 diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox index 1a33855a181..1e3cd551487 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 1.5.1 (current), - [Release package], - [Documentation]} +@row{WiredTiger 1.5.2 (current), + [Release package], + [Documentation]} @row{WiredTiger 1.4.2, [Release package], [Documentation]} -- cgit v1.2.1