]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Helpers: add release notes section
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 29 Sep 2009 13:16:30 +0000 (02:16 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 29 Sep 2009 13:16:30 +0000 (02:16 +1300)
doc/release-notes/release-3.2.sgml

index cf35b4af4cb9e73bd5f6fc6e5b890c31aa8e6c49..163e9a7c7427c733ee2c0f8449f649bf3929891c 100644 (file)
@@ -36,12 +36,53 @@ Squid 3.2 represents a new feature release above 3.1.
 The most important of these new features are:
 
 <itemize>
+       <item>Helper Name Changes
        <item>Multi-Lingual manuals
        <item>Solaris 10 pthreads Support (Experimental)
 </itemize>
 
 Most user-facing changes are reflected in squid.conf (see below).
 
+<sect1>Helper Name Changes
+
+<p>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.
+
+<p>Below is a list of the old helper names and what their names have changed to.
+
+<sect2>Basic Authentication protocol helpers
+<itemize>
+       <item>squid_db_auth - basic_db_auth - Retrieve authentication details from a simple SQL database table.
+</itemize>
+
+<sect2>Digest Authentication protocol helpers
+<itemize>
+       <item>(none yet converted)
+</itemize>
+
+<sect2>External ACL helpers
+<itemize>
+       <item>(none yet converted)
+</itemize>
+
+<sect2>Negotiate Authentication protocol helpers
+<itemize>
+       <item>(none yet converted)
+</itemize>
+
+<sect2>NTLM Authentication protocol helpers
+<itemize>
+       <item>ntlm_auth - ntlm_smb_lm_auth - Perform SMB LanManager domain-less authentication over NTLM protocol.
+</itemize>
+
+<sect2>URL re-write helpers
+<p>This group of helpers have been bundled to demonstrate how to code URL re-writers:
+
+<itemize>
+       <item>url_fake_rewrite - Accept various url_rewrite details and log the input.
+</itemize>
+
+
 <sect1>Multi-Lingual manuals
 
 <p>The man(8) and man(1) pages bundled with Squid are now provided online for all