summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-04-26 15:52:33 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-04-26 15:52:33 +1000
commitf518bcf6417ba959346d4631b469a6a09ea9e4f8 (patch)
tree9866832c0c93e2be1e3a7dec8fcaf4af94203532
parent05bff16697a97ba22fad37c18c4bbcd94ec3c424 (diff)
downloadmongo-1.1.5.tar.gz
Bump version to 1.1.51.1.5
-rw-r--r--NEWS10
-rw-r--r--README4
-rw-r--r--build_posix/aclocal/version-set.m44
-rw-r--r--build_posix/aclocal/version.m42
-rw-r--r--dist/RELEASE2
5 files changed, 16 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 4fe31004ae6..ba9e055a1a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+WiredTiger release 1.1.5, 2012-04-26
+------------------------------------
+
+Don't update a WT_REF after it has been unlocked.
+
+Add an operation to set a flag atomically, use it to avoid racing on page flags.
+
+Fix a race between sync and reading that could cause a segfault.
+
+
WiredTiger release 1.1.4, 2012-04-16
------------------------------------
diff --git a/README b/README
index 28f65d8ff5a..1c71d43b2d6 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 1.1.4: (April 16, 2012)
+WiredTiger 1.1.5: (April 26, 2012)
-This is version 1.1.4 of WiredTiger.
+This is version 1.1.5 of WiredTiger.
WiredTiger documentation can be found at:
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index 078797a2a9e..244bffeae24 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=1
-VERSION_PATCH=4
-VERSION_STRING='"WiredTiger 1.1.4: (April 16, 2012)"'
+VERSION_PATCH=5
+VERSION_STRING='"WiredTiger 1.1.5: (April 26, 2012)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index b630f609a0d..8d740efe7df 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.1.4
+1.1.5
diff --git a/dist/RELEASE b/dist/RELEASE
index bc110aee413..1e790a96ccc 100644
--- a/dist/RELEASE
+++ b/dist/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=1
WIREDTIGER_VERSION_MINOR=1
-WIREDTIGER_VERSION_PATCH=4
+WIREDTIGER_VERSION_PATCH=5
WIREDTIGER_VERSION="$WIREDTIGER_VERSION_MAJOR.$WIREDTIGER_VERSION_MINOR.$WIREDTIGER_VERSION_PATCH"
WIREDTIGER_RELEASE_DATE=`date "+%B %e, %Y"`