Skip to content
This repository was archived by the owner on Aug 20, 2019. It is now read-only.

Commit 1f8e356

Browse files
author
Sam Kleinman
committed
DOCS-4658: edits to the changelog
1 parent 890270c commit 1f8e356

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

source/release-notes/2.6-changelog.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
.. _2.6.7-changelog:
88

9-
109
2.6.7 -- Changes
1110
----------------
1211

@@ -18,26 +17,30 @@ Stability
1817
Querying
1918
~~~~~~~~
2019

21-
- :issue:`SERVER-16408` max_time_ms.js should not run in parallel suite
20+
- :issue:`SERVER-16408` ``max_time_ms.js`` should not run in parallel suite.
2221

2322
Replication/Pairing
2423
~~~~~~~~~~~~~~~~~~~
2524

26-
- :issue:`SERVER-16732` SyncSourceFeedback::replHandshake() may perform an illegal erase from a std::map in some circumstances
25+
- :issue:`SERVER-16732` ``SyncSourceFeedback::replHandshake()`` may
26+
perform an illegal erase from a ``std::map`` in some circumstances
2727

2828
Sharding
2929
~~~~~~~~
3030

31-
- :issue:`SERVER-16683` Decrease mongos memory footprint when shards have several tags
32-
- :issue:`SERVER-15766` prefix_shard_key.js depends on primary allocation to particular shards
33-
- :issue:`SERVER-14306` mongos can cause the in-memory sort limit to be hit on shards by requesting more results than needed
31+
- :issue:`SERVER-16683` Decrease mongos memory footprint when shards
32+
have several tags
3433

35-
Packaging
36-
~~~~~~~~~
34+
- :issue:`SERVER-15766` prefix_shard_key.js depends on primary
35+
allocation to particular shards
3736

38-
- :issue:`SERVER-16081` init.d mongod startup script fails, with dirname message
37+
- :issue:`SERVER-14306` :program:`mongos` can cause shards to hit the
38+
in-memory sort limit by requesting more results than needed.
3939

40+
Packaging
41+
~~~~~~~~~
4042

43+
- :issue:`SERVER-16081` ``/etc/init.d/mongod`` startup script fails, with dirname message
4144

4245
.. _2.6.6-changelog:
4346

source/release-notes/2.6.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,21 @@ Minor Releases
2727

2828
2.6.7 -- January 13, 2015
2929
~~~~~~~~~~~~~~~~~~~~~~~~~~
30-
- SyncSourceFeedback::replHandshake() may perform an illegal erase from a
31-
std::map in some circumstances :issue:`SERVER-16732:
3230

33-
- Decrease mongos memory footprint when shards have several tags
34-
:issue:`SERVER-16683:
31+
- Decreased :program:`mongos` memory footprint when shards have several
32+
tags :issue:`SERVER-16683`
3533

36-
- Don't check the shard version if the primary server is down
37-
:issue:`SERVER-16237:
34+
- Removed check for shard version if the primary server is down
35+
:issue:`SERVER-16237`
3836

39-
- init.d mongod startup script fails, with dirname message
40-
:issue:`SERVER-16081:
37+
- Fixed: ``/etc/init.d/mongod`` startup script failure with dirname message
38+
:issue:`SERVER-16081`
4139

42-
- mongos can cause the in-memory sort limit to be hit on shards by
43-
requesting more results than needed :issue:`SERVER-14306:
40+
- Fixed: :program:`mongos` can cause shards to hit the in-memory sort limit
41+
by requesting more results than needed :issue:`SERVER-14306`
4442

45-
- `All issues closed in 2.6.7 <https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.6.7%22%20AND%20project%20%3D%20SERVER>`_
43+
- `All issues closed in 2.6.7
44+
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.6.7%22%20AND%20project%20%3D%20SERVER>`_
4645

4746
2.6.6 -- December 09, 2014
4847
~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)