summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS14
-rw-r--r--README4
-rw-r--r--RELEASE2
-rw-r--r--build_posix/aclocal/version-set.m44
-rw-r--r--build_posix/aclocal/version.m42
-rw-r--r--src/docs/top/main.dox6
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
<table>
-@row{<b>WiredTiger 1.5.1</b> (current),
- <a href="releases/wiredtiger-1.5.1.tar.bz2"><b>[Release package]</b></a>,
- <a href="1.5.1/index.html"><b>[Documentation]</b></a>}
+@row{<b>WiredTiger 1.5.2</b> (current),
+ <a href="releases/wiredtiger-1.5.2.tar.bz2"><b>[Release package]</b></a>,
+ <a href="1.5.2/index.html"><b>[Documentation]</b></a>}
@row{<b>WiredTiger 1.4.2</b>,
<a href="releases/wiredtiger-1.4.2.tar.bz2"><b>[Release package]</b></a>,
<a href="1.4.2/index.html"><b>[Documentation]</b></a>}