From 0ceade3027420be9683a9b131c7f0e9a08670dc6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 6 Jun 2020 15:16:13 +0200 Subject: [PATCH] linux binaries are built on Debian 8 "Jessie", fixes #3761 --- docs/changes.rst | 3 ++- docs/installation.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index bb12b87d6..71e041939 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -264,7 +264,8 @@ Other changes: improve macOS builds. - tests: test_delete_force: avoid sporadic test setup issues, #5196 - misc. vagrant fixes -- new vagrant box, the binary for macOS is built on 10.12 now +- the binary for macOS is now built on macOS 10.12 +- the binaries for Linux are now built on Debian 8 "Jessie", #3761 - docs: - PlaceholderError not printed as JSON, #4073 diff --git a/docs/installation.rst b/docs/installation.rst index 4f2348822..fe7f13c8b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -92,7 +92,7 @@ Standalone Binary |project_name| x86/x64 amd/intel compatible binaries (generated with `pyinstaller`_) are available on the releases_ page for the following platforms: -* **Linux**: glibc >= 2.13 (ok for most supported Linux releases). +* **Linux**: glibc >= 2.19 (ok for most supported Linux releases). Older glibc releases are untested and may not work. * **Mac OS X**: 10.12 (unknown whether it works for older releases) * **FreeBSD**: 10.3 (unknown whether it works for older releases)