diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2014-12-24 11:26:50 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2014-12-24 11:26:50 +1100 |
commit | b15a90be586b2b16d2c966d3edd9e0339c908e4b (patch) | |
tree | 32b11dfae9a43aab3c8f3b928d3cf19f1995159f /src | |
parent | 8e8f824170b227e0c8a0ca800356ad8ba910bf33 (diff) | |
parent | cf5b8d4854ff1e41d1ab2276a2fc527c6a2b6bf5 (diff) | |
download | mongo-2.5.0.tar.gz |
Merge pull request #1512 from wiredtiger/2.5.0-releasemongodb-2.8-rc42.5.0
Candidate for 2.5.0 release changelog
Diffstat (limited to 'src')
-rw-r--r-- | src/docs/top/main.dox | 8 | ||||
-rw-r--r-- | src/docs/upgrading.dox | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/docs/top/main.dox b/src/docs/top/main.dox index 7fd04457ec9..9b3e5fe48f8 100644 --- a/src/docs/top/main.dox +++ b/src/docs/top/main.dox @@ -6,12 +6,12 @@ WiredTiger is an high performance, scalable, production quality, NoSQL, @section releases Releases <table> -@row{<b>WiredTiger 2.4.1</b> (current), +@row{<b>WiredTiger 2.5.0</b> (current), + <a href="releases/wiredtiger-2.5.0.tar.bz2"><b>[Release package]</b></a>, + <a href="2.5.0/index.html"><b>[Documentation]</b></a>} +@row{<b>WiredTiger 2.4.1</b> (previous), <a href="releases/wiredtiger-2.4.1.tar.bz2"><b>[Release package]</b></a>, <a href="2.4.1/index.html"><b>[Documentation]</b></a>} -@row{<b>WiredTiger 2.3.1</b> (previous), - <a href="releases/wiredtiger-2.3.1.tar.bz2"><b>[Release package]</b></a>, - <a href="2.3.1/index.html"><b>[Documentation]</b></a>} @row{<b>Development branch</b>, <a href="https://github.com/wiredtiger/wiredtiger"><b>[Source code]</b></a>, <a href="develop/index.html"><b>[Documentation]</b></a>} diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox index 0fb858643fd..49f112a0bb2 100644 --- a/src/docs/upgrading.dox +++ b/src/docs/upgrading.dox @@ -1,6 +1,6 @@ /*! @page upgrading Upgrading WiredTiger applications -@section version_242 Upgrading to Version 2.4.2 +@section version_250 Upgrading to Version 2.5.0 <dl> <dt>WT_STAT_CONN_LOG_BYTES_USER renamed WT_STAT_CONN_LOG_BYTES_PAYLOAD</dt> |