Skip to content

Commit 952126c

Browse files
author
Sam Kleinman
committed
DOCS-290 improvements to release notes, mostly minor
1 parent 6f00846 commit 952126c

File tree

1 file changed

+26
-32
lines changed

1 file changed

+26
-32
lines changed

source/release-notes/2.2.txt

Lines changed: 26 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ Windows XP is Not Supported
265265
Service Support for ``mongos.exe``
266266
``````````````````````````````````
267267

268+
You may now run :program:`mongos.exe` instances as a Windows
269+
Service. See the :doc:`/reference/mongos.exe` documentation for more
270+
information.
271+
268272
:issue:`SERVER-1589`
269273

270274
Log Rotate Command Support
@@ -285,13 +289,6 @@ New Build Using SlimReadWrite Locks for Windows Concurrency
285289
Tool Improvements
286290
~~~~~~~~~~~~~~~~~
287291

288-
``mongostat`` and ``mongotop`` Report Concurrency Statistics
289-
````````````````````````````````````````````````````````````
290-
291-
:ref:`mongostat`
292-
293-
:ref:`mongotop`
294-
295292
``mongodump`` Includes Indexes in Output with ``--collection`` Option
296293
`````````````````````````````````````````````````````````````````````
297294

@@ -327,30 +324,25 @@ Write Concern Support for ``mongoimport``
327324
Shell Improvements
328325
~~~~~~~~~~~~~~~~~~
329326

330-
Unicode Support
331-
```````````````
332-
333-
.. TODO add ticket
334-
335-
Bash-like Line Editing Features
327+
Improved Shell User Interface
336328
```````````````````````````````
337329

338-
:issue:`SERVER-4312`
330+
2.2 includes a number of changes that improve the overall quality and
331+
consistency of the user interface for the :program:`mongo` shell:
339332

340-
Multi-line Command Support in Shell History
341-
```````````````````````````````````````````
333+
- Full Unicode support.
342334

343-
:issue:`SERVER-3470`
335+
- Bash-like line editing features.
344336

345-
Windows Support for ``edit`` Command
346-
````````````````````````````````````
337+
See :issue:`SERVER-4312` for more information.
347338

348-
:issue:`SERVER-3998`
339+
- Multi-line command support in shell history.
349340

350-
``cls`` Command to Clear Shell Screen
351-
`````````````````````````````````````
341+
See :issue:`SERVER-3470` for more information.
352342

353-
:issue:`SERVER-4200`
343+
- Windows support for ``edit`` command.
344+
345+
See :issue:`SERVER-3998` for more information.
354346

355347
Helper to load Server-Side Functions
356348
````````````````````````````````````
@@ -365,10 +357,12 @@ Support for Bulk Inserts
365357
Operations
366358
~~~~~~~~~~
367359

368-
Support for logging to Syslog
360+
Support for Logging to Syslog
369361
`````````````````````````````
370362

371-
:issue:`SERVER-2957`
363+
See the :issue:`SERVER-2957` case and the documentation of
364+
the :setting:`syslog` run-time option or the :option:`mongod --syslog`
365+
and :option:`mongos --syslog` command line-options.
372366

373367
``touch`` Command
374368
`````````````````
@@ -378,20 +372,20 @@ from a collection into memory.
378372

379373
See: :issue:`SERVER-2023` and :dbcommand:`touch` for more information.
380374

381-
Padding Specifiable on ``compact`` Command
382-
``````````````````````````````````````````
383-
384-
:issue:`SERVER-4018`
385-
386-
.. TODO fix documentation and link
387-
388375
``indexCounters`` No Longer Report Sampled Data
389376
```````````````````````````````````````````````
390377

391378
:status:`indexCounters` now report actual counters that reflect index
392379
use and state. In previous versions, these data were sampled. See
393380
:issue:`SERVER-5784` and :status:`indexCounters` for more information.
394381

382+
Padding Specifiable on ``compact`` Command
383+
``````````````````````````````````````````
384+
385+
:issue:`SERVER-4018`
386+
387+
.. TODO fix documentation and link
388+
395389
Replication
396390
~~~~~~~~~~~
397391

0 commit comments

Comments
 (0)