+
From: robertc <> Date: Sat, 31 Aug 2002 19:16:13 +0000 (+0000) Subject: release notes stuff from 2.5 X-Git-Tag: SQUID_3_0_PRE1~804 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a222a7e48f01c44aba8bb5ee00a7826624a10d89;p=thirdparty%2Fsquid.git release notes stuff from 2.5 --- diff --git a/Makefile.am b/Makefile.am index a04188816d..84668e9575 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # -# $Id: Makefile.am,v 1.12 2002/07/07 18:00:55 hno Exp $ +# $Id: Makefile.am,v 1.13 2002/08/31 13:16:13 robertc Exp $ # AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 @@ -20,6 +20,7 @@ dist-hook: rm -f $(distdir)/$$subdir/autoconf.h; \ fi; \ done + cp $(top_srcdir)/doc/release-notes/release-2.5.html $(distdir)/RELEASENOTES.html EXTRA_DIST = \ ChangeLog \ diff --git a/doc/release-notes/Makefile b/doc/release-notes/Makefile new file mode 100644 index 0000000000..ca7b89d16f --- /dev/null +++ b/doc/release-notes/Makefile @@ -0,0 +1,26 @@ +DOC = release-2.5 + +all: $(DOC).html $(DOC).ps + +$(DOC).ps: $(DOC).sgml + linuxdoc -B latex -o ps $(DOC) + +#$(DOC).dvi: $(DOC).tex +# latex $(DOC).tex +# latex $(DOC).tex +# latex $(DOC).tex +# + +$(DOC).txt: $(DOC).sgml + linuxdoc -B txt --filter $(DOC) + +$(DOC).html: $(DOC).sgml + linuxdoc -B html --split=0 $(DOC) + +$(DOC).man: $(DOC).sgml + linuxdoc -B txt -m $(DOC) + +clean: + rm -f *.html + rm -f $(DOC).tex $(DOC).ps $(DOC).dvi $(DOC).aux $(DOC).log $(DOC).toc + rm -f $(DOC).txt $(DOC).man diff --git a/doc/release-notes/release-2.5.html b/doc/release-notes/release-2.5.html new file mode 100644 index 0000000000..690563c794 --- /dev/null +++ b/doc/release-notes/release-2.5.html @@ -0,0 +1,125 @@ + + +
+ ++
+
Allows ip address specification.
+This is an option for use with SSL acceleration - it determines where squid listens for SSL requests.
+This is used to handle some bugs in browsers that don't fully support SSL.
+This has been removed - use the http_port line to specify ip address's.
+login= has been extended to allow pass through authentication, fixed password authentication and maximum connection limits.
+Directs squid to read in a set of name-address associations upon startup and reconfiguration.
+Removed. See auth_param.
+This replaces the authenticate_program directive. It allows configuration of multiple authentication helpers, one for each of the supported authentication schemes. Such schemes include "NTLM", "Digest (from RFC 2617)", and "Basic".
+This directive sets the garbage collection interval for the authentication cache.
+This directive configures the new external ACL Helper interface. VERY useful for authenticating by group membership - i.e. from an LDAP server or NT domain.
+The default for this is now 0 - unlimited.
+Now multiple size limits are allowed based on ACL lists.
+The default is now blank - users must uncomment the suggested default to use it. This allows the use of a blank refresh pattern if desired.
+Raised the default to 5 minutes.
+New directive - how long to wait after a reply is completed before closing the connection.
+New acl types +
Limit HTTP replies based on ACL's. This is complementary to http_access.
+These three directives allow marking of outbound connections at the IP level - i.e. for choosing routes based on the usercode.
+Allows mapping of requests onto specific outbound IP address's.
+Removed. See header_access.
+Allow granular filtering of HTTP headers.
+Replace specific headers with custom values.
+Now defaults to off for bandwidth management and access logging reasons.
+Enables a workaround for web servers that immediately expire Varied objects because they think squid is unable to handle Vary:.
+Give the OS a small amount of time to accomodate the fork+exec used to launch helpers - if squid has a lot of virtual memory allocated the OS may run out of virtual memory during helper spawning otherwise.
+
+