From 805391bfaa20a4ea8fc7cde18eb39b007bde5f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 18 Aug 2016 01:31:22 +0200 Subject: [PATCH] doc: update supported platforms PR-URL: https://github.com/libuv/libuv/pull/1001 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig --- SUPPORTED_PLATFORMS.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/SUPPORTED_PLATFORMS.md b/SUPPORTED_PLATFORMS.md index bff1050d..242aa8d2 100644 --- a/SUPPORTED_PLATFORMS.md +++ b/SUPPORTED_PLATFORMS.md @@ -3,21 +3,16 @@ | System | Support type | Supported versions | Notes | |---|---|---|---| | GNU/Linux | Tier 1 | Linux >= 2.6.18 with glibc >= 2.5 | | -| macOS | Tier 1 | macOS >= 10.7 | | -| Windows | Tier 1 | Windows >= XP SP1 | MSVC 2008 and later are supported | -| FreeBSD | Tier 1 | >= 9 (see note) | | +| macOS | Tier 1 | macOS >= 10.9 | | +| Windows | Tier 1 | Windows >= Vista | MSVC 2015 and later are supported | +| FreeBSD | Tier 1 | >= 10 | | | AIX | Tier 2 | >= 6 | Maintainers: @libuv/aix | | z/OS | Tier 2 | >= V2R2 | Maintainers: @libuv/zos | | Linux with musl | Tier 2 | musl >= 1.0 | | | SunOS | Tier 2 | Solaris 121 and later | Maintainers: @libuv/sunos | -| MinGW | Tier 3 | MinGW32 and MinGW-w64 | | +| MinGW | Tier 3 | MinGW-w64 | | | Other | Tier 3 | N/A | | -#### Note on FreeBSD 9 - -While FreeBSD is supported as Tier 1, FreeBSD 9 will get Tier 2 support until -it reaches end of life, in December 2016. - ## Support types * **Tier 1**: Officially supported and tested with CI. Any contributed patch