------------------------------------------------------------ revno: 13395 revision-id: squid3@treenet.co.nz-20140504153446-hqd0heeukooeetof parent: squid3@treenet.co.nz-20140503182214-rvqvg86mx3ky1poz committer: Amos Jeffries branch nick: trunk timestamp: Sun 2014-05-04 08:34:46 -0700 message: Release Notes 3.5 ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20140504153446-hqd0heeukooeetof # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: cbf3f454188bd7ab046ea583bfb2eb0a85a63b0b # timestamp: 2014-05-04 15:53:44 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: squid3@treenet.co.nz-20140503182214-\ # rvqvg86mx3ky1poz # # Begin patch === modified file 'doc/release-notes/release-3.5.sgml' --- doc/release-notes/release-3.5.sgml 2014-05-03 18:22:14 +0000 +++ doc/release-notes/release-3.5.sgml 2014-05-04 15:34:46 +0000 @@ -122,9 +122,9 @@

When Squid is built with the GnuTLS encryption library the tool is able to open TLS (or SSL/3.0) connections to servers. -

The --https option enables TLS using default values. +

The --https option enables TLS using default values. -

The --cert option specifies a fiel containing X.509 client +

The --cert option specifies a file containing X.509 client certificate and private key in PEM format to be loaded for use. Multiple certificates are supported and the option may be used multiple times to load certificates. @@ -171,6 +171,9 @@ acl whitelist dstdomain parameters("/etc/squid/whitelist.txt") +

The squid.conf macro ${service_name} is added to provide the service name + of the process parsing the config. +

There have also been changes to individual directives in the config file. This section gives a thorough account of those changes in three categories: @@ -204,10 +207,10 @@

New directive to send additional lookup parameters to the configured Store-ID helper program. It takes a string which may contain logformat %macros.

The Store-ID helper input format is now: - + [channel-ID] url [extras] - -

The default value for extras is: "%>a/%>A %un %>rm myip=%la myport=%lp" + +

The default value for extras is: "%>a/%>A %un %>rm myip=%la myport=%lp" store_miss

New configuration directive to enable/disable caching of MISS responses. @@ -218,9 +221,9 @@ URL-rewriter/redirector helper program. It takes a string which may contain logformat %macros.

The url rewrite and redirector helper input format is now: - + [channel-ID] url [extras] - +

The default value for extras is: "%>a/%>A %un %>rm myip=%la myport=%lp" @@ -257,7 +260,7 @@ same keep-alive critera any HTTP connection is checked for. forward_max_tries -

Default value increased to 25 destinations/em> to allow better +

Default value increased to 25 destinations to allow better contact and IPv4 failover with domains using long lists of IPv6 addresses. @@ -272,6 +275,10 @@

protocol= option altered to accept protocol version details. Currently supported values are: HTTP, HTTP/1.1, HTTPS, HTTPS/1.1 + https_port +

protocol= option altered to accept protocol version details. + Currently supported values are: HTTP, HTTP/1.1, HTTPS, HTTPS/1.1 + logformat

New format code %credentials to log the client credentials token. @@ -349,6 +356,10 @@ --enable-ssl

Removed. Use --with-openssl to enable OpenSSL library support. + --with-coss-membuf-size +

The COSS cache type has been removed. + It has been replaced by rock cache type. + === modified file 'src/cf.data.pre' --- src/cf.data.pre 2014-04-30 10:50:09 +0000 +++ src/cf.data.pre 2014-05-04 15:34:46 +0000 @@ -360,8 +360,8 @@ "program" cmdline Specify the command for the external authenticator. Such a program - reads a request_format line ("username password" by default) and - replies with one of three results: + reads a request line ("username password" by default) and replies + with one of three results: OK the user exists.