Skip to content

Commit 4e61013

Browse files
committed
doc: update supported linux/glibc baseline
Now that RHEL/CentOS 5 is end-of-life, update the baseline from linux >= 2.6.18 + glibc >= 2.5 to linux >= 2.6.32 + glibc >= 2.12. PR-URL: libuv#1324 Refs: nodejs/node#12672 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
1 parent d59d6e6 commit 4e61013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SUPPORTED_PLATFORMS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| System | Support type | Supported versions | Notes |
44
|---|---|---|---|
5-
| GNU/Linux | Tier 1 | Linux >= 2.6.18 with glibc >= 2.5 | |
5+
| GNU/Linux | Tier 1 | Linux >= 2.6.32 with glibc >= 2.12 | |
66
| macOS | Tier 1 | macOS >= 10.7 | |
77
| Windows | Tier 1 | Windows >= XP SP1 | MSVC 2008 and later are supported |
88
| FreeBSD | Tier 1 | >= 9 (see note) | |

0 commit comments

Comments
 (0)