Skip to content

Commit 7c1df85

Browse files
Sam Kleinmankay-kim
authored andcommitted
DOCS-4849: edits
Signed-off-by: kay <[email protected]>
1 parent fa8b3e5 commit 7c1df85

File tree

2 files changed

+30
-39
lines changed

2 files changed

+30
-39
lines changed

source/release-notes/2.6-changelog.txt

Lines changed: 22 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -9,77 +9,64 @@
99
2.6.8 -- Changes
1010
----------------
1111

12-
Security
13-
~~~~~~~~
12+
Security and Networking
13+
~~~~~~~~~~~~~~~~~~~~~~~
1414

1515
- :issue:`SERVER-17278` BSON BinData validation enforcement
1616
- :issue:`SERVER-17022` No SSL Session Caching may not be respected
17+
- :issue:`SERVER-17264` improve bson validation
1718

18-
Querying
19-
~~~~~~~~
19+
Query and Aggregation
20+
~~~~~~~~~~~~~~~~~~~~~
2021

21-
- :issue:`SERVER-16655` Geo predicate is unable to use compound 2dsphere index if it is root of $or clause
22-
- :issue:`SERVER-16527` 2dsphere explain reports "works" for nscanned & nscannedObjects
22+
- :issue:`SERVER-16655` Geo predicate is unable to use compound 2dsphere index if it is root of :query:`$or` clause
23+
- :issue:`SERVER-16527` ``2dsphere`` explain reports "works" for ``nscanned`` & ``nscannedObjects``
2324
- :issue:`SERVER-15802` Query optimizer should always use equality predicate over unique index when possible
25+
- :issue:`SERVER-14044` Incorrect ``{$meta: 'text'}`` reference in aggregation :pipeline:`$sort` error message
2426

25-
Replication/Pairing
26-
~~~~~~~~~~~~~~~~~~~
27+
Replication
28+
~~~~~~~~~~~
2729

28-
- :issue:`SERVER-16599` copydb/clone commands can crash the server if a primary steps down
30+
- :issue:`SERVER-16599` \ :dbcommand:`copydb` and :dbcommand:`clone` commands can crash the server if a primary steps down
2931
- :issue:`SERVER-16315` Replica set nodes should not threaten to veto nodes whose config version is higher than their own
30-
- :issue:`SERVER-16274` secondary fasserts trying to replicate an index
31-
- :issue:`SERVER-15471` Better error message when replica is not found in GhostSync::associateSlave
32+
- :issue:`SERVER-16274` secondary ``fasserts`` trying to replicate an index
33+
- :issue:`SERVER-15471` Better error message when replica is not found in ``GhostSync::associateSlave``
3234

3335
Sharding
3436
~~~~~~~~
3537

3638
- :issue:`SERVER-17191` Spurious warning during upgrade of sharded cluster
37-
- :issue:`SERVER-17163` Fatal error "logOp but not primary" in MigrateStatus::go
38-
- :issue:`SERVER-16984` UpdateLifecycleImpl can return empty collectionMetadata even if ns is sharded
39-
- :issue:`SERVER-10904` Possible for _master and _slaveConn to be pointing to different connections even with primary read pref
39+
- :issue:`SERVER-17163` Fatal error "logOp but not primary" in ``MigrateStatus::go``
40+
- :issue:`SERVER-16984` ``UpdateLifecycleImpl`` can return empty ``collectionMetadata`` even if ``ns`` is sharded
41+
- :issue:`SERVER-10904` Possible for ``_master`` and ``_slaveConn`` to be pointing to different connections even with primary read pref
4042

4143
Storage
4244
~~~~~~~
4345

4446
- :issue:`SERVER-17087` Add listCollections command functionality to 2.6 shell & client
4547
- :issue:`SERVER-14572` Increase C runtime stdio file limit
4648

47-
Networking
48-
~~~~~~~~~~
49-
50-
- :issue:`SERVER-17264` improve bson validation
51-
52-
Aggregation Framework
53-
~~~~~~~~~~~~~~~~~~~~~
54-
55-
- :issue:`SERVER-14044` Incorrect {$meta: 'text'} reference in aggregation $sort error message
56-
5749
Tools
5850
~~~~~
5951

60-
- :issue:`SERVER-17216` 2.6 mongostat cannot be used with 3.0 mongod
61-
- :issue:`SERVER-14190` mongorestore parseMetadataFile passes non-null terminated string to 'fromjson'
52+
- :issue:`SERVER-17216` 2.6 :program:`mongostat` cannot be used with 3.0 :program:`mongod`
53+
- :issue:`SERVER-14190` \ :program:`mongorestore` ``parseMetadataFile`` passes non-null terminated string to '``fromjson``'
6254

63-
Build
64-
~~~~~
55+
Build and Packaging
56+
~~~~~~~~~~~~~~~~~~~
6557

6658
- :issue:`SERVER-14803` Support static libstdc++ builds for non-Linux builds
67-
68-
Packaging
69-
~~~~~~~~~
70-
7159
- :issue:`SERVER-15400` Create Windows Enterprise Zip File with vcredist and dependent dlls
7260

7361
Usability
7462
~~~~~~~~~
7563

76-
- :issue:`SERVER-14756` The YAML storage.quota.enforced option is not found
64+
:issue:`SERVER-14756` The YAML :setting:`storage.quota.enforced`` option is not found
7765

7866
Testing
7967
~~~~~~~
8068

81-
- :issue:`SERVER-16421` sharding_rs2.js should clean up data on all replicas
82-
69+
:issue:`SERVER-16421` \ ``sharding_rs2.js`` should clean up data on all replicas
8370

8471
.. _2.6.7-changelog:
8572

source/release-notes/2.6.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@ Minor Releases
2828
2.6.8 -- February 25, 2015
2929
~~~~~~~~~~~~~~~~~~~~~~~~~~
3030

31-
- Add listCollections command functionality to 2.6 shell & client :issue:`SERVER-17087`
31+
- Add :dbcommand:`listCollections` command functionality to 2.6 shell
32+
and client :issue:`SERVER-17087`
3233

33-
- copydb/clone commands can crash the server if a primary steps down :issue:`SERVER-16599`
34+
- :dbcommand:`copydb`/\ :dbcommand:`clone` commands can crash the
35+
server if a primary steps down :issue:`SERVER-16599`
3436

35-
- Secondary fasserts trying to replicate an index :issue:`SERVER-16274`
37+
- Secondary fasserts trying to replicate an index
38+
:issue:`SERVER-16274`
3639

37-
- Query optimizer should always use equality predicate over unique index when possible :issue:`SERVER-15802`
40+
- Query optimizer should always use equality predicate over unique
41+
index when possible :issue:`SERVER-15802`
3842

3943
- `All issues closed in 2.6.8
4044
<https://jira.mongodb.org/issues/?jql=fixVersion%20%3D%20%222.6.8%22%20AND%20project%20%3D%20SERVER>`_

0 commit comments

Comments
 (0)