From 9bb1bbbac9faa2e676082e0c9349ef6ebc166095 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 31 Jan 2014 09:50:44 -0500 Subject: [PATCH 1/3] bump minimum supported OS X version to 10.7 Closes #11927 Closes #10842 Closes #2024 --- README.md | 2 +- doc/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207daa61155ab..251f68be3d804 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Snapshot binaries are currently built and tested on several platforms: * Windows (7, Server 2008 R2), x86 only * Linux (various distributions), x86 and x86-64 -* OSX 10.6 ("Snow Leopard") or greater, x86 and x86-64 +* OSX 10.7 (Lion) or greater, x86 and x86-64 You may find that other platforms work, but these are our officially supported build environments that are most likely to work. diff --git a/doc/tutorial.md b/doc/tutorial.md index 9304badb1c6e6..c025f28af555f 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -74,7 +74,7 @@ Snapshot binaries are currently built and tested on several platforms: * Windows (7, Server 2008 R2), x86 only * Linux (various distributions), x86 and x86-64 -* OSX 10.6 ("Snow Leopard") or greater, x86 and x86-64 +* OSX 10.7 (Lion) or greater, x86 and x86-64 You may find that other platforms work, but these are our "tier 1" supported build environments that are most likely to work. From 3dd03444c0f677d3a3df2022137e4f4cb7ee9d27 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 31 Jan 2014 09:53:17 -0500 Subject: [PATCH 2/3] mark Windows 8 as supported --- README.md | 2 +- doc/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 251f68be3d804..224593eb9152f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ fetch snapshots, and an OS that can execute the available snapshot binaries. Snapshot binaries are currently built and tested on several platforms: -* Windows (7, Server 2008 R2), x86 only +* Windows (7, 8, Server 2008 R2), x86 only * Linux (various distributions), x86 and x86-64 * OSX 10.7 (Lion) or greater, x86 and x86-64 diff --git a/doc/tutorial.md b/doc/tutorial.md index c025f28af555f..de27c9becb0d1 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -72,7 +72,7 @@ from the Internet on our supported platforms. Snapshot binaries are currently built and tested on several platforms: -* Windows (7, Server 2008 R2), x86 only +* Windows (7, 8, Server 2008 R2), x86 only * Linux (various distributions), x86 and x86-64 * OSX 10.7 (Lion) or greater, x86 and x86-64 From de8840b1dceb2b615d5bb711a23f83001e40c3e9 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 31 Jan 2014 09:58:00 -0500 Subject: [PATCH 3/3] mark the minimum supported Linux kernel version This is just taken from the binary itself. It would be nice to mark the minimum glibc version too, and the corresponding RHEL/CentOS version. --- README.md | 2 +- doc/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 224593eb9152f..6fa264a99d1c1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ fetch snapshots, and an OS that can execute the available snapshot binaries. Snapshot binaries are currently built and tested on several platforms: * Windows (7, 8, Server 2008 R2), x86 only -* Linux (various distributions), x86 and x86-64 +* Linux (2.6.18 or later, various distributions), x86 and x86-64 * OSX 10.7 (Lion) or greater, x86 and x86-64 You may find that other platforms work, but these are our officially diff --git a/doc/tutorial.md b/doc/tutorial.md index de27c9becb0d1..f01d9f01a7fe6 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -73,7 +73,7 @@ from the Internet on our supported platforms. Snapshot binaries are currently built and tested on several platforms: * Windows (7, 8, Server 2008 R2), x86 only -* Linux (various distributions), x86 and x86-64 +* Linux (2.6.18 or later, various distributions), x86 and x86-64 * OSX 10.7 (Lion) or greater, x86 and x86-64 You may find that other platforms work, but these are our "tier 1"