summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-12-12 14:37:23 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2013-12-12 14:37:23 +1100
commit01043c7f01bef904a4ea8a76177327d11b1ba21e (patch)
treeade3c1d4c7666e40895793ceed999bb2a67f567c
parentad9a551aeceb89258e42996cc944725dd9b78fd4 (diff)
downloadmongo-2.0.1.tar.gz
Cut WiredTiger release 2.0.12.0.1
-rw-r--r--NEWS4
-rw-r--r--README6
-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
-rw-r--r--src/docs/upgrading.dox6
7 files changed, 15 insertions, 15 deletions
diff --git a/NEWS b/NEWS
index f452f8d2b02..80521e53b3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-WiredTiger release 2.0.0, 2013-12-11
+WiredTiger release 2.0.1, 2013-12-12
------------------------------------
-The WiredTiger 2.0.0 release contains major new features, numerous performance
+The WiredTiger 2.0.1 release contains major new features, numerous performance
enhancements and bug fixes.
Significant changes include:
diff --git a/README b/README
index 90d6318d7a4..6ec05dd67aa 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 2.0.0: (December 11, 2013)
+WiredTiger 2.0.1: (December 12, 2013)
-This is version 2.0.0 of WiredTiger.
+This is version 2.0.1 of WiredTiger.
WiredTiger release packages and documentation can be found at:
@@ -9,7 +9,7 @@ WiredTiger release packages and documentation can be found at:
Information on configuring, building and installing WiredTiger can be
found at:
- http://source.wiredtiger.com/2.0.0/install.html
+ http://source.wiredtiger.com/2.0.1/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE b/RELEASE
index 9e5204eb56f..5b1098eb2cc 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=2
WIREDTIGER_VERSION_MINOR=0
-WIREDTIGER_VERSION_PATCH=0
+WIREDTIGER_VERSION_PATCH=1
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 b38ff5f9eef..0d4d61a8b8e 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=0
-VERSION_PATCH=0
-VERSION_STRING='"WiredTiger 2.0.0: (December 11, 2013)"'
+VERSION_PATCH=1
+VERSION_STRING='"WiredTiger 2.0.1: (December 12, 2013)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 83cb338c435..4505a26e6a7 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.0.0
+2.0.1
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index 5e3de0f2f6e..821f22102d3 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 2.0.0</b> (current),
- <a href="releases/wiredtiger-2.0.0.tar.bz2"><b>[Release package]</b></a>,
- <a href="2.0.0/index.html"><b>[Documentation]</b></a>}
+@row{<b>WiredTiger 2.0.1</b> (current),
+ <a href="releases/wiredtiger-2.0.1.tar.bz2"><b>[Release package]</b></a>,
+ <a href="2.0.1/index.html"><b>[Documentation]</b></a>}
@row{<b>WiredTiger 1.6.6</b> (previous),
<a href="releases/wiredtiger-1.6.6.tar.bz2"><b>[Release package]</b></a>,
<a href="1.6.6/index.html"><b>[Documentation]</b></a>}
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index ebef9803df6..03403310fa4 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,16 +1,16 @@
/*! @page upgrading Upgrading WiredTiger applications
-@section version_200 Upgrading to Version 2.0.0
+@section version_20 Upgrading to Version 2.0
<dl>
<dt>File format changes</dt>
<dd>
-The underlying file format is unchanged in 2.0.0
+The underlying file format is unchanged in 2.0
</dd>
<dt>WT_SESSION::create LSM configuration options</dt>
<dd>
-In the 2.0.0 release of WiredTiger the LSM configuration options have been
+In the 2.0 release of WiredTiger the LSM configuration options have been
collected into a configuration option subgroup. All configuration options
to WT_SESSION::create that previously had a prefix of \c lsm_ now belong to
the \c lsm configuration group. If you are explicitly configuring any of the