From e06dffa3f454f338bbd0a1bb01ce55ef7bcdcae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 23 Dec 2019 14:15:40 +0000 Subject: [PATCH] docs: expand macOS platform support coverage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We initially claimed to only support the most recent macOS release, which is currently 10.15. Our Travis CI, however, is validating 10.14.4 / XCode 10.3. For almost all of our other platforms, we support multiple releases to some degree. This change brings macOS in line with other long life distros, covering the most recent & most recent but one for a 2 year overlap. With this docs change our CI is now actually testing our minimum version. Reviewed-by: Fabiano FidĂȘncio Signed-off-by: Daniel P. BerrangĂ© --- docs/platforms.html.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/platforms.html.in b/docs/platforms.html.in index a037074e1f..5c90f1dd7a 100644 --- a/docs/platforms.html.in +++ b/docs/platforms.html.in @@ -74,8 +74,17 @@

macOS

- The project supports building with the current version of macOS, - with the current homebrew package set available. + The project aims to support the most recent major version + at all times. Support for the previous major version will + be dropped 2 years after the new major version is released. +

+ +

+ Note that to compile libvirt will require extra packages + to be made available on the macOS host. It is recommended + to use HomeBrew since this + is what libvirt CI tests with, however, MacPorts + is an alternative option that is likely to work.

FreeBSD