From ad636f54e6d3d916e00a0ac7d146fdffc71cdfef Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Mon, 10 Sep 2012 11:53:21 -0400 Subject: [PATCH 1/2] adding note about 2.2 not supporting windows XP anymore. --- source/tutorial/install-mongodb-on-windows.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index 36995c43fb9..981a3df22c7 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -39,6 +39,10 @@ There are three builds of MongoDB for Windows: newer than Windows XP. 32-bit versions of MongoDB are only intended for older systems and for use in testing and development systems. +.. versionchanged:: 2.2 + MongoDB does not support Windows XP. Please use a newer releases of + Windows such as Windows 7 to use newer versions of MongoDB. + .. note:: Always download the correct version of MongoDB for your From b5cc3e34c337e2ce98adb3447411eb07d418dc99 Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Mon, 10 Sep 2012 14:22:26 -0400 Subject: [PATCH 2/2] making windows support more concise. --- source/tutorial/install-mongodb-on-windows.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index 981a3df22c7..d28283ff822 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -40,8 +40,8 @@ There are three builds of MongoDB for Windows: for older systems and for use in testing and development systems. .. versionchanged:: 2.2 - MongoDB does not support Windows XP. Please use a newer releases of - Windows such as Windows 7 to use newer versions of MongoDB. + MongoDB does not support Windows XP. Please use a more recent version of + Windows to use the latest release of MongoDB. .. note::