summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-04-26 10:43:25 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2013-04-26 10:43:25 +1000
commit3703bc3e6aa5a00c1c4e67692523c716ae82d692 (patch)
treeee57c30f642c5db0297268149d308c106357660f
parentd7d99946abd8c1cf63692afa3824e29e90e05ea2 (diff)
downloadmongo-1.5.3.tar.gz
Cut release 1.5.3.1.5.3
-rw-r--r--NEWS32
-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, 41 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 73c96b0513c..af544ab3035 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+WiredTiger release 1.5.3, 2013-04-26
+------------------------------------
+
+This release contains some major new features along with numerous bug fixes
+and performance improvements. The significant changes are highlighted
+below:
+
+* Enhance the extension data source API to facilitate implementation of new
+ data stores in WiredTiger.
+
+* Add support for the STEC / Memrata KVS data source.
+
+* Add a Berkeley DB data source via the WiredTiger extension API.
+
+* Various enhancements to cache eviction management. Mostly to avoid stalls in
+ application threads.
+
+* Fixes to shared cache pool implementation, so resources are more
+ aggressively reallocated.
+
+* Add new statistics.
+
+* Implement automatic insert throttling in LSM - enabled by default.
+
+* Configuration strings are now case sensitive.
+
+* Enhance LSM merge algorithms to be more efficient as trees grow very large.
+
+See the upgrade documentation for details of API changes that may require
+altering existing applications.
+
+
WiredTiger release 1.5.2, 2013-03-28
------------------------------------
diff --git a/README b/README
index a1bc0ac9c42..3b9f645cdc7 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 1.5.2: (March 28, 2013)
+WiredTiger 1.5.3: (April 26, 2013)
-This is version 1.5.2 of WiredTiger.
+This is version 1.5.3 of WiredTiger.
WiredTiger release packages and documentation can be found at:
diff --git a/RELEASE b/RELEASE
index 58de0c0f003..68ac85c05c7 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=1
WIREDTIGER_VERSION_MINOR=5
-WIREDTIGER_VERSION_PATCH=2
+WIREDTIGER_VERSION_PATCH=3
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 7c9a7304d1e..7f9f06c38ed 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=2
-VERSION_STRING='"WiredTiger 1.5.2: (March 28, 2013)"'
+VERSION_PATCH=3
+VERSION_STRING='"WiredTiger 1.5.3: (April 26, 2013)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 87932aa04ad..25f12ebba96 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.2
+1.5.3
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index 1e3cd551487..dea3b2fc9c4 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.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.5.3</b> (current),
+ <a href="releases/wiredtiger-1.5.3.tar.bz2"><b>[Release package]</b></a>,
+ <a href="1.5.3/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>}