summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2017-05-27 04:29:11 +1000
committerAlex Gorrod <alexander.gorrod@mongodb.com>2017-05-27 04:29:11 +1000
commit8376798db4c64af2a42a12dfdfc26b21c9fba84d (patch)
treedcc0420567afc67accac4bf315a1ef7957bb9049
parent2c8f99958bfd0a82269363fb56e3672a28969123 (diff)
downloadmongo-8376798db4c64af2a42a12dfdfc26b21c9fba84d.tar.gz
Bump version string on develop after release.
-rw-r--r--README6
-rw-r--r--RELEASE_INFO2
-rw-r--r--build_posix/aclocal/version-set.m44
-rw-r--r--build_posix/aclocal/version.m42
-rw-r--r--dist/package/wiredtiger.spec2
-rw-r--r--src/docs/upgrading.dox13
6 files changed, 21 insertions, 8 deletions
diff --git a/README b/README
index f7edae2835d..eb5324eb4d1 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 2.9.2: (December 23, 2016)
+WiredTiger 2.9.3: (May 27, 2017)
-This is version 2.9.2 of WiredTiger.
+This is version 2.9.3 of WiredTiger.
WiredTiger release packages and documentation can be found at:
@@ -8,7 +8,7 @@ WiredTiger release packages and documentation can be found at:
The documentation for this specific release can be found at:
- http://source.wiredtiger.com/2.9.2/index.html
+ http://source.wiredtiger.com/2.9.3/index.html
The WiredTiger source code can be found at:
diff --git a/RELEASE_INFO b/RELEASE_INFO
index b7145aa2cb3..f18f6f67fc8 100644
--- a/RELEASE_INFO
+++ b/RELEASE_INFO
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=2
WIREDTIGER_VERSION_MINOR=9
-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 c677ce41192..bbf8547e548 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=2
VERSION_MINOR=9
-VERSION_PATCH=2
-VERSION_STRING='"WiredTiger 2.9.2: (December 23, 2016)"'
+VERSION_PATCH=3
+VERSION_STRING='"WiredTiger 2.9.3: (May 27, 2017)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 29782a22f82..1126d7c147b 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
-2.9.2
+2.9.3
diff --git a/dist/package/wiredtiger.spec b/dist/package/wiredtiger.spec
index aacdf327c98..9d9bdd3949c 100644
--- a/dist/package/wiredtiger.spec
+++ b/dist/package/wiredtiger.spec
@@ -1,5 +1,5 @@
Name: wiredtiger
-Version: 2.9.2
+Version: 2.9.3
Release: 1%{?dist}
Summary: WiredTiger data storage engine
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 53eb287d9a6..8640991e7cd 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,5 +1,18 @@
/*! @page upgrading Upgrading WiredTiger applications
+@section version_293 Upgrading to Version 2.9.3
+<dl>
+
+<dt>Logging subsystem statistics</dt>
+<dd>
+Two logging subsystem statistics have been removed as they were a duplicate of
+other statistics. The \c log_slot_joins and \c log_slot_transitions statistics
+are no longer present. They were duplicates of \c log_writes and
+\c log_slot_closes respectively. Several new logging related statistics have
+been added.
+</dd>
+
+</dl><hr>
@section version_292 Upgrading to Version 2.9.2
<dl>