summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2012-12-13 13:05:16 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2012-12-13 13:05:16 +1100
commit2ee7fe632e1a610e21580e78d4c18247c05aa24b (patch)
tree883b171b5ec205dda630672e0b314fd5bb2ec718
parent09ba18e2698d1f407771eb11c0e53b5237f35523 (diff)
downloadmongo-2ee7fe632e1a610e21580e78d4c18247c05aa24b.tar.gz
Cut release 1.4.11.4.1
-rw-r--r--NEWS26
-rw-r--r--README4
-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.dox2
6 files changed, 33 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index d4e2b79e2e3..8f5d250a846 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+WiredTiger release 1.4.1, 2012-12-12
+------------------------------------
+
+This is a bugfix, cleanup and performance tuning release. The significant
+changes are highlighted below:
+
+[215] Add a __wt_panic function that shuts down all of the WiredTiger APIs.
+ Also add a new error return WT_PANIC which means there has been an error
+ in the WiredTiger engine, and it should be restarted.
+
+[409] Fix a bug populating column groups with complex schema. Also allow empty
+ column lists in projection cursors.
+
+[150] Add description of how to do index-only searches to the documentation.
+
+[392] Move examples/c/ex_test_perf.c to bench/wtperf.
+
+[322] Add support for statistics on schema-level objects i.e tables,
+ column groups, indices.
+
+* Enhance statistics, including changing the name of some statistics.
+
+* Fix a bug in the eviction server that could cause it to abort, leaving the
+ system unusable.
+
+
WiredTiger release 1.4.0, 2012-12-03
------------------------------------
diff --git a/README b/README
index 61f922cb607..a35c5279c62 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-WiredTiger 1.4.0: (December 3, 2012)
+WiredTiger 1.4.1: (December 13, 2012)
-This is version 1.4.0 of WiredTiger.
+This is version 1.4.1 of WiredTiger.
WiredTiger documentation can be found at:
diff --git a/RELEASE b/RELEASE
index c73e251dc13..55ad6b4003b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,6 +1,6 @@
WIREDTIGER_VERSION_MAJOR=1
WIREDTIGER_VERSION_MINOR=4
-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 cc7dd0ba3e7..9248fdf35d5 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=4
-VERSION_PATCH=0
-VERSION_STRING='"WiredTiger 1.4.0: (December 3, 2012)"'
+VERSION_PATCH=1
+VERSION_STRING='"WiredTiger 1.4.1: (December 13, 2012)"'
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
diff --git a/build_posix/aclocal/version.m4 b/build_posix/aclocal/version.m4
index 5f243bbb8cc..8f8cecdce62 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.4.0
+1.4.1
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox
index a10905d2686..e3654815c4d 100644
--- a/src/docs/top/main.dox
+++ b/src/docs/top/main.dox
@@ -13,7 +13,7 @@ To ask questions or discuss issues related to using WiredTiger, visit our
View the documentation online:
-- <a href="1.4.0/index.html"><b>WiredTiger 1.4.0 (current release)</b></a>
+- <a href="1.4.1/index.html"><b>WiredTiger 1.4.1 (current release)</b></a>
- <a href="1.3.8/index.html"><b>WiredTiger 1.3.8</b></a>
- <a href="1.2.2/index.html"><b>WiredTiger 1.2.2</b></a>