From 07a308ccfa0df3f2a9963fa5bbe5ff207490c654 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 26 May 2010 15:55:41 +1200 Subject: [PATCH] Updated documentation --- doc/release-notes/release-3.1.html | 14 +++++++------- doc/release-notes/release-3.1.sgml | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/release-notes/release-3.1.html b/doc/release-notes/release-3.1.html index 6135271442..c0a6a53bb1 100644 --- a/doc/release-notes/release-3.1.html +++ b/doc/release-notes/release-3.1.html @@ -1,7 +1,7 @@ - + Squid 3.1.3 release notes @@ -1562,11 +1562,6 @@ proxies.

Disable error page localization for visitors.

error_directory option is required if this option is used.

-
--disable-caps
-

Build without libcap support. The default is to auto-detect system capabilities -and enable support when possible.

-

NOTE: Disabling this or building without libcap support will break TPROXY support.

-
--disable-ipv6

Build without IPv6 support. The default is to auto-detect system capabilities and build with IPv6 when possible.

@@ -1582,7 +1577,7 @@ Please do not use lightly, and please report the build issues which make it need to the squid developers before doing so.

--disable-translation
-

Prevent Squid generating localized error page templates and manuals. +

Prevent Squid generating localized error page templates and manuals when built. Which is usually tried, but may not be needed.

This is an optimization for building fast when localization is not needed or localization tools are not available.

@@ -1624,6 +1619,11 @@ see the IPv6 details above for a better description.

Absolute path to po2html executable. Default is to automatically detect the binary.

+
--without-libcap
+

Build without libcap support. The default is to auto-detect system capabilities +and enable support when possible.

+

NOTE: Disabling this or building without libcap support will break TPROXY support.

+

diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index d331f39618..e3831fedd7 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -1365,11 +1365,6 @@ This section gives an account of those changes in three categories:

Disable error page localization for visitors.

error_directory option is required if this option is used. - --disable-caps -

Build without libcap support. The default is to auto-detect system capabilities - and enable support when possible. -

NOTE: Disabling this or building without libcap support will break TPROXY support. - --disable-ipv6

Build without IPv6 support. The default is to auto-detect system capabilities and build with IPv6 when possible. @@ -1385,7 +1380,7 @@ This section gives an account of those changes in three categories: to the squid developers before doing so. --disable-translation -

Prevent Squid generating localized error page templates and manuals. +

Prevent Squid generating localized error page templates and manuals when built. Which is usually tried, but may not be needed.

This is an optimization for building fast when localization is not needed or localization tools are not available. @@ -1427,6 +1422,11 @@ This section gives an account of those changes in three categories:

Absolute path to po2html executable. Default is to automatically detect the binary. + --without-libcap +

Build without libcap support. The default is to auto-detect system capabilities + and enable support when possible. +

NOTE: Disabling this or building without libcap support will break TPROXY support. + Changes to existing options