summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-05-31 17:08:36 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2013-05-31 17:08:36 +1000
commit75ff90548bb952b83fa1c05dae84aea78a620910 (patch)
tree8c7701eb6490f2cd986c1a67e06b7429dc100b00
parent6e4a8af06866d6356e034cdbc4610cc8b694e4be (diff)
downloadmongo-75ff90548bb952b83fa1c05dae84aea78a620910.tar.gz
Cut release 1.6.11.6.1
-rw-r--r--NEWS35
-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
6 files changed, 45 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index b0f28dde3ba..f694f4a5a3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+WiredTiger release 1.6.1, 2013-05-31
+------------------------------------
+
+This is a bugfix and performance tuning release. The main changes are:
+
+* Fix the compress_raw API so that it uses platform independent types. See the
+ upgrade guide for further information. [#561]
+
+* Add an explicit enable setting to shared_cache configuration. See the
+ upgrade guide for further information.
+
+* Fix several bugs in hot backup, including race conditions between backup and
+ table drop (and other schema level operations). [#556] [#557]
+
+* Allow any data source type for indices as well as column groups. [#545]
+
+* Preload btree internal pages into file system cache when opening a table.
+
+* Change the default allocation size to 4KB so that DIRECT_IO with 4KB blocks
+ works. [#547]
+
+* Fix some bugs related to tracking the oldest active transaction. [#552]
+
+* Fix a bug in the extension API when using multiple databases.
+
+* Disallow named checkpoints on LSM trees - they aren't supported. [#546]
+
+* Fix support for custom collators with LSM trees. [#544]
+
+* Build fixes for gcc 4.1.2.
+
+See the upgrade documentation for details of API changes that may require
+altering existing applications.
+
+
WiredTiger release 1.6.0, 2013-05-16
------------------------------------
diff --git a/README b/README
index c01e1be8898..02036825a76 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 1.6.0: (May 16, 2013)
+WiredTiger 1.6.1: (May 31, 2013)
-This is version 1.6.0 of WiredTiger.
+This is version 1.6.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/1.6.0/install.html
+ http://source.wiredtiger.com/1.6.1/install.html
WiredTiger licensing information can be found at:
diff --git a/RELEASE b/RELEASE
index 87f0d5dbb88..9656580827c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=1
WIREDTIGER_VERSION_MINOR=6
-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 2b5e962d6de..420440cf850 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=6
-VERSION_PATCH=0
-VERSION_STRING='"WiredTiger 1.6.0: (May 16, 2013)"'
+VERSION_PATCH=1
+VERSION_STRING='"WiredTiger 1.6.1: (May 31, 2013)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index e9bd54c0c60..d8db01fe4af 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.6.0
+1.6.1
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index bf93fd64f04..b894586b70d 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.0</b> (current),
- <a href="releases/wiredtiger-1.6.0.tar.bz2"><b>[Release package]</b></a>,
- <a href="1.6.0/index.html"><b>[Documentation]</b></a>}
+@row{<b>WiredTiger 1.6.1</b> (current),
+ <a href="releases/wiredtiger-1.6.1.tar.bz2"><b>[Release package]</b></a>,
+ <a href="1.6.1/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>}