]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Release notes updates
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 18 Sep 2010 12:55:12 +0000 (06:55 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sat, 18 Sep 2010 12:55:12 +0000 (06:55 -0600)
acinclude/squid-util.m4
doc/release-notes/release-3.2.sgml

index 260d20b8bec5c0b8dd47091f929c719cd49c798a..87d3fb02541dec745c8b2d29c92dbf7623107c87 100644 (file)
@@ -183,7 +183,7 @@ fi
 AC_DEFUN([SQUID_EMBED_BUILD_INFO],[
   AC_ARG_ENABLE([build-info],
     AS_HELP_STRING([--enable-build-info="build info string"],
-      [Add an additional string in the output of "string -v".
+      [Add an additional string in the output of "squid -v".
        Default is not to add anything. If the string is not specified,
        tries to determine nick and revision number of the current 
        bazaar branch]),[
index 597fe8868e31b988cba4b9895408227b06861277..85f5f2ed34792285dde56d76f77817547b746073 100644 (file)
@@ -447,24 +447,27 @@ This section gives an account of those changes in three categories:
 <descrip>
        <tag>--enable-auth-basic[=HELPERS]</tag>
        <p>Specified without any parameters all helpers will be auto-built.
-       <p>With an explicit empty list <em>=""</em> protocol suport will be built but no helpers.
+       <p>With an explicit empty list <em>=""</em> protocol support will be built but no helpers.
        <p>With an explicit list protocol support and just those helpers will be built.
 
        <tag>--enable-auth-digest[=HELPERS]</tag>
        <p>Specified without any parameters all helpers will be auto-built.
-       <p>With an explicit empty list <em>=""</em> protocol suport will be built but no helpers.
+       <p>With an explicit empty list <em>=""</em> protocol support will be built but no helpers.
        <p>With an explicit list protocol support and just those helpers will be built.
 
        <tag>--enable-auth-negotiate</tag>
        <p>Specified without any parameters all helpers will be auto-built.
-       <p>With an explicit empty list <em>=""</em> protocol suport will be built but no helpers.
+       <p>With an explicit empty list <em>=""</em> protocol support will be built but no helpers.
        <p>With an explicit list protocol support and just those helpers will be built.
 
        <tag>--enable-auth-ntlm</tag>
        <p>Specified without any parameters all helpers will be auto-built.
-       <p>With an explicit empty list <em>=""</em> protocol suport will be built but no helpers.
+       <p>With an explicit empty list <em>=""</em> protocol support will be built but no helpers.
        <p>With an explicit list protocol support and just those helpers will be built.
 
+       <tag>--enable-build-info</tag>
+       <p>Add an additional string in the output of "squid -v".
+
        <tag>--enable-eui</tag>
        <p>Enable Support for handling EUI operations.
           This includes ARP lookups for MAC (EUI-48) addresses and the ACL arp type tests.