]> git.ipfire.org Git - thirdparty/squid.git/blame - ChangeLog
Call testheaders.sh with locally detected shell.
[thirdparty/squid.git] / ChangeLog
CommitLineData
70c5dfb2 1Changes to squid-3.HEAD (current):
2
3 - IPv6 (Internet Protocol version 6) support
4 - ICMPv6 (Internet Control Message Protocol version 6) support
5 - FTP agent now supports EPRT command
6 - DNS internal resolver now supports AAAA and CNAME records
7 - SNMP peer and client tables now support IPv6
8 - SNMP peer table supports named peers with multiple entries per IP
4aa8e49c 9 - SslBump: Squid-in-the-middle decryption and encryption of straight
10 CONNECT and transparently redirected SSL traffic, using configurable
11 client- and server-side certificates. While decrypted, the traffic
12 can be expected using ICAP.
70c5dfb2 13
284237d4 14Changes to squid-3.0.STABLE1 (13 Dec 2007):
3ff01c3e 15
16 - Major rewrite translating the code to C++, originally based on
17 Squid-2.5.STABLE1
18 - Internal client streams concept for content adaptation
19 - ICAP (Internet Content Adaptation Protocol) client support
20 - ESI (Edge Side Includes) support added
284237d4 21 - Improved support for files larger than 2GB.
3ff01c3e 22 - And a lot more. Most features from Squid-2.6 is supported, but not
23 all. See the release notes for details.
24
25Older ChangeLog follows. The sections relating to Squid-2.6 is not entirely
26authorative for this release and mirrored here for reference only.
b3995439 27
467c94d1 28 - CARP now plays well with the other peering algorithms,
29 and support for CARP peerings is compiled by default. Can be
30 disabled by --disable-carp
1741cbad 31 - Configuration file can be read from an external program
32 or preprocessor. See squid.8 man page.
52f772de 33 - http_port is now optional, allowing for SSL only operation
4ca261f2 34 - Satellite and other high latency peering relations enhancements
35 (Robert Cohren)
a9245686 36 - Nuked num32 types, and made type detection more robust by the
37 use of typedefs rather than #defines.
b5fb34f1 38 - the mailto links on Squid's ERR pages now contain data about the
39 occurred error by default, so that the email will contain this data in
40 its body. This feature can be disabled via the email_err_data directive.
41