summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parent09ba18e2698d1f407771eb11c0e53b5237f35523 (diff)
downloadmongo-2ee7fe632e1a610e21580e78d4c18247c05aa24b.tar.gz
Cut release 1.4.11.4.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 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
------------------------------------