@@ -265,6 +265,10 @@ Windows XP is Not Supported
265
265
Service Support for ``mongos.exe``
266
266
``````````````````````````````````
267
267
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
+
268
272
:issue:`SERVER-1589`
269
273
270
274
Log Rotate Command Support
@@ -285,13 +289,6 @@ New Build Using SlimReadWrite Locks for Windows Concurrency
285
289
Tool Improvements
286
290
~~~~~~~~~~~~~~~~~
287
291
288
- ``mongostat`` and ``mongotop`` Report Concurrency Statistics
289
- ````````````````````````````````````````````````````````````
290
-
291
- :ref:`mongostat`
292
-
293
- :ref:`mongotop`
294
-
295
292
``mongodump`` Includes Indexes in Output with ``--collection`` Option
296
293
`````````````````````````````````````````````````````````````````````
297
294
@@ -327,30 +324,25 @@ Write Concern Support for ``mongoimport``
327
324
Shell Improvements
328
325
~~~~~~~~~~~~~~~~~~
329
326
330
- Unicode Support
331
- ```````````````
332
-
333
- .. TODO add ticket
334
-
335
- Bash-like Line Editing Features
327
+ Improved Shell User Interface
336
328
```````````````````````````````
337
329
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:
339
332
340
- Multi-line Command Support in Shell History
341
- ```````````````````````````````````````````
333
+ - Full Unicode support.
342
334
343
- :issue:`SERVER-3470`
335
+ - Bash-like line editing features.
344
336
345
- Windows Support for ``edit`` Command
346
- ````````````````````````````````````
337
+ See :issue:`SERVER-4312` for more information.
347
338
348
- :issue:`SERVER-3998`
339
+ - Multi-line command support in shell history.
349
340
350
- ``cls`` Command to Clear Shell Screen
351
- `````````````````````````````````````
341
+ See :issue:`SERVER-3470` for more information.
352
342
353
- :issue:`SERVER-4200`
343
+ - Windows support for ``edit`` command.
344
+
345
+ See :issue:`SERVER-3998` for more information.
354
346
355
347
Helper to load Server-Side Functions
356
348
````````````````````````````````````
@@ -365,10 +357,12 @@ Support for Bulk Inserts
365
357
Operations
366
358
~~~~~~~~~~
367
359
368
- Support for logging to Syslog
360
+ Support for Logging to Syslog
369
361
`````````````````````````````
370
362
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.
372
366
373
367
``touch`` Command
374
368
`````````````````
@@ -378,20 +372,20 @@ from a collection into memory.
378
372
379
373
See: :issue:`SERVER-2023` and :dbcommand:`touch` for more information.
380
374
381
- Padding Specifiable on ``compact`` Command
382
- ``````````````````````````````````````````
383
-
384
- :issue:`SERVER-4018`
385
-
386
- .. TODO fix documentation and link
387
-
388
375
``indexCounters`` No Longer Report Sampled Data
389
376
```````````````````````````````````````````````
390
377
391
378
:status:`indexCounters` now report actual counters that reflect index
392
379
use and state. In previous versions, these data were sampled. See
393
380
:issue:`SERVER-5784` and :status:`indexCounters` for more information.
394
381
382
+ Padding Specifiable on ``compact`` Command
383
+ ``````````````````````````````````````````
384
+
385
+ :issue:`SERVER-4018`
386
+
387
+ .. TODO fix documentation and link
388
+
395
389
Replication
396
390
~~~~~~~~~~~
397
391
0 commit comments