From 2982e872694eebceaecd4b15f4c7d869faff911f Mon Sep 17 00:00:00 2001 From: Heikki Hannikainen Date: Sun, 5 Sep 2021 21:11:16 +0300 Subject: [PATCH] doc: Update supported Debian versions, remove some Windows references --- doc/BUILDING.md | 1 + doc/INSTALLING.md | 11 +++-------- doc/README.md | 8 -------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/doc/BUILDING.md b/doc/BUILDING.md index 60fd65c..6bb43f6 100644 --- a/doc/BUILDING.md +++ b/doc/BUILDING.md @@ -12,6 +12,7 @@ aprsc has been built and tested on: * Ubuntu LTS (18.04, 20.04): x86_64 * Debian 9.0, "stretch": i386 and x86_64 * Debian 10.0, "buster": i386 and x86_64 +* Debian 11.0, "bullseye": i386 and x86_64 * Mac OS X 10.8 (Snow Leopard): x86 * FreeBSD 8.2 and 9.0 on amd64, 7.2 on i386 * Solaris 11 (SunOS 5.11 11.0 i86pc i386) diff --git a/doc/INSTALLING.md b/doc/INSTALLING.md index 44bd6a0..1f06738 100644 --- a/doc/INSTALLING.md +++ b/doc/INSTALLING.md @@ -4,8 +4,9 @@ Installing aprsc aprsc is "officially" "supported" on the following platforms: -* Debian stable (10.0, "buster"): i386, x86_64 -* Debian oldstable (9.0, "stretch"): i386, x86_64 +* Debian stable (11.0, "bullseye"): i386, x86_64 +* Debian oldstable (10.0, "buster"): i386, x86_64 +* Debian oldoldstable (9.0, "stretch"): i386, x86_64 * Ubuntu LTS (18.04, 20.04): i386 and x86_64 * CentOS 7: x86_64 @@ -209,9 +210,3 @@ After startup, look at the log file for startup messages, watch out for any warnings or errors. -Windows ----------- - -There is a beta-level build of aprsc for Windows. Please refer to the -[WINDOWS](WINDOWS.html) document for installation instructions. - diff --git a/doc/README.md b/doc/README.md index 3a1997f..6a9fe77 100644 --- a/doc/README.md +++ b/doc/README.md @@ -19,14 +19,6 @@ now, new major versions come out rarely, but smaller bugs get fixed at times. -A word of caution for Windows users -------------------------------------- - -The Windows version of aprsc is very new, it has only been tested on a -couple of servers, so it is more likely to contain interesting "features" -than the Linux / Unix builds. - - Features (and lack of) -------------------------