Skip to content

Commit eeb6ea3

Browse files
author
Sam Kleinman
committed
DOCS-290 release notes additions
1 parent 57513d7 commit eeb6ea3

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

source/release-notes/2.2.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,16 @@ Windows Specific Changes
260260
Windows XP is Not Supported
261261
```````````````````````````
262262

263-
:issue:`SERVER-5648`
263+
As of 2.2, MongoDB does not support Windows XP. Please upgrade to a
264+
more recent version of Windows to use the latest releases of
265+
MongoDB. See :issue:`SERVER-5648` for more information.
264266

265267
Service Support for ``mongos.exe``
266268
``````````````````````````````````
267269

268270
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+
Service. See the :doc:`/reference/mongos.exe` reference and
272+
:ref:`tutorial-mongod-as-windows-service` for more information.
271273

272274
:issue:`SERVER-1589`
273275

@@ -284,7 +286,12 @@ Page Fault Detection
284286
New Build Using SlimReadWrite Locks for Windows Concurrency
285287
```````````````````````````````````````````````````````````
286288

287-
:issue:`SERVER-3844`
289+
Labeled "2008+" on the `Downloads Page`_, this build for 64-bit
290+
versions of Windows Server 2008 R2, Windows 7 or newer, offers
291+
increased performance for over the standard 64 bit Windows build of
292+
MongoDB. See :issue:`SERVER-3844` for more information.
293+
294+
.. _`Downloads Page`: http://www.mongodb.org/downloads
288295

289296
Tool Improvements
290297
~~~~~~~~~~~~~~~~~

source/tutorial/install-mongodb-on-windows.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There are three builds of MongoDB for Windows:
3333
Windows Server 2008 R2, Windows 7 64-bit, or newer versions of
3434
Windows. This build contains additional enhancements that are only
3535
available on these platforms.
36-
36+
3737
- MongoDB for Windows 64-bit runs on any 64-bit version of Windows
3838
newer than Windows XP, including Windows Server 2008 R2 and Windows
3939
7 64-bit.
@@ -189,16 +189,18 @@ insert a record in the ``test`` :term:`collection` of the default
189189
Language Center <CSharp+Language+Center>` wiki page for more
190190
information.
191191

192+
.. _tutorial-mongod-as-windows-service:
193+
192194
MongoDB as a Windows Service
193195
----------------------------
194196

195-
.. versionadded:: 2.0
197+
.. versionadded:: 2.0
196198

197199
Setup MongoDB as a :guilabel:`Windows Service`, so that the database
198200
will start automatically following each reboot cycle.
199201

200-
.. note::
201-
202+
.. note::
203+
202204
:program:`mongod.exe` added support for running as a Windows
203205
service in version 2.0, and :program:`mongos.exe` added support for
204206
running as a Windows Service in version 2.1.1.
@@ -248,12 +250,12 @@ Run all of the following commands in :guilabel:`Command Shell` with
248250
C:\mongodb\bin\mongod.exe --config C:\mongodb\mongod.cfg --install
249251

250252
Modify the path to the ``mongod.cfg`` file as needed. For the
251-
``--install`` option to succeed, you *must* specify a
252-
:setting:`logpath` setting or the :option:`--logpath <mongod --logpath>`
253+
``--install`` option to succeed, you *must* specify a
254+
:setting:`logpath` setting or the :option:`--logpath <mongod --logpath>`
253255
run-time option.
254256

255257
.. TODO fix --install link once mongod.exe manual page exists.
256-
258+
257259
#. To run the MongoDB Service:
258260

259261
.. code-block:: powershell

0 commit comments

Comments
 (0)