summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--README2
-rw-r--r--build_posix/aclocal/version-set.m42
-rw-r--r--src/docs/top/main.dox6
4 files changed, 18 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 7c0e0716534..dd3d1372e5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+WiredTiger release 1.6.3, 2013-07-12
+------------------------------------
+
+This is a bugfix and performance tuning release. The main changes are:
+
+* Change the default cursor overwrite configuration so that it is consistent
+ across all data sources. This change may alter the behavior of existing
+ applications without triggering any compilation or runtime warnings. See
+ the upgrade documentation for details. [#512]
+
+* Require platform support for 64 bit atomic operations. [#553]
+
+
WiredTiger release 1.6.2, 2013-06-18
------------------------------------
diff --git a/README b/README
index dfca81f55d2..729e4994b21 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-WiredTiger 1.6.3: (June 18, 2013)
+WiredTiger 1.6.3: (July 12, 2013)
This is version 1.6.3 of WiredTiger.
diff --git a/build_posix/aclocal/version-set.m4 b/build_posix/aclocal/version-set.m4
index a10df6a12ce..c89a12b951c 100644
--- a/build_posix/aclocal/version-set.m4
+++ b/build_posix/aclocal/version-set.m4
@@ -3,7 +3,7 @@ dnl build by dist/s_version
VERSION_MAJOR=1
VERSION_MINOR=6
VERSION_PATCH=3
-VERSION_STRING='"WiredTiger 1.6.3: (June 18, 2013)"'
+VERSION_STRING='"WiredTiger 1.6.3: (July 12, 2013)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index b6d2e528e03..a21bec055e5 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.6.2</b> (current),
- <a href="releases/wiredtiger-1.6.2.tar.bz2"><b>[Release package]</b></a>,
- <a href="1.6.2/index.html"><b>[Documentation]</b></a>}
+@row{<b>WiredTiger 1.6.3</b> (current),
+ <a href="releases/wiredtiger-1.6.3.tar.bz2"><b>[Release package]</b></a>,
+ <a href="1.6.3/index.html"><b>[Documentation]</b></a>}
@row{<b>WiredTiger 1.5.3</b> (previous),
<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>}