From: Amos Jeffries Date: Sat, 18 Sep 2010 12:55:12 +0000 (-0600) Subject: Release notes updates X-Git-Tag: take1~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9c250bf1362f095a03bc695ba97cfe8dcc7e1bd;p=thirdparty%2Fsquid.git Release notes updates --- diff --git a/acinclude/squid-util.m4 b/acinclude/squid-util.m4 index 260d20b8be..87d3fb0254 100644 --- a/acinclude/squid-util.m4 +++ b/acinclude/squid-util.m4 @@ -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]),[ diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 597fe8868e..85f5f2ed34 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -447,24 +447,27 @@ This section gives an account of those changes in three categories: --enable-auth-basic[=HELPERS]

Specified without any parameters all helpers will be auto-built. -

With an explicit empty list ="" protocol suport will be built but no helpers. +

With an explicit empty list ="" protocol support will be built but no helpers.

With an explicit list protocol support and just those helpers will be built. --enable-auth-digest[=HELPERS]

Specified without any parameters all helpers will be auto-built. -

With an explicit empty list ="" protocol suport will be built but no helpers. +

With an explicit empty list ="" protocol support will be built but no helpers.

With an explicit list protocol support and just those helpers will be built. --enable-auth-negotiate

Specified without any parameters all helpers will be auto-built. -

With an explicit empty list ="" protocol suport will be built but no helpers. +

With an explicit empty list ="" protocol support will be built but no helpers.

With an explicit list protocol support and just those helpers will be built. --enable-auth-ntlm

Specified without any parameters all helpers will be auto-built. -

With an explicit empty list ="" protocol suport will be built but no helpers. +

With an explicit empty list ="" protocol support will be built but no helpers.

With an explicit list protocol support and just those helpers will be built. + --enable-build-info +

Add an additional string in the output of "squid -v". + --enable-eui

Enable Support for handling EUI operations. This includes ARP lookups for MAC (EUI-48) addresses and the ACL arp type tests.