From 4a9a68632c868b51cd30ecac18c1ff2606a665bb Mon Sep 17 00:00:00 2001 From: Ramon Fernandez Date: Mon, 11 Aug 2014 15:05:44 -0400 Subject: [PATCH 1/2] DOCS-3882 added 2.6.4 changes --- source/release-notes/2.6-changelog.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/release-notes/2.6-changelog.txt b/source/release-notes/2.6-changelog.txt index 6d0637969c4..2abdc09f281 100644 --- a/source/release-notes/2.6-changelog.txt +++ b/source/release-notes/2.6-changelog.txt @@ -4,6 +4,26 @@ .. default-domain:: mongodb +.. _2.6.4-changelog: + +2.6.4 -- Changes +---------------- + +- :issue:`SERVER-14738` Updates to documents with text-indexed fields may + lead to incorrect entries + +- :issue:`SERVER-14556` Default dbpath for mongod :option:`--configsvr` + changes in 2.6 + +- :issue:`SERVER-14431` Invalid chunk data after splitting on a key that's + too large + +- :issue:`SERVER-14311` skipping of index keys is not accounted for in plan + ranking by the index scan stage + +- :issue:`SERVER-14170` Cannot read from secondary if both audit and auth + are enabled in a sharded cluster + .. _2.6.3-changelog: 2.6.3 -- Changes From 3f3e38cb4059b9753af6a30d1b42f0f80df94efa Mon Sep 17 00:00:00 2001 From: Ramon Fernandez Date: Mon, 11 Aug 2014 15:19:40 -0400 Subject: [PATCH 2/2] DOCS-3882 match 2.6.4 changes with release announcement --- source/release-notes/2.6-changelog.txt | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/source/release-notes/2.6-changelog.txt b/source/release-notes/2.6-changelog.txt index 2abdc09f281..7c103b2329b 100644 --- a/source/release-notes/2.6-changelog.txt +++ b/source/release-notes/2.6-changelog.txt @@ -9,20 +9,26 @@ 2.6.4 -- Changes ---------------- -- :issue:`SERVER-14738` Updates to documents with text-indexed fields may - lead to incorrect entries +- :issue:`SERVER-9788` :program:`mongos` does not respect secondary + preferred after temporarily unavailable secondary -- :issue:`SERVER-14556` Default dbpath for mongod :option:`--configsvr` - changes in 2.6 +- :issue:`SERVER-14170` Cannot read from secondary if both audit and auth + are enabled in a sharded cluster + +- :issue:`SERVER-14311` skipping of index keys is not accounted for in plan + ranking by the index scan stage - :issue:`SERVER-14431` Invalid chunk data after splitting on a key that's too large -- :issue:`SERVER-14311` skipping of index keys is not accounted for in plan - ranking by the index scan stage +- :issue:`SERVER-14556` Default dbpath for mongod :option:`--configsvr` + changes in 2.6 + +- :issue:`SERVER-14532` Improve logging in the case of plan ranker ties + +- :issue:`SERVER-14738` Updates to documents with text-indexed fields may + lead to incorrect entries -- :issue:`SERVER-14170` Cannot read from secondary if both audit and auth - are enabled in a sharded cluster .. _2.6.3-changelog: