diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2013-05-31 17:08:36 +1000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2013-05-31 17:08:36 +1000 |
commit | 75ff90548bb952b83fa1c05dae84aea78a620910 (patch) | |
tree | 8c7701eb6490f2cd986c1a67e06b7429dc100b00 /NEWS | |
parent | 6e4a8af06866d6356e034cdbc4610cc8b694e4be (diff) | |
download | mongo-75ff90548bb952b83fa1c05dae84aea78a620910.tar.gz |
Cut release 1.6.11.6.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -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 ------------------------------------ |