diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2013-06-18 12:50:56 +1000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2013-06-18 12:50:56 +1000 |
commit | 07cb0a58d4c19c78d00bc4a888b2872daf7142ca (patch) | |
tree | 73167f0caac6e8f73a05d5504f717df65f69915e /NEWS | |
parent | d679e12ce73ff52d3dd63c91df56d2f9a6ac3992 (diff) | |
download | mongo-07cb0a58d4c19c78d00bc4a888b2872daf7142ca.tar.gz |
Cut release 1.6.21.6.2
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +WiredTiger release 1.6.2, 2013-06-18 +------------------------------------ + +This is a bugfix and performance tuning release. The main changes are: + +* Fix a race in the WiredTiger pseudo random number generator that was leading + to poor distribution of numbers. + +* Change the default compression configuration to "uncompressed". + +* Fix a race between checkpoints and LSM that could result in a crash. [#543] + +* Add an option to output version information at runtime. Configure by + including "verbose=[version]" in the wiredtiger_open connection + configuration string. [#564] + +* Add a configurable prefix to error messages. [#527] + +* Add two new extension APIs, one to return a transaction ID, one to return + if a transaction ID is visible to the current transaction. + +* Add standard metadata functions to the extension API and make extension data + sources responsible for their own metadata entries. + +* Add a new extension function __wt_ext_config_strget that returns the + configuration value from a single string. + + WiredTiger release 1.6.1, 2013-05-31 ------------------------------------ |