From: Amos Jeffries Date: Tue, 29 Sep 2009 13:16:30 +0000 (+1300) Subject: Helpers: add release notes section X-Git-Tag: SQUID_3_2_0_1~684 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5269a11d91c965e14f3785a490522e56c6d32f7;p=thirdparty%2Fsquid.git Helpers: add release notes section --- diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index cf35b4af4c..163e9a7c74 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -36,12 +36,53 @@ Squid 3.2 represents a new feature release above 3.1. The most important of these new features are: + Helper Name Changes Multi-Lingual manuals Solaris 10 pthreads Support (Experimental) Most user-facing changes are reflected in squid.conf (see below). +Helper Name Changes + +

To improve the understanding of what each helper does and where it should be used the helper binaries + which are bundled with Squid have undergone a naming change in this release. + +

Below is a list of the old helper names and what their names have changed to. + +Basic Authentication protocol helpers + + squid_db_auth - basic_db_auth - Retrieve authentication details from a simple SQL database table. + + +Digest Authentication protocol helpers + + (none yet converted) + + +External ACL helpers + + (none yet converted) + + +Negotiate Authentication protocol helpers + + (none yet converted) + + +NTLM Authentication protocol helpers + + ntlm_auth - ntlm_smb_lm_auth - Perform SMB LanManager domain-less authentication over NTLM protocol. + + +URL re-write helpers +

This group of helpers have been bundled to demonstrate how to code URL re-writers: + + + url_fake_rewrite - Accept various url_rewrite details and log the input. + + + Multi-Lingual manuals

The man(8) and man(1) pages bundled with Squid are now provided online for all