Update FAQ with respect to supported operating system versions. Fixed typo.
[privoxy.git] / doc / source / supported.sgml
1 <!--
2  File        :  doc/source/supported.sgml
3
4  Purpose     :  Entity included in other project documents.
5
6  Copyright (C) 2001-2018 Privoxy Developers https://www.privoxy.org/
7  See LICENSE.
8
9  ======================================================================
10   This file used for inclusion with other documents only.
11  ======================================================================
12
13  If you make changes to this file, please verify the finished
14  docs all display as intended.
15
16  This file is included into:
17
18   user-manual
19   faq
20   newfeatures
21   announce
22
23 -->
24 <para>
25  At present, <application>Privoxy</application> is known to run on
26  Windows 95 and later versions (98, ME, 2000, XP, Vista, Windows 7, Windows 10,
27  Windows 11 etc.),
28  GNU/Linux (RedHat, SuSE, Debian, Fedora, Gentoo, Slackware and others),
29  Mac OS X (10.4 and upwards on PPC and Intel processors),
30  Haiku,
31  DragonFly, ElectroBSD, FreeBSD, NetBSD, OpenBSD,
32  Solaris,
33  and various other flavors of Unix.
34 </para>
35
36 <para>
37  The binaries provided by members of the Privoxy team have the following
38  testing platforms, earliest supported OS versions and processor architectures. Be aware that down-level versions of Privoxy contain known security issues. <emphasis>It is preferable to build the latest code to target earlier OS releases than use an earlier Privoxy release</emphasis>:
39
40  <table frame='all'><title>Operating system support for binaries provided by Privoxy team members</title>
41  <tgroup cols='5' align='left' colsep='1' rowsep='1'>
42  <thead>
43  <row>
44   <entry>Operating System</entry>
45   <entry>Privoxy Release</entry>
46   <entry>Testing Platforms</entry>
47   <entry>Earliest OS Version Supported</entry>
48   <entry>Processor Architectures</entry>
49  </row>
50  </thead>
51  <tbody>
52  <row>
53   <entry>Windows</entry>
54   <entry>3.0.33</entry>
55   <entry>Windows 10</entry>
56   <entry>Windows Vista</entry>
57   <entry>Intel 32 and 64 bit</entry>
58  </row>
59  <row>
60   <entry> </entry>
61   <entry>3.0.32</entry>
62   <entry>Windows 10</entry>
63   <entry>Windows XP</entry>
64   <entry>Intel 32 and 64 bit</entry>
65  </row>
66  <row>
67   <entry>macOS</entry>
68   <entry>3.0.33</entry>
69   <entry>El Capitan (10.11.6)</entry>
70   <entry>Snow Leopard (10.6.1)</entry>
71   <entry>Intel 64 bit</entry>
72  </row>
73  <row>
74   <entry> </entry>
75   <entry>3.0.26</entry>
76   <entry>El Capitan (10.11.6), Tiger (10.4.1) PPC</entry>
77   <entry>Tiger (10.4.1)</entry>
78   <entry>Intel 32 & 64 bit, PowerPC</entry>
79  </row>
80  </tbody>
81  </tgroup>
82  </table>
83 </para>
84
85 <![%p-supp-userman;[
86 <para>
87  Any operating system that runs TCP/IP, can conceivably take advantage of
88  <application>Privoxy</application> in a networked situation where
89  <application>Privoxy</application> would run as a server on a LAN gateway.
90  Then only the <quote>gateway</quote> needs to be running one of the above
91  operating systems.
92 </para>
93
94 <para>
95  Source code is freely available, so porting to other operating systems
96  is always a possibility, as is compiling for older versions of supported
97  operating systems.
98 </para>
99 ]]>