From 2d9a85d61c4f9b342e6f4d3ad9b319bda8ca1b92 Mon Sep 17 00:00:00 2001 From: Ramon Fernandez Date: Tue, 13 Jan 2015 17:05:40 -0500 Subject: [PATCH] DOCS-4658: add release notes, changelog for 2.6.7 --- source/release-notes/2.6-changelog.txt | 35 ++++++++++++++++++++++++++ source/release-notes/2.6.txt | 19 ++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/source/release-notes/2.6-changelog.txt b/source/release-notes/2.6-changelog.txt index 2153831a63f..c1d8ca3db95 100644 --- a/source/release-notes/2.6-changelog.txt +++ b/source/release-notes/2.6-changelog.txt @@ -4,6 +4,41 @@ .. default-domain:: mongodb +.. _2.6.7-changelog: + + +2.6.7 -- Changes +---------------- + +Stability +~~~~~~~~~ + +- :issue:`SERVER-16237` Don't check the shard version if the primary server is down + +Querying +~~~~~~~~ + +- :issue:`SERVER-16408` max_time_ms.js should not run in parallel suite + +Replication/Pairing +~~~~~~~~~~~~~~~~~~~ + +- :issue:`SERVER-16732` SyncSourceFeedback::replHandshake() may perform an illegal erase from a std::map in some circumstances + +Sharding +~~~~~~~~ + +- :issue:`SERVER-16683` Decrease mongos memory footprint when shards have several tags +- :issue:`SERVER-15766` prefix_shard_key.js depends on primary allocation to particular shards +- :issue:`SERVER-14306` mongos can cause the in-memory sort limit to be hit on shards by requesting more results than needed + +Packaging +~~~~~~~~~ + +- :issue:`SERVER-16081` init.d mongod startup script fails, with dirname message + + + .. _2.6.6-changelog: 2.6.6 -- Changes diff --git a/source/release-notes/2.6.txt b/source/release-notes/2.6.txt index e61abafa675..3597b7bdc5c 100644 --- a/source/release-notes/2.6.txt +++ b/source/release-notes/2.6.txt @@ -25,6 +25,25 @@ Minor Releases /release-notes/2.6-changelog +2.6.7 -- January 13, 2015 +~~~~~~~~~~~~~~~~~~~~~~~~~~ +- SyncSourceFeedback::replHandshake() may perform an illegal erase from a + std::map in some circumstances :issue:`SERVER-16732: + +- Decrease mongos memory footprint when shards have several tags + :issue:`SERVER-16683: + +- Don't check the shard version if the primary server is down + :issue:`SERVER-16237: + +- init.d mongod startup script fails, with dirname message + :issue:`SERVER-16081: + +- mongos can cause the in-memory sort limit to be hit on shards by + requesting more results than needed :issue:`SERVER-14306: + +- `All issues closed in 2.6.7 `_ + 2.6.6 -- December 09, 2014 ~~~~~~~~~~~~~~~~~~~~~~~~~~