diff options
| author | Alex Gorrod <alexg@wiredtiger.com> | 2014-10-16 15:12:24 +1100 |
|---|---|---|
| committer | Alex Gorrod <alexg@wiredtiger.com> | 2014-10-16 15:12:24 +1100 |
| commit | b1c12f4597cc2b2f884743358b5e6bb2621ca62a (patch) | |
| tree | 86e950d332d1ed0a61266567ea5f4cbed4e27c06 /src/docs | |
| parent | b1f918004f72faeb85ecabc562b585a682c93cde (diff) | |
| parent | 58d87478ee39a88a4399a32313951ca119e59eea (diff) | |
Merge pull request #1285 from wiredtiger/release-2.4.02.4.0
Add changelog for 2.4.0
Diffstat (limited to 'src/docs')
| -rw-r--r-- | src/docs/upgrading.dox | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox index e5fceac4ffa..71b666abdec 100644 --- a/src/docs/upgrading.dox +++ b/src/docs/upgrading.dox @@ -1,8 +1,15 @@ /*! @page upgrading Upgrading WiredTiger applications -@section version_232 Upgrading to Version 2.3.2 +@section version_240 Upgrading to Version 2.4.0 <dl> +<dt>Default configuration file changes</dt> +<dd> +WiredTiger creates a configuration file when a database is first created. This +release adds a version number to that configuration file, and functionality +to automatically translate configuration settings between versions moving +forward. +</dd> <dt>Cursors no longer reset on transaction begin or commit</dt> <dd> In previous versions of WiredTiger, all cursors in a session were reset at |
