]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Updated documentation
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 May 2010 03:55:41 +0000 (15:55 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 May 2010 03:55:41 +0000 (15:55 +1200)
doc/release-notes/release-3.1.html
doc/release-notes/release-3.1.sgml

index 613527144277ff581335ace82ed276d78e2fb4bd..c0a6a53bb11ce8c221b6ea5c6d4899cc8f94b37a 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <HTML>
 <HEAD>
- <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.65">
+ <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
  <TITLE>Squid 3.1.3 release notes</TITLE>
 </HEAD>
 <BODY>
@@ -1562,11 +1562,6 @@ proxies.</P>
 <P>Disable error page localization for visitors.</P>
 <P>error_directory option is required if this option is used.</P>
 
-<DT><B>--disable-caps</B><DD>
-<P>Build without libcap support. The default is to auto-detect system capabilities
-and enable support when possible.</P>
-<P>NOTE: Disabling this or building without libcap support will break TPROXY support.</P>
-
 <DT><B>--disable-ipv6</B><DD>
 <P>Build without IPv6 support. The default is to auto-detect system capabilities
 and build with IPv6 when possible.</P>
@@ -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.</P>
 
 <DT><B>--disable-translation</B><DD>
-<P>Prevent Squid generating localized error page templates and manuals.
+<P>Prevent Squid generating localized error page templates and manuals when built.
 Which is usually tried, but may not be needed.</P>
 <P>This is an optimization for building fast when localization is not needed
 or localization tools are not available.</P>
@@ -1624,6 +1619,11 @@ see the IPv6 details above for a better description.</P>
 <P>Absolute path to po2html executable.
 Default is to automatically detect the binary.</P>
 
+<DT><B>--without-libcap</B><DD>
+<P>Build without libcap support. The default is to auto-detect system capabilities
+and enable support when possible.</P>
+<P>NOTE: Disabling this or building without libcap support will break TPROXY support.</P>
+
 </DL>
 </P>
 
index d331f39618753eb871cfab6abd755eefb3a3c020..e3831fedd71c331da34b523d16274b353113b204 100644 (file)
@@ -1365,11 +1365,6 @@ This section gives an account of those changes in three categories:
        <p>Disable error page localization for visitors.
        <p>error_directory option is required if this option is used.
 
-       <tag>--disable-caps</tag>
-       <p>Build without libcap support. The default is to auto-detect system capabilities
-          and enable support when possible.
-       <p>NOTE: Disabling this or building without libcap support will break TPROXY support.
-
        <tag>--disable-ipv6</tag>
        <p>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.
 
        <tag>--disable-translation</tag>
-        <p>Prevent Squid generating localized error page templates and manuals.
+        <p>Prevent Squid generating localized error page templates and manuals when built.
            Which is usually tried, but may not be needed.
         <p>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:
        <p>Absolute path to po2html executable.
           Default is to automatically detect the binary.
 
+       <tag>--without-libcap</tag>
+       <p>Build without libcap support. The default is to auto-detect system capabilities
+          and enable support when possible.
+       <p>NOTE: Disabling this or building without libcap support will break TPROXY support.
+
 </descrip>
 
 <sect1>Changes to existing options<label id="modifiedoptions">