]> git.ipfire.org Git - thirdparty/squid.git/blob - ChangeLog
Redesign urlParse API
[thirdparty/squid.git] / ChangeLog
1 Changes to squid-4.0.20 (01 Jun 2017):
2
3 - Bug #4692: SslBump breaks intercepted IPv6 connections
4 - Bug #4682: ignoring http_access deny when client-first bumping mode is used
5 - Bug #4662: build errors with LibreSSL 2.4.4
6 - Bug #4659: sslproxy_foreign_intermediate_certs does not work
7 - Bug #4321: ssl_bump terminate does not terminate at step1
8 - Add 'has' ACL
9 - Do not forward HTTP requests to dead idle peers
10 - Do not unconditionally revive dead peers after a DNS refresh
11 - Make PID file check/creation atomic to avoid associated race conditions
12 - Count failures and use peer-specific connect timeouts when tunneling
13 - SSL-Bump: Fix crashes when server-first bumping mode is used with openSSL-1.1.0
14 - eCAP: Fix empty header handling in Ecap::HeaderRep::hasAny()
15 - SSL-Bump: Second adaptation missing for CONNECTs
16 - ext_session_acl: cope with new logformat inputs
17 - ... and some documentation updates
18 - ... and some code stability fixes
19 - ... and all fixes from 3.5.25
20
21 Changes to squid-4.0.19 (02 Apr 2017):
22
23 - Bug 4674: delay_parameters for class 3 and 4 assertion failed
24 - Bug 4671: GCC 7 compile errors
25 - Bug 4663: GCC 5+ compile errors with optimization level -O3
26 - Bug 4657: delay IDENT until after PROXY protocol handling
27 - Bug 4610: cleanup of BerkleyDB related checks
28 - squidclient: Fix missing error handling on PUT
29 - digest_ldap_auth: Add -r option to clamp the realm to a fixed value
30 - TLS: initial GnuTLS support for encrypted server connections
31 - Fix appending Http::HdrType::VIA code
32 - Fix URI scheme case-sensitivity treatment
33 - Fix two read-ahead problems related to delay pools (or lack thereof)
34 - Detail swapfile header inconsistencies
35 - ... and several build fixes
36 - ... and many code polishing updates
37 - ... and all fixes from 3.5.25
38
39 Changes to squid-4.0.18 (06 Feb 2017):
40
41 - Bug 4661: compile error 'warning: _XPG4_2 redefined' with GCC on Solaris 10
42 - Bug 4636: assertion 'byteCount > 0 && byteCount <= inBuf.length()'
43 - Bug 4610 partial: compile errors on Solaris 11.3 with Oracle Studio 12.5
44 - Bug 4599: support OpenSSL 1.1
45 - squidclient: link GnuTLS library debugs to -v level display
46 - Fix GCC6: unused local variable 'weInitiatedThisClosure'
47 - ... and some code polishing
48 - ... and some copyright updates
49 - ... and all fixes from 3.5.24
50
51 Changes to squid-4.0.17 (16 Dec 2016):
52
53 - Bug 4630: user credentials cache cleanup not re-scheduled
54 - Bug 4610 partial: compile errors on Solaris 11.3 with Oracle Studio 12.5
55 - Bug 4599 partial: initial support for OpenSSL v1.1
56 - TLS: Support tunneling of bumped non-HTTP traffic
57 - ... and many code polishing and performance updates
58 - ... and some documentation updates
59 - ... and some fixes from 3.5.23
60
61 Changes to squid-4.0.16 (30 Oct 2016):
62
63 - Avoid segfaults when lacking the server name for certificate validator
64 - HTTP: initial support for Cache-Control:immutable
65 - Fix ssl::server_name ACL
66 - ... and many code polishing updates
67 - ... and some fixes from 3.5.23
68
69 Changes to squid-4.0.15 (09 Oct 2016):
70
71 - Regression fix crash on reconfigure with TOS/DiffServ/MARK configured
72 - Bug 4610: compile errors on Solaris 11.3 with Oracle Studio 12.5
73 - Bug 4581: Secure ICAP segfault in checkForMissingCertificates
74 - Bug 4578: changes required to install squid.service
75 - Fix crash on shutdown while cleaning up idle ICAP connections
76 - Fix memory leak of Downloader-related objects
77 - HTTP/1.1: handle syntactically valid requests with unsupported HTTP versions
78 - Log TCP client port for error:transaction-end-before-headers and such
79 - ... and many portability and build fixes
80 - ... and some documentation updates
81 - ... and all fixes from 3.5.22
82
83 Changes to squid-4.0.14 (08 Sep 2016):
84
85 - Regression Bug 4570: crash after rev.14755
86 - Regression Bug 4561: Replace use of default move operators with explicit implementation
87 - Bug 4503: Do not access-log SslBump-faked CONNECTs with _ABORTED suffixes
88 - Bug 4404: Do not access-log chunked non-persistent responses with _ABORTED suffix
89 - Fix crashes on shutdown while cleaning up idle ICAP connections
90 - Fix logformat unable to configure codes with /-escape
91 - HTTP: MUST respond with 414 (URI Too Long) when request-target exceeds limits
92 - HTTP: validate Content-Length header values
93 - Make Squid death due to overloaded helpers optional
94 - Better support for unknown URL schemes
95 - Do not log error:transaction-end-before-headers after invalid requests
96 - ... and many portability and build fixes
97 - ... and some documentation updates
98 - ... and all fixes from 3.5.21
99
100 Changes to squid-4.0.13 (05 Aug 2016):
101
102 - Regression Bug 4540: revert r14720 buffer update
103 - Bug 4555: Minor improvements to error pages CSS
104 - Bug 4551: fix exceptions in new chunked decoder
105 - Bug 4311: support collapse for internal revalidation requests (SMP-unaware caches)
106 - Fix Certificate Validator buffer-overflow crashes Squid
107 - Fix some failed transactions not being logged
108 - Fix segfault via Ftp::Client::readControlReply().
109 - basic_db_auth: add support for unsalted SHA1 passwords
110 - kerberos_ldap_group: add support for SSL/TLS connection to an LDAP server
111 - TLS: Add missing 'tls' option for cache_peer
112 - TLS: Do not hang when 'connector' fails
113 - TLS: Add support for fetching missing certificates
114 - Remove XSTD_USE_LIBLTDL, which has not been needed in a long while
115 - ... and many code polishing updates
116 - ... and some documentation updates
117
118 Changes to squid-4.0.12 (01 Jul 2016):
119
120 - Regression Fix: shell issues with require_smblib definition
121 - Regression Bug 4532: pid_filename not working as documented
122 - Regression Bug 4504: Too many WARNING: Ignoring error setting CA certificate locations
123 - Bug 4516: security_file_certgen man page update
124 - Bug 4446: undefined reference to 'libecap::Name::Name'
125 - Bug 4376: clang cannot build Squid eCAP code
126 - HTTP/1.1: Update all stored headers on 304 revalidation
127 - TLS: Authority Key Identifier certificate extension
128 - Add a script to find kid-specific cache.log lines
129 - Cleanup cppunit detection and use
130 - ... and several performance improvements
131 - ... and some unit test updates
132 - ... and all fixes from 3.5.20
133
134 Changes to squid-4.0.11 (09 Jun 2016):
135
136 - Bug 4517: error: comparison between signed and unsigned integer
137 - Bug 4492: chunked parser needs to accept BWS after chunk size
138 - HTTP/1.1: allow chunking the last HTTP response on a connection
139 - HTTP/1.1: unfold mime header blocks
140 - TLS: fast SNI peek
141 - TLS: check for SSL_CIPHER_get_id() support required in adjustSSL()
142 - TLS: never enable OPENSSL_HELLO_OVERWRITE_HACK automatically
143 - squidclient: improve shell-escape support in -H option
144 - Do not allow low-level debugging to hide important/critical messages
145 - Replace new/delete operators using modern C++ rules
146 - Remove ie_refresh configuration option
147 - Deprecating SMB LanMan helpers
148 - Mark refresh-waiting transactions with REFRESH
149 - ... and some code cleanup and polishing
150
151 Changes to squid-4.0.10 (06 May 2016):
152
153 - Accumulate fewer unknown-size responses to avoid overwhelming disks.
154 - Fix shared memory corruption when storing multi-slot (>32KB) shm misses.
155 - ... and some documentation and code cleanup
156 - ... and all fixes from 3.5.18
157
158 Changes to squid-4.0.9 (20 Apr 2016):
159
160 - Bug 4405: assertion failed: comm.cc:554: "Comm::IsConnOpen(conn)"
161 - Add a new error page token for unquoted external ACL messages.
162 - Stop parsing response prefix after discovering an "HTTP/0.9" response.
163 - ... and some documentation updates
164 - ... and some code polishing
165 - ... and all fixes from 3.5.17
166
167 Changes to squid-4.0.8 (02 Apr 2016):
168
169 - Bug 4459: FHS compliance: move netdb.state and ssl_db to /var/cache/squid
170 - Bug 4458: Behaviour change with external ACL arguments
171 - Bug 4450: wait() related cleanup
172 - Bug 4438: SIGSEGV in memFreeString() destructing SBuf globals on shutdown/restart
173 - Bug 4312: Support disabling collapsed forwarding SMP cooperation
174 - Bug 3826: SMP compatibility with systemd and --foreground option
175 - Bug 1979: Add ACL-driven server_pconn_for_nonretriable squid.conf directive
176 - Bug 7 (partial): Update cached entries on 304 responses
177 - Add reply_header_add directive
178 - HTTP/1.1: Do not prohibit updating Last-Modified on 304 responses
179 - Fix memory leaks of lastAclData and AccessLogentry::url
180 - Fix clang -Winconsistent-missing-override warning
181 - Tests: update test suite for GnuTLS
182 - ... and some documentation updates
183 - ... and some code cleanup and polishing
184 - ... and all fixes from squid 3.5.16
185
186 Changes to squid-4.0.7 (23 Feb 2016):
187
188 - Regression Fix: external_acl parameters separated by %20 instead of space
189 - Bug 4432: assertion failed: store.cc:1919: "isEmpty()"
190 - Bug 4111: leave_suid() does not properly handle error codes returned by setuid
191 - Fix propagation of response status line parsing error details
192 - Fix memory leak when the cache of sslcrtvalidator_program is disabled via ttl=0
193 - ... and some code SourceLayout project cleaning
194 - ... and all fixes from squid 3.5.15
195
196 Changes to squid-4.0.6 (16 Feb 2016):
197
198 - Regression Bug 4436: Fix DEFAULT_SSL_CRTD
199 - Fix "dial: Ssl::PeerConnector::sslCrtvdHandleReply threw exception: callback != NULL"
200 - ... and some documentation updates
201 - ... and all fixes from squid 3.5.14
202
203 Changes to squid-4.0.5 (09 Feb 2016):
204
205 - Regression Bug 4429: http(s)_port options= error message missing characters
206 - Regression Bug 4410: 4.0.4 compile error in basic_ncsa_auth
207 - Regression Bug 4403: helper compile errors after 4.0.4 rev.14454
208 - Regression Bug 4401: compile error on Solaris
209 - Regression Fix: TLS/SSL flags parsing
210 - Regression Fix: cert validadator always disabled in 4.x
211 - Regression Fix: Name-only note ACL stopped matching after 4.0.4 rev.14465 (note -m)
212 - Regression Fix: external_acl problems after 4.0.1 rev.14351
213 - Bug 4409 (partial): compile error when two Heimdal libraries are installed
214 - Bug 4005: Dynamic certificate cache exceeds dynamic_cert_mem_cache_size
215 - SMP: Fix cleanup of a shared memory segment in an unusual configuration
216 - SSL-Bump: Fix step3 splicing.
217 - Add connections_encrypted ACL
218 - Make %<a and %<p details available to [eCAP] RESPMOD services
219 - Rename cert_valid.pl to security_fake_certverify
220 - Rename ssl_crtd helper to security_file_certgen
221 - ... and a lot of code SourceLayout project cleaning
222 - ... and some documentation updates
223 - ... and all fixes from squid 3.5.13 up to rev.13979
224
225 Changes to squid-4.0.4 (06 Jan 2016):
226
227 - Regression Bug 4393: compile fails on OS X
228 - Bug 4392: assertion CbcPointer.h:159: 'c' via tunnelServerClosed or tunnelClientClosed
229 - Support use of Kerberos credentials cache instead of keytab
230 - Support logging of TLS Cryptography Parameters
231 - Support substring matching in Note ACL
232 - ... and some code cleanup and polishing
233 - ... and all fixes from squid 3.5.13
234
235 Changes to squid-4.0.3 (28 Nov 2015):
236
237 - Bug 4372: missing template files
238 - Bug 4371: compile errors: no such file or directory: DiskIO/*/*DiskIOModule.o
239 - Bug 4368: A simpler and more robust HTTP request line parser
240 - Fix compile erorr on clang undefined reference to '__atomic_load_8'
241 - ext_kerberos_ldap_group_acl: Add missing workarounds for Heimdal Kerberos
242 - ext_ldap_group_acl: Allow unlimited LDAP search filter
243 - ext_unix_group_acl: Support -r parameter to strip @REALM from usernames
244 - ... and much code cleanup and polishing
245 - ... and all fixes from squid 3.5.12
246
247 Changes to squid-4.0.2 (01 Nov 2015):
248
249 - Regression Bug 4351: compile errors when authentication modules disabled
250 - Regression fix: HTTP/1.1 Transfer-Encoding:chunked parsing
251 - Bug 4359: assertion failure 'Comm::IsConnOpen(conn)' within ConnStateData::requestTimeout
252 - Bug 4356: segmentation fault using proxy_auth ACL
253 - Bug 4352: compile errors in OS X 10.11
254 - Bug 4021: ext_user_regex does exact match
255 - Bug 3574: avoid crashes, prohibit reconfiguration during shutdown
256 - Support re-assigning delay pools based on HTTP reply details
257 - ... and all fixes from squid 3.5.11
258
259 Changes to squid-4.0.1 (14 Oct 2015):
260
261 - Bug 4329: GCC 5.2 no known conversion for argument
262 - Bug 4292: negotiate_wrapper: Unreleased Resources
263 - Bug 4269: ignore-must-revalidate broken
264 - Bug 4190: assertion 'hash_remove_link' from Auth::User::cacheCleanup
265 - Bug 3920: Splay::remove() reference counting inconsistent
266 - Bug 3069: CONNECT method bytes sent logging
267 - Bug 2741 partial: libsecurity API for GnuTLS support
268 - Bug 1961 partial: redesign of URL handling
269 - Fix crash when parsing invalid squid.conf
270 - Fix eCAP: Return 'unknown body size' for bodies with unknown body sizes
271 - Remove unused OS detection: Sun, SysV, Ultrix, BSDi
272 - Remove cache_peer_domain directive
273 - RFC 6176 compliance: Remove SSLv2 support
274 - HTTP/1.1: Remove refresh_pattern ignore-auth and ignore-must-revalidate
275 - Remove GCC 2.x and 3.x detection and support
276 - C++11 compiler support is now mandatory
277 - Enable flexible transport protocol
278 - Enable long (--foo) command line parameters on squid binary
279 - Add per-rule refresh_pattern matching statistics
280 - Replace sslversion=N with tls-min-version=1.N
281 - Replace sslproxy_* directives with tls_outgoing_options
282 - Replace GNU atomics and related hacks with C++11 std::atomic
283 - Replace external_acl_type format %macros with logformat codes
284 - Support Secure ICAP services
285 - Support rotate=N option on access_log
286 - Support bypass for non-HTTP intercepted traffic (on_unsupported_protocol)
287 - Support lifetime timeout for persistent connections (pconn_lifetime)
288 - Support timeout for URL-rewrite helper lookups (url_rewrite_timeout)
289 - Support logging fast things (nanosecond log resolution)
290 - Support ICAP/eCAP adaptation for 100-continue responses
291 - Support configurable helper queue size, with consistent defaults
292 and better overflow handling.
293 - Support named service PID file by default (pid_filename)
294 - url_lfs_rewrite: Add URL-rewriter based on local file existence
295 - negotiate_kerberos_auth: output group= kv-pair
296 - helper-mux: add man(8) page
297 - purge: convert README to man(1) page
298 - basic_msnt_multi_domain_auth: Superceeded by basic_smb_lm_auth
299 - basic_sspi_auth: fix MinGW compile errors
300 - negotiate_sspi_auth: fix various build errors
301 - Crypto-NG: libnettle Base64 algorithm support
302 - Parser-NG: HTTP Parser structural redesign
303 - libltdl: copyright updated to LGPL version 2.1
304 - ... and several performance optimizations
305 - ... and many documentation changes
306 - ... and much code cleanup and polishing
307
308 Changes to squid-3.5.26 (01 Jun 2017):
309
310 - Bug 4711: SubjectAlternativeNames is missing in some generated certificates
311 - Bug 4695: squidpurge: GCC 7 build errors
312 - Bug 4682: ignoring http_access deny when client-first bumping mode is used
313 - Bug 4682: Fix ssl_bump "bump" action documentation
314 - Bug 4653: %st lies about tunneled traffic volumes
315 - Bug 4589: ssl_crtd: returning zero on failure
316 - Bug 3772: message from FTP server gets mangled
317 - Bug 3102: FTP directory listing drops fist character of file names
318 - Add OpenSSL library details to -v output
319 - ... and some documentatino updates
320
321 Changes to squid-3.5.25 (02 Apr 2017):
322
323 - Bug 4688: various typo error(s) in man page(s)
324 - Bug 4508: Host forgery stalls intercepted being-spliced connections
325 - Native FTP relay: NAT and TPROXY interception fixes
326 - Fix missing CRLF on FTP timeout ABORT commands
327 - TLS: Bump client on errors encountered before ssl_bump evaluation
328 - ext_kerberos_ldap_group_acl: fix unused value warnings
329 - Fix crash when configuring with invalid delay_parameters restore value.
330 - Check that -k argument is provided before trying to use it.
331 - ... and some build fixes
332
333 Changes to squid-3.5.24 (28 Jan 2017):
334
335 - Regression Bug 3940: Make 'cache deny' do what is documented
336 - TLS: Fix SSLv2 records bumping despite a matching step2 peek rule
337 - TLS: Mitigate DoS attacks that use client-initiated SSL/TLS renegotiation
338 - Fix "Source and destination overlap in memcpy" Valgrind errors
339 - Reduce crashes due to unexpected ClientHttpRequest termination
340 - Update External ACL helpers error handling and caching
341 - Detect HTTP header ACL issues
342 - ... and some documentation fixes
343
344 Changes to squid-3.5.23 (16 Dec 2016):
345
346 - Bug 4627: fix generate-host-certificates and dynamic_cert_mem_cache_size docs
347 - Bug 4620: NetBSD build error with --enable-ipf-transparent
348 - Bug 4567: Strange IPv6 shown in access.log
349 - Bug 4406: SIGSEV in TunnelStateData::handleConnectResponse() during reconfigure and restart
350 - Bug 4174 partial: fix Write.cc:41 "!ccb->active()" assertion.
351 - Bug 4169: HIT marked as MISS when If-None-Match does not match
352 - Bug 4007: Hang on DNS query with dead-end CNAME
353 - Bug 4004 partial: Fix segfault via Ftp::Client::readControlReply
354 - Bug 3940 partial: hostHeaderVerify failures MISS when they should be HIT
355 - Bug 3533: Cache still valid after HTTP/1.1 303 See Other
356 - Bug 3379: Combination of If-Match and a Cache Hit result in TCP Connection Failure
357 - Bug 3290: authenticate_ttl not working for digest authentication
358 - Bug 2258: bypassing cache but not destroying cache entry
359 - HTTP/1.1: make Vary:* objects cacheable
360 - HTTP/1.1: Add registered codes entry for new 103 (Early Hints) status code
361 - Support IPv6 NAT with PF for NetBSD and FreeBSD
362 - TLS: Make key= before cert= an error instead of quietly hiding the issue
363 - ... and some debug updates
364 - ... and some build fixes
365 - ... and several documentation updates
366
367 Changes to squid-3.5.22 (09 Oct 2016):
368
369 - Bug 4594: build failure with clang 3.9
370 - Bug 4471: revalidation does not work when expired cached object lacks Last-Modified
371 - Bug 4302 pt2: IPv6 support for IPFilter v5 transparent interception
372 - Bug 4228: ./configure bug/typo in r14394
373 - Bug 3819: "fd >= 0" assertion in file_write() during reconfiguration
374 - Bug 2833: Collapse internal revalidation requests (SMP-unaware caches)
375 - Fix logged request size (%http::>st) and other size-related %codes
376 - Fix some memory leaks from putenv()
377 - Fix memory leaks from url_rewrite_extras and store_id_extras on reconfigure/shutdown
378 - Fix segfault crash when debugging section 4 at level 9
379 - HTTP: MUST ignore a [revalidation] response with an older Date header
380
381 Changes to squid-3.5.21 (08 Sep 2016):
382
383 - Bug 4563: duplicate code in httpMakeVaryMark
384 - Bug 4542: authentication credentials IP TTL updated incorrectly
385 - Bug 4534: assertion failure in xcalloc when using many cache_dir
386 - Bug 4428: mal-formed Cache-Control:stale-if-error header
387 - Bug 3025: Proxy-Authenticate problem using ICAP server
388 - Fix segfault via Ftp::Client::readControlReply()
389 - Fix SSL-Bump failure results in SEGFAULT
390 - HTTP/1.1: MUST always revalidate Cache-Control:no-cache responses
391 - HTTP/1.1: do not allow Proxy-Connection to override Connection header
392 - SSL: CN wildcard must only match a single domain component [fragment]
393
394 Changes to squid-3.5.20 (01 Jul 2016):
395
396 - Bug 4523: smblib compile fails on NetBSD
397 - Bug 4485: off-by-one out-of-bounds Parser::Tokenizer::int64() read errors
398 - Bug 3579: assertion failed 'MemPools[type]' from dst_as ACL
399 - Fix icons loading speed
400 - Fix OpenSSL detection on FreeBSD
401 - Fix assertion failed: Write.cc:38: 'fd_table[conn->fd].flags.open'
402 - Fix SEGFAULT parsing malformed adaptation service configuration
403 - Fix ConnStateData::In::maybeMakeSpaceAvailable() logic
404 - Do not override user defined -std option
405 - Do not allow low-level debugging to hide important/critical messages
406 - Do not make bogus recvmsg(2) calls when closing UDS sockets
407 - Support unified EUI format code in external_acl_type
408
409 Changes to squid-3.5.19 (09 May 2016):
410
411 - Regression Bug 4515: interception proxy hangs
412
413 Changes to squid-3.5.18 (06 May 2016):
414
415 - Bug 4510: stale comment about 32KB limit on shared memory cache entries
416 - Bug 4509: EUI compile error on NetBSD
417 - Bug 4501: HTTP/1.1: normalize Host header
418 - Bug 4498: URL-unescape the login-info after extraction from URI
419 - Bug 4455: SegFault from ESIInclude::Start
420 - Prevent Squid forcing -b 2048 into the arguments for sslcrtd_program
421 - Fix TLS/SSL server handshake alert handling
422
423 Changes to squid-3.5.17 (20 Apr 2016):
424
425 - Regression Bug 4480: logformat [.width_max]
426 - Regression Bug 4481: varyEvaluateMatch: Oops. Not a Vary match on second attempt
427 - Bug 4495: Unknown SSL option SSL_OP_NO_TICKET
428 - Bug 4493: theObject->sharedMemorySize() == theSegment.size() exception
429 - Bug 4483: ./configure garbles -Og option in CFLAGS
430 - Bug 4482: Solaris GCC 5.2 warning in src/ip/Intercept.cc
431 - Bug 4468: NotNode (!acl) naming: Terminate the name before strncat(name).
432 - Bug 4465: Header forgery detection leads to crash
433 - Bug 2460 partial: workaround deferred reads on shutdown and restart
434 - cachemgr.cgi: use dynamic MemBuf for internal content generation
435 - ESI: Fix several element construction issues
436 - TLS: Fix Handshake Error: ccs received early
437 - TLS: Add chained and signing cert to peek-then-bumped connections
438 - Fix some startup/shutdown crashes
439
440 Changes to squid-3.5.16 (02 Apr 2016):
441
442 - Bug 4476: Removed duplicated #include lines
443 - Bug 4452: squid -z segfaults with ufs
444 - Bug 4447:FwdState.cc:447 "serverConnection() == conn" assertion
445 - Bug 4423: adding stdio: prefix to cache_log directive produces FATAL error
446 - Bug 4409: compile error when two Heimdal libraries are installed
447 - Bug 2831: Cache-control: max-age not sent on TCP_IMS_HIT/304
448 - pinger: Fix buffer overflow in Icmp6::Recv
449 - pinger: Fix select(2) to actually use max_fd
450 - pinger: drop capabilities on Linux
451 - Fix memory leak of HttpRequest objects
452 - Fix memory leak when the cache of sslcrtvalidator_program is disabled via ttl=0
453 - Fix assertion failed: Write.cc:41: "!ccb->active()"
454 - Fix crash on shutdown while cleaning up idle ICAP connections
455 - RFC 7725: Add registry entry for 451 status text
456 - ... and some build issues
457
458 Changes to squid-3.5.15 (23 Feb 2016):
459
460 - Bug 3870: assertion failed: String.cc: 'len_ + len <65536' in ESI::CustomParser
461 - Fix multiple assertion on String overflows
462 - Fix unit test errors on MacOS
463 - Better handling of huge response headers. Fewer incorrect "Bug #3279" messages.
464 - Log noise reduction for eCAP
465
466 Changes to squid-3.5.14 (16 Feb 2016):
467
468 - Bug 4437: Fix Segfault on Certain SSL Handshake Errors
469 - Bug 4431: C code is not compiled with CFLAGS
470 - Bug 4418: FlexibleArray compile error with GCC 6
471 - Bug 4378: assertion failed: DestinationIp.cc:60:
472 'checklist->conn() && checklist->conn()->clientConnection != NULL'
473 - Fix invalid FTP connection handling on blocked content
474 - Fix handling of shared memory left over by Squid crashes or bugs
475 - Fix mgr:config report 'qos_flows mark' output
476 - Fix compile error in CPU affinity
477 - Fix %un logging external ACL username
478 - Avoid more certificate validation memory leaks
479 - ... and some documentation updates
480
481 Changes to squid-3.5.13 (06 Jan 2016):
482
483 - Bug 4397: DragonFly BSD, POSIX shared memory is implemented as filepath
484 - Bug 4387: Kerberos build errors on Solaris
485 - TLS: Support Ephemeral Elliptic Curve Diffie-Hellman (EECDH) key exchange
486 - TLS: Complete certificate chains using external intermediate certificates
487 - Avoid memory leaks when an X.509 certificate validator is used with SslBump
488 - Fix connection retry and fallback after failed server TLS connections
489 - Fix GnuTLS detection via pkg-config
490 - Fix startup crash with a misconfigured (too-small) shared memory cache
491 - ... and some documentation updates
492
493 Changes to squid-3.5.12 (28 Nov 2015):
494
495 - Bug 4374: refresh_pattern config parser (%)
496 - Bug 4373: assertion 'calloutContext->redirect_state == REDIRECT_NONE'
497 - Bug 4228: links with krb5 libs despite --without options
498 - Fix SSL_get_certificate() problem detection
499 - Fix TLS handshake problem during Renegotiation
500 - Fix cache_peer forceddomain= in CONNECT
501 - Fix status code-based HTTP reason phrase for eCAP-generated messages
502 - Fix build errors in cpuafinity.cc
503 - ... and several documentation updates
504
505 Changes to squid-3.5.11 (01 Nov 2015):
506
507 - Bug 3574: crashes on reconfigure and startup
508 - Bug 4347: compile errors with LibreSSL 2.3
509 - Bug 4281: copy-paste typos in src/tools.cc
510 - Bug 4279: No response from proxy for FTP-download of non-existing file
511 - Bug 4188: Bumping intercepted SSL connections does not work on Solaris
512 - Fix incorrect authentication headers on cache digest requests
513 - Fix connection stats, including %<lp, missing for persistent connections
514 - Fix invalid memory access issues in SBuf
515 - Avoid errors when parsing manager ACL in old squid.conf
516
517 Changes to squid-3.5.10 (01 Oct 2015):
518
519 - Regression Fix cache_peer login=PASS(THRU) after CVE-2015-5400
520 - Regression Bug 4326: base64 binary encoder rejects data beginning with nil byte
521 - Bug 4323: Netfilter broken cross-includes with Linux 4.2
522 - Bug 4328: %un format code does not work for external ACLs in credentials-fetching rules
523 - Bug 4208: more than one port in wccp2_service_info line causes error
524 - Bug 4303: PeerConnector.cc:743 "!callback" assertion.
525 - Bug 4330: Do not use SSL_METHOD::put_cipher_by_char to determine size of SSL hello ciphers
526 - Relicense ntlm_fake_auth.pl to GPLv2+
527 - Relicense smb_lm auth helper to GPLv2+
528 - Relicense SSPI helper to GPLv2+
529 - ... and several minor performance optimizations
530
531 Changes to squid-3.5.9 (17 Sep 2015):
532
533 - Regression Bug 3618: ntlm_smb_lm_auth rejects correct passwords
534 - Bug 4309: incorrect extensions detection in SSL Hello messages
535 - Bug 4309: crash during Skype login
536 - Bug 4284: missing sanity checks for malloc
537 - Regression Fix: CONNECT request debugging 11,2 traces
538 - Regression Fix: Quieten UFS cache maintenance skipped warnings
539 - TLS: Support SNI on generated CONNECT after peek
540 - ... and some documentation updates
541
542 Changes to squid-3.5.8 (02 Sep 2015):
543
544 - Regression Bug 4306: build portability fix in Kerberos helpers
545 - Bug 4302: IPFilter v5 transparent interception
546 - Bug 4301: compile errors with IPFilter interception
547 - Bug 4285 partial: %us is not supported in access.log
548 - Bug 4278: Docs: typo in the refresh_pattern freshness algorithm
549 - Bug 4242: compile errors with eCAP using clang-3.6
550 - Bug 3696: crash when client delay pools are activated
551 - Bug 3553: cache_swap_high ignored and maxCapacity used instead
552 - Regression Fix: FtpServer.cc:1024: "reply != NULL" assertion
553 - Fix ignore of impossible SSL bumping actions, as intended and documented
554 - Fix memory leak in Surrogate-Capability header detection
555 - Fix truncated body length when RESPMOD service aborts
556 - Reject non-chunked HTTP messages with conflicting Content-Length values
557 - Support splice for SSLv3 and TLSv1 sessions that start with an SSLv2 Hello
558 - ... and several portability and compile fixes
559 - ... and several documentation updates
560
561 Changes to squid-3.5.7 (01 Aug 2015):
562
563 - Bug 4293: wrong SNI sent to server after URL-rewrite
564 - Bug 4251: incorrect instance name for memory segments in /dev/shm
565 - Bug 4227: invalid key in AuthUserHashPointer causing assertation failure
566 - Bug 3345: support %un (any available user name) format code for external ACLs.
567 - basic_smb_auth: Fix several old issues identified by Debian users
568 - Support ssl-bump splicing to origin cache_peer
569 - Fix SSL errors relayed using invalid certificates
570 - Fix crash in TcpAccepter with profiler enabled
571 - Fix some cases of ssl_crtd SSL certificate DB corruption
572 - Fix performance regression in SBuf::chop operations
573 - Improve handling of client connections on shutdown
574 - Handle exceptions during squid.conf parse
575 - Make pod2man an optional dependency
576 - ... and polishing for several cache.log notification messages
577 - ... and all fixes from squid 3.4.14
578
579 Changes to squid-3.5.6 (03 Jul 2015):
580
581 - Bug 4274: ssl_crtd.8 not being installed
582 - Bug 4193: memory leak on FTP listings
583 - Bug 4183: segfault when freeing https_port clientca on reconfigure or exit
584 - Bug 3875: bad mimeLoadIconFile error handling
585 - Bug 3483: assertion failed store.cc:1866: 'isEmpty()'
586 - Bug 3329: pinned server connection is not closed properly
587 - TLS: Disable client-initiated renegotiation
588 - ext_edirectory_userip_acl: fix uninitialized variable
589 - Support custom OIDs in *_cert ACLs
590 - Fix CONNECT failover to IPv4 after trying broken IPv6 servers
591 - Use relative-URL in errorpage.css for SN.png
592 - Do not blindly forward cache peer CONNECT responses
593 - Fix assertion String.cc:221: "str"
594 - Fix assertion comm.cc:759: "Comm::IsConnOpen(conn)" in ConnStateData::getSslContextDone
595 - Translations: add Spanish US dialect alias
596
597 Changes to squid-3.5.5 (28 May 2015):
598
599 - Regression Bug 4132: short_icon_urls with global_internal_static on
600 - Bug 4238: assertion Read.cc:205: "params.data == data"
601 - Bug 4236: SSL negotiation error of 'success'
602 - Bug 3930: assertion 'connIsUsable(http->getConn())'
603 - Fix assertion MemBuf.cc:380: "new_cap > (size_t) capacity" in SSL I/O buffer
604 - Fix assertion errorpage.cc:600: "entry->isEmpty()"
605 - Fix comm_connect_addr on failures returns Comm:OK
606 - Fix missing external ACL helper notes
607 - Fix "Not enough space to hold server hello message" error message
608 - Fix segmentation fault inside Adaptation::Icap::Xaction::swanSong
609 - Prevent unused ssl_crtd helpers being run
610 - ... and some code cleanup and portability updates
611 - ... and several documentation updates
612
613 Changes to squid-3.5.4 (01 May 2015):
614
615 - Bug 4234: comm_connect_addr uses errno incorrectly
616 - Bug 4231: fd_open() not correctly handling UDS socket descriptions
617 - Bug 4226: digest_edirectory_auth: found but cannot be built
618 - Bug 4198: assertion failed: client_side.h:364: "sslServerBump == srvBump"
619 - Bug 3775: Disable HTTP/1.1 pipeline feature for pinned connections
620 - Fix require-proxy-header preventing HTTPS proxying and ssl-bump
621 - Fix Negotiate/Kerberos authentication request size exceeds output buffer size
622 - Fix SQUID_X509_V_ERR_DOMAIN_MISMATCH errors while accessing sites with valid certificates
623 - Add server_name ACL matching server name(s) obtained from various sources
624 - Add Kerberos support for MAC OS X 10.x
625 - Support for resuming TLS sessions
626 - ... and some portability and compile fixes
627 - ... and several documentation updates
628 - ... and all fixes from squid 3.4.13
629
630 Changes to squid-3.5.3 (28 Mar 2015):
631
632 - Regression Bug 4213: negotiate_kerberos_auth: freeing non-dynamic memory
633 - Regression Bug 4206: Incorrect connection close on expect:100-continue
634 - Bug 4204: ./configure does not abort when required helpers cannot be built
635 - Bug 3805: support shared memory on MacOS X in Mem::IPC::Segment
636 - Bug 2907: high CPU usage on CONNECT when using delay pools
637 - basic_getpwnam_auth: fail authentication on crypt() failures
638 - basic_nis_auth: fail authentication on crypt() failures
639 - ext_kerberos_ldap_group_acl: Heimdal support improvements
640 - ext_wbinfo_group_acl: Perl 5.20 support
641 - ... and several compile issues
642
643 Changes to squid-3.5.2 (18 Feb 2015):
644
645 - Regression Bug 4176: Digest auth too many helper lookups
646 - Regression Bug 4180: not-fully-initialized data member in ACLUserData
647 - Bug 4172: Solaris broken krb5-config
648 - Bug 4073: Cygwin compile errors
649 - Bug 3919: remove several never-true / never-false comparisons
650 - HTTPS: Add missing root CAs when validating chains that passed internal checks
651 - Fix some cbdataFree related memory leaks
652 - Quieten CBDATA 'leak' messages
653 - Set SNI information in transparent bumping mode
654 - negotiate_kerberos_auth: fix krb5.conf backward compatibility
655 - Fix memory leaks in cachemgr.cgi URL parser
656 - Fix sslproxy_options in peek-and-splice mode
657 - ... and fix several portability and build issues
658 - ... and some documentation updates
659 - ... and all fixes from squid 3.4.11
660
661 Changes to squid-3.5.1 (13 Jan 2015):
662
663 - Fix handling of invalid SSL server certificates when splicing connections
664 - basic_smb_lm_auth: Simplified MSNT basic auth helper
665 - squidclient: Fix -A and -P options
666 - ... and several portability fixes
667 - ... and all fixes from squid 3.4.11
668 - ... and a lot of documentation updates
669
670 Changes to squid-3.5.0.4 (21 Dec 2014):
671
672 - Bug 3826: pt 2: Provide a systemd .service file for Squid
673 - Support http_access denials of SslBump "peeked" connections.
674 - Fix DONT_VERIFY_DOMAIN ssl flag
675 - Fix peek-and-splice mode: certificate validation for domain mismatched errors
676 - negotiate_kerberos_auth: MEMORY keytab and replay cache support
677 - ... and some documentation updates
678 - ... and a large amount of code polishing (non-logic changes)
679
680 Changes to squid-3.5.0.3 (09 Dec 2014):
681
682 - Bug 4146: workaround SSL Bump crash on Linux
683 - Bug 4135: Support \-escaped characters in regex patterns
684 - Bug 4131: SIGSEGV at store.cc:962 content_length > store_maxobjsize
685 - Fix delay_parameters parsing
686 - HTTP/2: handle 'PRI' method found in HTTP/1.x traffic
687 - ... and all changes from squid 3.4.10
688 - ... and a lot of documentation updates
689
690 Changes to squid-3.5.0.2 (31 Oct 2014):
691
692 - Fix FTP socket opening during reconfigure
693 - ... and all changes from 3.4.9
694 - ... and some build errors in rarely used code
695 - ... and several documentation updates
696
697 Changes to squid-3.5.0.1 (17 Oct 2014):
698
699 - Port from 2.7: redirector and logging urlgroup feature
700 - Bug 4093: source-maintenance.sh bad perl -i option
701 - Bug 3608: per-service name for workers UDS sockets
702 - Bug 2554: 32-bit wrap in AUFS counters
703 - Bug 1961 pt1: URL handling redesign
704 - Bug 1202 pt1: documentation for refresh_pattern algorithms
705 - Update Squid boilerplate copyright/license
706 - Update the http(s)_port directives protocol= parameter
707 - Update forward_max_tries to permit 25 server paths
708 - Update Kerberos library detection and build options
709 - Support ACLs on ftp_epsv directive
710 - Support >32KB objects in cache_dir rock storage
711 - Support client connection annotation by helpers via clt_conn_tag=TAG
712 - Support native FTP Relay
713 - Support libgnugss Kerberos library
714 - Support libecap v1.0
715 - Support SSL Peek and Splice feature
716 - Support receiving PROXY protocol version 1 and 2
717 - Replace --enable-ssl build option with --with-openssl
718 - Enable -n service name command line option for all Squid builds
719 - Enable ICAP client by default
720 - Fix configuration file parsing bugs, related to quoted strings
721 - Fix Windows MinGW build errors
722 - Fix multiple TCP outgoing TOS/DiffServ bugs
723 - Fix Cygwin /etc/resolv.conf parsing
724 - Fix crash when sending %ssl::cert_subject to external ACL w/o certificate
725 - Fix crash reading malformed config files
726 - Send selected SSL version and cipher to the certificate validation helper
727 - Validate server certificates without bumping
728 - Add zero-copy string buffer support
729 - Add automated squid.conf parser testing with squid -k parse
730 - Add adaptation_service ACL
731 - Add logformat code %tS to log transaction start time
732 - Add logformat code %>rd to log client URL domain name
733 - Add key_extras to proxy authentication
734 - Add url_rewrite_extras and store_id_extras directives
735 - Add send_hit and store_miss directives
736 - Add collapsed_forwarding directive
737 - Add sslproxy_cert_sign_hash directive
738 - Add SMP SSL session cache
739 - Add cache_peer standby connections
740 - Add helper ext_delayer_acl
741 - Add TCP_TUNNEL log code for CONNECT tunnels which are not SSL-bumped
742 - Add BUILDCXX and BUILDCXXFLAGS configure options for cross-compile
743 - Remove COSS storage in favour of Rock storage
744 - Remove dnsserver and external DNS helper API in favour of mDNS
745 - Remove broken mallinfo() accounting and memory tracing
746 - Remove hierarchy_stoplist in favour of always_direct
747 - Deprecate tag ACL type in favour of note ACL type
748 - Deprecate urlgroup feature in favour of note ACL type
749 - HTTP/1.1: method names are case-sensitive
750 - HTTP/1.1: register new headers from RFC 723x
751 - squidclient: polish and update help display
752 - squidclient: support TLS with GnuTLS 3.1.5+
753 - squidclient: support verbosity levels
754 - squidclient: --ping mode module support
755 - url_fake_rewrite: support concurrency
756 - storeid_file_rewrite: support concurrency
757 - digest_file_auth: support concurrency
758 - digest_edirectory_auth: support concurrency
759 - digest_ldap_auth: support concurrency
760 - ... and many error page translation updates
761 - ... and much code cleanup and polishing
762
763 Changes to squid-3.4.14 (01 Aug 2015):
764
765 - Do not blindly forward cache peer CONNECT responses (CVE-2015-5400)
766
767 Changes to squid-3.4.13 (01 May 2015):
768
769 - Bug 4212: ssl_crtd crashes with corrupt database
770 - ... and some documentation updates
771 - ... and all fixes from squid 3.3.14
772
773 Changes to squid-3.4.12 (18 Feb 2015):
774
775 - Bug 4066: Digest auth nonce indefinite rollover
776 - Bug 3997: Excessive NTLM or Negotiate auth helper annotations
777 - Fix several crashes when debugging enabled
778 - Fix silent SSL/TLS failure on split-stack operating systems
779 - HTTP/1.1: Stop emitting (Proxy-)Authentication-Info for Negotiate
780 - HTTPS: Add TLS/SSL option NO_TICKET to http[s]_port
781 - Remove dst ACL dependency on HTTP request message existence
782 - Set cap_net_admin when Squid sets TOS/Diffserv packet values
783 - ... and some documentation updates
784
785 Changes to squid-3.4.11 (13 Jan 2015):
786
787 - Bug 4164: SEGFAULT when %W formating code used in errorpages
788 - Bug 4057: Avoid on-exit crashes when adaptation is enabled.
789 - Bug 3760: squidclient ignores --disable-ipv6
790 - Bug 3754: configure doesnt detect IPFilter 5.1.2 system headers
791 - Bug 3664: ssl_crtd fails to build on OpenSolaris/OpenIndiana/Solaris 11
792 - cachemgr.cgi: memory leak in request parser
793 - Deleting first fs left psstate->servers pointing to uninitialized memory
794 - ... and some build issues
795
796 Changes to squid-3.4.10 (09 Dec 2014):
797
798 - Bug 4148: external_acl_type header format does not accept the new libformat syntax
799 - Bug 4145: squid_endian.h compile errors with OpenBSD 5.6
800 - Bug 4033: Rebuild corrupted ssl_db/size file
801 - Bug 3902: Docs: external_acl_type cache hash key
802 - Fix segmentation fault in ACL urlpath_regex
803 - Fix bootstrap.sh dependency on SPONSORS.list
804 - Alternate-Protocol is a hop-by-hop header
805 - HTTP/2: Support 421 (Misdirected Request) status code
806
807 Changes to squid-3.4.9 (31 Oct 2014):
808
809 - Regression fix: ext_kerberos_ldap_group_acl typo in 3.4.7 update
810 - Bug 4102: sslbump cert contains only a dot character in key usage extension
811 - Bug 4093: source-maintenance.sh errors and warnings due to wrong tools/options
812 - Bug 4088: memory leak in external_acl_type helper with cache=0 or ttl=0
813 - Bug 4024: Bad host/IP ::1 when using IPv4-only environment
814 - Bug 3803: ident leaks memory on failure
815 - kerberos_ldap_group/cert_tool: Remove ksh dependency
816 - ... and some automated code style updates
817 - ... and some documentation updates
818
819 Changes to squid-3.4.8 (15 Sep 2014):
820
821 - Fix off by one in SNMP subsystem
822 - pinger: Fix various ICMP handling issues
823
824 Changes to squid-3.4.7 (28 Aug 2014):
825
826 - Regression Fix: Kerberos LDAP authorizing groups with principle subdomain
827 - Bug 4080: worker hangs when client identd is not responding
828 - Bug 3966: Add KeyEncipherment when ssl-bump substitues RSA for EC
829 - HTTP/1.1: Ignore Range headers with unidentifiable byte-range values
830 - SSL-bump: Use v3 for fake certificate if we add _any_ certificate extension
831 - Enable compile-time override for MAXTCPLISTENPORTS
832 - ntlm_sspi_auth: Fix various build errors
833 - negotiate_wrapper: Fix build issues with non-portable vfork()
834 - negotiate_sspi_auth: Portability fixes for MinGW
835 - ext_lm_group_acl: Portability fixes for MinGW
836 - ... and several minor memory leaks
837
838 Changes to squid-3.4.6 (25 Jun 2014):
839
840 - Regression: segmentation fault logging with %tg format specifier
841 - Bug 4065: round-robin neighbor selection with unequal weights
842 - Bug 4056: assertion MemPools[type] from netdbExchangeStart()
843 - Bug 4050: segmentation fault in CommSelectEngine::checkEvents on helper response
844 - Fix segmentation fault setting up server SSL connnection
845 - Fix hanging Non-HTTPS connections on SSL-bump enabled port
846 - Fix Cache Manager actions listed more than once
847 - ... and many minor memory leaks
848 - ... and several portability build issues
849 - ... and some documentation updates
850
851 Changes to squid-3.4.5 (02 May 2014):
852
853 - Regression Bug 4051: inverted test on CONNECT payload existence
854 - Regression Fix: order dependency between cache_dir and maximum_object_size
855 - Fix logformat %note display
856 - Resolve 'dying from an unhandled exception: c'
857
858 Changes to squid-3.4.4.2 (23 Apr 2014):
859
860 - version bump for packaging re-build with altered toolchain
861
862 Changes to squid-3.4.4.1 (23 Apr 2014):
863
864 - Regression Bug 4019: Cache digest exchange segmentation fault
865 - Regression Bug 3982: EUI logging and helpers show blank MAC address
866 - Bug 4047: Support Android builds
867 - Bug 4043: Remove XMALLOC_TRACE and references to sbrk(2)
868 - Bug 4041: Missing files in compat/Makefile.am
869 - Bug 4014: Build failure with --disable-optimizations --disable-auth
870 - Bug 3986: (partial) assertion due to incorrect error page buffer size
871 - Bug 3955: Solaris EUI-48 lookup leaks FDs
872 - Bug 3371: CONNECT with data sent at once loses data
873 - C++11: Upgrade auto-detection to use the formal -std=c++11
874 - Crypto-NG: libnettle MD5 algorithm support
875 - SSL-Bump: Fix Basic auth caching on bumped connections
876 - Store-ID: Fix request URI when forwarding requests to peers
877 - ... and fix several other build errors
878 - ... and some documentation updates
879
880 Changes to squid-3.4.4 (09 Mar 2014):
881
882 - Bug 4029: intercepted HTTPS requests bypass caching checks
883 - Bug 4001: remove use of strsep()
884 - Bug 3186 and 3628: Digest authentication always sending stale=false for nonce
885 - Fix stalled concurrent rock store reads
886 - Fix helper ID number assignment
887 - Fix build failures from CMSG related definitions
888 - Fix build failures from libcompat unsafe.h protections
889 - Copyright: Relicense helpers by Treehouse Networks Ltd.
890 - ... and all bug fixes from 3.3.12
891
892 Changes to squid-3.4.3 (02 Feb 2014):
893
894 - Bug 4008: HttpHeader warnOnError should be an int not a bool
895 - Bug 4002: clang 3.4 unable to compile
896 - Bug 3996: Malformed DNS reply leads to crash
897 - Bug 3995: compile error on CentOS 5 with GCC 4.1.2
898 - Bug 3975: atomic detection cross-compilation failure
899 - Bug 3971: "cannot aggregate mgr:client_list: cmd->profile != NULL" in SMP mode
900 - Bug 3954: compile failure in CpuAffinity.cc
901 - Bug 3927: tests/testRock fatal.cc required
902 - Fix memory leak in peer Cache Digest exchange
903 - Fix external_acl_type async loop failures
904 - Fix destination IP address cycling
905 - ... and a few polishing changes
906
907 Changes to squid-3.4.2 (30 Dec 2013):
908
909 - Regression Bug 3980: FATAL ERROR due to max_user_ip -s option
910 - Regression Fix: \-unescaping in quoted strings from helpers
911 - Regression Fix: URL helper API bypassing on URL containing '=' character
912 - Bug 3985: 60s limit introduced by balance_on_multiple_ip breaks bad IP recovery
913 - Bug 3806: Caching responses with Vary header
914 - Bug 3498: FTP PUT assertion
915 - WCCPv2: Fix assertion 'Cannot convert non-IPv4 to IPv4' on FreeBSD
916 - Enable concurrency by default for SSL certificate validator
917 - ... and fix several build errors
918
919 Changes to squid-3.4.1 (09 Dec 2013):
920
921 - Bug 3935: Invalid pointer dereference when peeking at origin server certificate
922 - Bug 3589: intercepted and ICAP modified request using a cache_peer
923 - ... and several portability fixes
924 - ... and some documentation updates
925
926 Changes to squid-3.4.0.3 (01 Dec 2013):
927
928 - Bug 3941: Release notes error
929 - Receive annotations from authentication and external ACL helpers
930 - basic_nis_auth: Improved portability
931 - ... and several documentation updates
932 - ... and all bug fixes from 3.3.9, 3.3.10, 3.3.11
933
934 Changes to squid-3.4.0.2 (03 Oct 2013):
935
936 - Regression Bug 3891: squid.conf parser errors in 3.4.0.1
937 - Regression Fix: re-disable MinGW C++11 support
938 - Bug 3914: partial: make squidclient tool build cleanly with -Wconversion
939 - Fix memory leak in refresh_pattern parsing
940 - negotiate_kerberos_auth: upgrade to present group= keys
941 - Handle NTLM helper returning OK without user= value
942 - Add dns_multicast_local to control mDNS operation
943 - Add --disable-arch-native build option
944 - Display Build-Info in cache manager info report
945 - ... and all changes from squid 3.3.9
946 - ... and some code and debug output polishing
947
948 Changes to squid-3.4.0.1 (29 Jul 2013):
949
950 - Port from 2.7: StoreURL (renamed Store-ID) support
951 - Bug 3795: fix several mistakes in the MIB file
952 - Bug 3793: configure: improved helper detection
953 - Bug 3722: Invalid markup in Armenian hy ERR_ONLY_IF_CACHED_MISS
954 - Bug 3676: Support GCC 4.7 with -Wshadow option
955 - Bug 3643: NTLM helpers stuck in reserved state by Safari
956 - Bug 3389: Auto-reconnect for tcp access_log
957 - Bug 2066: squid does not do chdir() after chroot()
958 - Fix uninitialized fields in IcapLogEntry
959 - Fix a number of minor issues detected by Coverity Scan
960 - Fix some potential memory leaks detected by Coverity Scan
961 - Fix 64-bit support for Intel compiler suite (ICC) and other similar compilers
962 - Fix ACL matching algorithm to avoid repeating tests
963 - basic_pam_auth: Add -r option to strip NTLM/Negotiate domain from username
964 - squidpurge: fix META TLV parsing issues
965 - squid.conf: enforce all the directive and option names are lower-case
966 - Support EUI on HTTPS and FTP data connections
967 - Support OK/ERR/BH response codes from any helper
968 - Support No-lookup flag (-n) on DNS ACLs
969 - Support -march=native compiler optimization by default
970 - Support forwarding intercepted but not bumped connections to cache_peers
971 - Support IPv6 NAT interception on Linux and some BSD
972 - Deprecate log_icap and log_access configuration directives
973 - HTTP/1.1: improved method invalidation and cacheability detection
974 - HTTP/1.1: support length configuration for pipeline_prefetch queue
975 - Improved TPROXY support for OpenBSD and FreeBSD
976 - Add storeid_file_rewrite helper to perform Store-ID rewrites from a rules file
977 - Add all-of and any-of ACL types for grouping sets of ACL tests
978 - Add note directive for transaction annotations
979 - Add %note log format for transaction annotation logging
980 - Add note ACL type for matching annotated transactions with by annotation name or value
981 - Add kv-pair support to URL-rewrite/redirector interface
982 - Add SSL server certificate validator interface, helper and result cache
983 - Add SSL server certificate fingerprint ACL type
984 - Add spoof_client_ip access control
985 - Add pt-bz (Belize Portuguese) dialect to translations
986 - ... and many Windows portability changes (still incomplete)
987 - ... and many documentation changes
988 - ... and much code cleanup and polishing
989
990 Changes to squid-3.3.14 (01 May 2015):
991
992 - Bug 4093: source-maintenance.sh errors and warnings due to wrong tools/options
993 - ... and some documentation updates
994 - ... and all fixes from squid 3.2.14
995
996 Changes to squid-3.3.13 (28 Aug 2014):
997
998 - Fix segmentation fault setting up server SSL connnection
999 - HTTP/1.1: Ignore Range headers with unidentifiable byte-range values
1000
1001 Changes to squid-3.3.12 (09 Mar 2014):
1002
1003 - Regression Bug 3769: client_netmask not evaluated since Comm redesign
1004 - Bug 4026: Fix SSL and adaptation_access handling of aborted connections
1005 - Bug 3969: Fix credentials caching for Digest authentication
1006 - Bug 3806: Caching responses with Vary header
1007 - Fix umask default on crash report generated email
1008 - Fix pthread library detection on FreeBSD 10
1009 - Avoid assertions on Range requests that trigger Squid-generated errors.
1010
1011 Changes to squid-3.3.11 (01 Dec 2013):
1012
1013 - Regression Bug 3936: error-details.txt parse error with OpenSSL since 3.3.9
1014 - Bug 3972: Segfault when getting the deny_info page ID after a reconfigure
1015 - Bug 3970: max_filedescriptors disabled due to missing setrlimit
1016 - Bug 3967: ipc/Kid.cc compilation failure: 'time' was not declared in this scope
1017 - Bug 3960: DEAD cache_peer are not revived
1018 - Bug 3956: xstrndup: tried to dup a NULL pointer
1019 - Bug 3906: Filedescriptor leaks in SNMP
1020 - Bug 3782: Digest authentication not obeying nonce_max_count
1021 - HTTP/1.1: Make header parser obey relaxed_header_parser
1022 - HTTP/1.1: Re-compute Range response content offset after an FTP response was adapted
1023 - SMP: Replace blocking sleep(3) and close UDS socket on failures
1024 - Windows: fix several compile errors
1025
1026 Changes to squid-3.3.10 (03 Nov 2013):
1027
1028 - Bug 3929: request_header_add not working for tunnel requests
1029 - Bug 3923: cbdata and undefined behavior due to dynamic runtime enumeration
1030 - Bug 3918: Self Test Failures on Mac OS X 10.8
1031 - Bug 3887: tcp_outgoing_tos not working for IPv6
1032 - Bug 3836: Fix issues with automake 1.13+ and make check
1033 - Bug 3480: StoreEntry::kickProducer() segfaults in store_client::copy()
1034 - Fix pinning hierarchy log information
1035 - Fix close idle client connections associated with closed idle pinned connections.
1036 - Fix cbdata 'error: expression result unused' errors
1037 - Avoid "hot idle": A series of rapid select() calls with zero timeout.
1038 - Append Connection:close to OPTIONS requests when icap_persistent_connections is off
1039 - ntlm_fake_auth: pass DOMAIN data to Squid in original case
1040 - kerberos_ldap_group: fix LDAP string duplication
1041 - Use IPv6 localhost nameserver on DNS configuration errors
1042 - Add cache_miss_revalidate
1043 - ... and several portability improvements
1044
1045 Changes to squid-3.3.9 (11 Sep 2013):
1046
1047 - Regression Bug 3077: off-by-one error in Digest header decoding
1048 - Bug 3895: fix acl_uses_indirect_client and cache_peer_access
1049 - Bug 3879: assertion failed ConnStateData::validatePinnedConnection
1050 - Bug 3863: myportname acl causes segmentation fault
1051 - Bug 3849: Duplicate certificate sent when using https_port
1052 - Bug 2287: Better fix for unsupported HTTP version handling
1053 - Bug 2112: Reload into If-None-Match
1054 - Fix several assert with side effects in ICAP/eCAP response handling
1055 - Fix myportname ACL on ICAP/eCAP transactions
1056 - Fix external ACL user:pass detail logging after adaptation
1057 - Fix SMP mgr:info report 'Largest file desc currently in use'
1058 - Handle infinite certificate validation loops caused by OpenSSL Bug 3090.
1059 - Improved compatibility with gcc 4.8, clang and icc
1060 - Show number of available filedescriptors when reserved FD changes
1061 - Sync with newest OpenSSL error codes
1062 - Register Http2-Settings header
1063 - ... and many Windows portability fixes
1064
1065 Changes to squid-3.3.8 (13 Jul 2013):
1066
1067 - Bug 3869: assertion failed: MemBuf.cc:272: size < capacity
1068 - Improved handling of port values in Host: header validation
1069
1070 Changes to squid-3.3.7 (11 Jul 2013):
1071
1072 - Bug 3297: Fix openSSL related build failures
1073 - Fix build on FreeBSD 9.x platform with clang
1074 - Protect against buffer overrun in DNS query generation
1075
1076 Changes to squid-3.3.6 (01 Jul 2013):
1077
1078 - Bug 3854: pt1: compile errors on AIX
1079 - Bug 3802: Fix wrong check inside Format::Format::assemble
1080 - Bug 3762: remove bogus WARNING in cache.log
1081 - Bug 3717: assertion failed with dstdom_regex with IP based URL
1082 - Bug 1991: kqueue causes SSL to hang
1083 - Ask for SSL key password when started with -N but without sslpassword_program
1084 - Make sure %<tt includes all [failed] connection attempts
1085 - Support HTTP reply ACLs in icap_log and log_icap
1086 - Fix incorrect external_acl_type codes
1087 - Fix ICAP logging request headers and segmentation faults
1088 - ... and some documentation polish
1089
1090 Changes to squid-3.3.5 (20 May 2013):
1091
1092 - Bug 3851: Delay Pool class 5 tag:levels displayed incorrectly in cache manager
1093 - Bug 3845: http_port tcpkeepalive= option fails parsing
1094 - Bug 3840: assertion failed 'sde' in UFS cache loading
1095 - Bug 3836: make check failures with automake-1.13
1096 - Bug 3827: Remove AccessLogEntry::cache.authuser
1097 - Bug 3816 pt2: SSL_get_certificate call inside Ssl::verifySslCertificate crashes
1098 - Bug 3780: cachemgr.cgi: output problem in HTTP Header Statistics
1099 - Bug 3759: OpenSSL compilation error on stock Fedora17, RHEL, CentOS 6 systems
1100 - Bug 3744: squid terminated: FATAL: Bungled (null) line 3: sslproxy_cert_sign signTrusted all
1101 - Port from 2.6: external acl %ACL and %DATA tags
1102 - Update copyright on SN.png
1103 - ... and several minor memory leaks
1104 - ... and some documentation polish
1105
1106 Changes to squid-3.3.4 (27 Apr 2013):
1107
1108 - Bug 3831: basic_ncsa_auth Blowfish and SHA support
1109 - Bug 3816: SSL_get_certificate call inside Ssl::verifySslCertificate crashes
1110 - Bug 3794: MacOS: workaround compiler errors and case-insensitivity
1111 - Bug 3781: Proxy Authentication not sent to cache_peer
1112 - Bug 3720 pt1: SourceLayout: shuffle fd_table definition into fde.h
1113 - Bug 3720 pt2: Add missing include in /dev/poll I/O module
1114 - Bug 3674: Improve compiler detection, better support warnings-as-errors on clang
1115 - Add support for TPROXY on BSD
1116 - Fix SSL Bump bypass for intercepted traffic
1117 - Fix memory leaks in ConnStateData pinning
1118 - Fix external_acl.cc "inBackground" assertion on queue overloads
1119 - CacheMgr: fix missing column separator in helper stats
1120 - OpenBSD: libpthreads requires OpenBSD 5.2 or later
1121 - ... and lots of documentation updates
1122 - ... and all changes from squid 3.2.10
1123
1124 Changes to squid-3.3.3 (12 Mar 2013):
1125
1126 - Bug 3720: Add missing include in /dev/poll I/O module (pt2)
1127 - ... and all changes from squid 3.2.9
1128
1129 Changes to squid-3.3.2 (02 Mar 2013):
1130
1131 - Bug 3781: Proxy Authentication not sent to cache_peer
1132 - Bug 3794: MacOS: workaround compiler errors
1133 - Bug 3720: Compile error in Solaris /OpenIndiana
1134 - ... and all changes from squid 3.2.8
1135
1136 Changes to squid-3.3.1 (09 Feb 2013):
1137
1138 - Bug 3726: build errors with --disable-ssl
1139 - Propigate pinned connection persistency and closures to the client.
1140 - Mimic SSL certificate Key Usage and Basic Constraints
1141 - Fix segmentation fault on missing squid.conf values
1142 - ext_sql_session_acl: Fix hex decoding on UID
1143 - ... and some code polish
1144 - ... and a lot of documentation polish
1145 - ... and all changes from squid 3.2.7
1146
1147 Changes to squid-3.3.0.3 (09 Jan 2013):
1148
1149 - Bug 3729: 32-bit overflow in parsing 64-bit configuration values
1150 - Bug 3728: Improve debug for cache_dir
1151 - Additional fixes for CVE-2012-5643 / SQUID:2012-1
1152 - kerberos_ldap_group: support multiple groups in squid.conf ACL definition
1153 - kqueue: update status from experimental to fully available net I/O method
1154 - ... and many memory leaks and potential bugs detected by Coverity Scan
1155
1156 Changes to squid-3.3.0.2 (03 Dec 2012):
1157
1158 - Support matching empty header field values using req_header and rep_header
1159 - ... and some minor code polish and input vaidations
1160 - ... and all changes from squid 3.2.4
1161
1162 Changes to squid-3.3.0.1 (21 Oct 2012):
1163
1164 - Bug 3610: Add peername_regex ACL
1165 - Bug 3239: rename myip/myport as localip/localport
1166 - Bug 3130: helpers are crashing too rapidly
1167 - Add log_db_daemon SQL Database Logging Daemon
1168 - Add ext_time_quota_acl helper managing sessions by bandwidth usage
1169 - Add request_header_add option
1170 - Support C++11 features where possible
1171 - Support bump-ssl-server-first
1172 - Support mimic SSL server certificates
1173 - Remove --enable-ntlm-fail-open
1174 - Fix TLS/SSL Options does not apply to the dynamically generated certificates
1175 - Fix SslBump stuck after error
1176 - Polish: display ACL enumeration text in debugs
1177 - ... and many portability fixes for MacOS X, Windows and others
1178 - ... and many compile error fixes
1179 - ... and a very large amount of code polish for faster compilation
1180
1181 Changes to squid-3.2.14 (01 May 2015):
1182
1183 - Fix 'access_log none' to prevent following logs being used
1184 - Fix X509 server certificate domain matching
1185 - ... some documentation updates
1186
1187 Changes to squid-3.2.13 (13 Jul 2013):
1188
1189 - Bug 3869: assertion failed: MemBuf.cc:272: size < capacity
1190 - Improved handling of port values in Host: header validation
1191
1192 Changes to squid-3.2.12 (11 Jul 2013):
1193
1194 - Protect against buffer overrun in DNS query generation
1195 - Avoid !closing assertions when helpers call comm_read during reconfigure.
1196 - Fix several minor memory leaks during reconfigure
1197 - Remove origin_tries limiter on forwarding and permit large max_forward_tries values
1198
1199 Changes to squid-3.2.11 (30 Apr 2013):
1200
1201 - Regression Bug 3839: build error: src/tools.h: No such file or directory
1202 - Update copyright on SN.png
1203
1204 Changes to squid-3.2.10 (27 Apr 2013):
1205
1206 - Bug 3833: squidclient: Option '-k' is not present in man(1) page
1207 - Bug 3825: basic_ncsa_auth: segfaulting with glibc-2.17
1208 - Bug 3822: Locate LDAP and SASL headers for BSD support
1209 - Bug 3817: Memory leak in SSL cert validate for alt_name peer certs
1210 - Bug 3774: 'squid -k reconfigure' drops rock cache
1211 - Bug 3565: Resuming postponed accept kills Squid
1212 - HTTP/1.1: partial support for no-cache and private controls with parameters
1213 - ssl_crtd: fix helpers dying during startup on ARM
1214 - GNU Hurd: define MAP_NORESERVE as no-op when missing
1215 - BSD: fix enter_suid/leave_suid build errors in ip/Intercept.cc
1216
1217 Changes to squid-3.2.9 (12 Mar 2013):
1218
1219 - Regression fix: Accept-Language header parse
1220 - Bug 3673: Silence 'Failed to select source' messages
1221 - Fix authentication headers sent on peer digest requests
1222 - Fix build error on Solaris, OpenIndiana, Omnios
1223
1224 Changes to squid-3.2.8 (02 Mar 2013):
1225
1226 - Bug 3767: tcp_outgoing_tos/mark ACLs do not obey acl_uses_indirect_client
1227 - Bug 3763: diskd Error: no filename in shm buffer
1228 - Bug 3752: objects that cannot be cached in memory are not cached on disk
1229 - Bug 3753: Removes the domain from the cache_peer server pconn key
1230 - Bug 3749: IDENT lookup using wrong ports to identify the user
1231 - Bug 3723: tcp_outgoing_tos/mark broken for CONNECT requests
1232 - Bug 3686: cache_dir max-size default fails
1233 - Bug 3515: crash in FtpStateData::ftpTimeout
1234 - Bug 3329: Quieten orphan Comm::Connection messages
1235 - Make squid -z for cache_dir rock preserve the rock DB
1236 - Fixed several server connect problems
1237 - ... and some build issues on Solaris, OpenIndiana, MacOS X
1238 - ... and some documentation and debugs polishing
1239
1240 Changes to squid-3.2.7 (01 Feb 2013):
1241
1242 - Bug 3736: Floating point exception due to divide by zero
1243 - Bug 3735: raw-IPv6 domain URLs crash if IPv6-disabled
1244 - Bug 3732: Fix ConnOpener IPv6 awareness
1245 - Bug 3729: 32-bit overflow in parsing 64-bit configuration values
1246 - Bug 3728: Improve debug for cache_dir
1247 - Bug 3687: unhandled exception: c when using interception and peers
1248 - Bug 3678: external acl grace period causes acl lookup failures
1249 - Bug 3567: Memory leak handling malformed requests
1250 - Bug 3111: Mid-term fix for the forward.cc "err" assertion
1251 - Support OpenSSL NO_Compression optio
1252 - Fix IPv6 enabled pinger on split-stack or IPv6-disabled systems
1253 - Fix "address.GetPort() != 0" assertion for helpers
1254 - ... and several minor memory leaks
1255 - ... and some cache.log message polishing
1256
1257 Changes to squid-3.2.6 (09 Jan 2013):
1258
1259 - Regression Bug 3731: TOS setsockopt() requires int value
1260 - Regression Bug 3712: Rotating logs overwrites the previous log
1261 - Bug 3727: LLVM compile errors in kerberos_ldap_group
1262 - Bug 3650: Negotiate auth missing challenge token
1263 - Additional fixes for CVE-2012-5643 / SQUID:2012-1
1264
1265 Changes to squid-3.2.5 (10 Dec 2012):
1266
1267 - Bug 3698: Add missing include of errno.h
1268
1269 Changes to squid-3.2.4 (03 Dec 2012):
1270
1271 - Ported: urllogin ACL from squid 2.7
1272 - Bug 3688: Lots of Orphan Comm:Connections to ICAP server
1273 - Bug 3677: Port un-pinning logic changes from squid 3.3
1274 - Bug 3405: ssl_crtd crashes failing to remove certificate
1275 - ... and major bugs fixed in squid 3.1.22
1276 - Fix accept_filter on Linux
1277 - Remove 'Bungled' warning on missing component directives
1278 - ... and many buffer and memory leak issues in the bundled helpers
1279 - ... and a small amount of code polishing
1280
1281 Changes to squid-3.2.3 (21 Oct 2012):
1282
1283 - Regression: SMP crashes on startup with workers > 1
1284 - Bug 3655: pinning failure breaks NTLM and Negotiate authentication
1285 - SMP: Allow a UFS cache_dir entry to coexist with a shared memory cache entry
1286 - HTTP/1.1: honour Cache-Control before Pragma:no-cache
1287 - HTTP/1.1: Cache-Control compliance upgrade
1288 - Remove obsoleted refresh_pattern ignore-no-cache option
1289 - Fix IPv6 enabled squidclient
1290 - ... and several compile fixes
1291
1292 Changes to squid-3.2.2 (06 Oct 2012):
1293
1294 - Regression: Make login=PASS send no credentials when none available
1295 - Regression: Handle dstdomain duplicates and overlapping names better
1296 - Bug 3661: Segmentation fault when using more than 1 worker
1297 - Bug 3660: ACLFilledChecklist::fd set with wrong fd for sslproxy_cert_error
1298 - Bug 3658: ERR_ZERO_SIZE_OBJECT propagates out even after successful retry
1299 - Bug 3648: polish String class files
1300 - Bug 3647: parsing hier_code acl fails
1301 - Bug 3626: forwarding loops on intercepted traffic
1302 - Bug 3616: retrieve client connection for ACL checks from the related HttpRequest object
1303 - Bug 3609: several RADIUS helper improvements
1304 - Bug 3605: memory leak in Negotiate authentication
1305 - Fix small memory leak in src ACL parse
1306 - Fix maximum_single_addr_tries upgrade
1307 - Fix chunked encoding on responses carrying a Content-Range header.
1308 - Do not reuse persistent connections for PUTs to avoid ERR_ZERO_SIZE_OBJECT
1309 - ... and several compile errors
1310
1311 Changes to squid-3.2.1 (15 Aug 2012):
1312
1313 - Bug 3605: memory leak in peer selection
1314 - Bug 3478: better default handling without -DSTRICT_ORIGINAL_DST
1315 - ... and some documentation updates
1316
1317 Changes to squid-3.2.0.19 (02 Aug 2012):
1318
1319 - Regression Bug 3580: IDENT request makes squid crash
1320 - Regression Bug 3577: File Descriptors not properly closed
1321 - Regression Bug 3478: Allow peer selection and connection auth on intercepted traffic
1322 - Regression Fix: Restore memory caching ability
1323 - Bug 3556 Workaround: epoll assertion failed: comm.cc:1093: isOpen(fd)
1324 - Bug 3551: store_rebuild.cc:116: "store_errors == 0" assertion
1325 - Bug 3525: Do not resend nibbled PUTs and avoid "mustAutoConsume" assertion.
1326 - Avoid bogus "Disk space over limit" warnings when rebuidling dirty ufs index
1327 - Support custom headers in [request|reply]_header_* manglers
1328 - ... and much code polishing
1329
1330 Changes to squid-3.2.0.18 (29 Jun 2012):
1331
1332 - Bug 3576: ICY streams being Transfer-Encoding:chunked
1333 - Bug 3537: statistics histogram leaks memory
1334 - Bug 3526: digest authentication crash
1335 - Bug 3484: Docs: sslproxy_cert_error example flawed
1336 - Bug 3462: Delay Pools and ICAP
1337 - Bug 3405: ssl_crtd crashes failing to remove certificate
1338 - Bug 3380: Mac OSX compile errors with CMSG_SPACE
1339 - Bug 3258: Requests hang when Host forgery verify fails
1340 - Bug 3186: Digest auth caches failed state without revalidating
1341 - Bug 2976: ERR_INVALID_URL for transparently captured requests when reconfiguring
1342 - Bug 2885: AIX: check and set required compiler flags
1343 - Fix ssl_crtd compile issues with libsslutil
1344 - Fix build with GCC 4.7 (and probably other C++11 compilers).
1345 - Fix double-escape of %R on deny_info redirect responses
1346 - Support status 308 Permanent Redirect
1347 - Support for TLSv1.1 and TLSv1.2 options and methods
1348 - Support passing external_acl_type credentials on ICAP
1349 - Language Updates: fr, hy, pt_BR
1350 - ... and many compile issues on Windows
1351 - ... and some minor code polish
1352
1353 Changes to squid-3.2.0.17 (12 Apr 2012):
1354
1355 - Bug 3527: EUI compile errors on Mac OS X 10.5.8 PPC
1356 - Bug 3509: kQueue compile error
1357 - Bug 3505: crash in CbcPointer<Comm::ConnOpener> constructor
1358 - Bug 3441: Part 3: Replace corrupted v1 swap.state with new v2 format.
1359 - Bug 3397: do not mark connection as opened until after SYN-ACK
1360 - Bug 3193: NTLM decoder truncating strings
1361 - Windows FD handling polish and some fixes
1362 - Solaris 9/10 various build fixes
1363 - ... and some more code polish
1364
1365 Changes to squid-3.2.0.16 (07 Mar 2012):
1366
1367 - Bug 3508: Correct DNS timeout handling.
1368 - Bug 3503: DNS PTR queries timeout due to wrong QIDs.
1369 - Bug 3497: Bad ssl_crtd db size file causes infinite loop
1370 - Bug 3490: part 1: SegFault opening FTP active data connections
1371 - Bug 3490: Crash writing Apache Common and Referer/Useragent logs
1372 - Bug 3458: Icon Serving (squid-internal-static) Broken
1373 - Bug 3457: Display TLS error details in ERR_SECURE_CONNECT_FAIL
1374 - Bug 3381: 32-bit overflow assertion in StatHist
1375 - Bug 3324: loadFromFile: parse error while reading template file
1376 - Support sslpassword_program for ssl-bump HTTP ports
1377 - Support CoAP protocol coap:// and coaps:// URL schemes in HTTP requests
1378 - Retry requests that failed due to a persistent connection race
1379 - Log '-' on requests with no Referer or User-Agent headers
1380 - ... and several fixes related to in-transit object performance
1381 - ... and some structural design changes for portability
1382
1383 Changes to squid-3.2.0.15 (06 Feb 2012):
1384
1385 - Bug 3472: segfault with the message 'urlParse: URL too large'
1386 - Bug 3471: segfault when %la formating code used
1387 - Bug 3449: part 3: shm_open can fail with a mangled path
1388 - Bug 3449: part 4: shm_open failed (fixing memory_cache_shared defaults)
1389 - Bug 3448: 204 response problem in adaptation chains
1390 - Bug 3447: assertion failed: CommCalls.h:150: "dp"
1391 - Bug 3461: build regression in IPFilter NAT
1392 - Bug 3413: raise cbdata lock limits
1393 - Bug 3391: forwarded_for log functionality broken
1394 - Bug 3268: Squid cannot do anything else during ufs/diskd rebuild
1395 - Bug 3268: remove wrong 'Ready to serve requests.' message
1396 - Bug 2519: ssl_bump + Authentication (LDAP Digest) issues
1397 - Disable OpenSSL SSL/TLS bug workarounds by default
1398 - Send DNS A and AAAA queries in parallel
1399 - Cache Manager migration support
1400 - Allow service of internal requests over reverse-proxy ports
1401 - Fix trimMemory for unswappable objects
1402 - ... and several build and polish fixes
1403
1404 Changes to squid-3.2.0.14 (12 Dec 2011):
1405
1406 - Bug 3433: Segfault closing SNMP
1407 - Bug 3420: Request body consumption races and !theConsumer exception.
1408 - Bug 3406: SSL Log Error in debug
1409 - Bug 3383: store.cc:1631: "new_status != IN_MEMORY" assertion
1410 - Bug 3383: unhandled exception: theGroupBSize > 0
1411 - Bug 3377: assertion failed: store.cc:885: "store_status == STORE_PENDING"
1412 - Bug 3367: fix inverted check on host_strict_verify
1413 - Bug 3366: assertion comm.cc:1276: isOpen(fd) via CompositePoolNode::kickReads
1414 - Bug 3364: SNMP Orphans
1415 - Bug 3301: ERR_DNS_FAIL never shown
1416 - Bug 3150: do not start useless unlinkd
1417 - ext_session_acl: version 1.2
1418 - Add adaptation_meta option
1419 - Add a mask on the qos_flows miss configuration value
1420 - Support intermediate CA in ssl-bump traffic certificates
1421 - Support SSL certificate failure details on error page
1422 - Fix flags for NAT intercept and TPROXY not set correctly
1423 - Fix fastCheck() default result on multi-line actions
1424 - Fix missing SMP shared memory statistics
1425 - Fix Comm::Write closing() assertion when retrying a failed UDP DNS query
1426 - ... and several other TCP and SMP support behaviour fixes
1427 - ... and many code polishing cleanups and fixed build errors
1428 - ... and several documentation polishings
1429
1430 Changes to squid-3.2.0.13 (14 Oct 2011):
1431
1432 - Regression Bug 3363: never_direct always 'unable to forward this request at this time'
1433 - Regression Bug 3351: FTP timeout causing "store_status == STORE_PENDING" assertion
1434 - Regression Bug 3336: reconfigure assertion 'hlp->childs.n_running > 0'
1435 - Regression fix: always_direct/never_direct failures
1436 - Regression fix: stop an SSL header file being included after --disable-ssl
1437 - Regression fix: parse HTTP list headers with embedded 8-bit characters
1438 - Bug 3355: configure setting --with-swapdir ignored
1439 - Bug 3325: option to selectively enable strict host verify checks
1440 - Bug 3337: HTTP status 200 is not accepted for deny_info
1441 - Bug 3077: '\' in url query strings cause Digest authentication to fail
1442 - Support SMP worker shared memory cache
1443 - Support SMP worker shared disk cache (rock)
1444 - ext_session_acl: version 1.1
1445 - Fix Host verify: do not pinn destination IP if URL re-write has been done
1446 - Fix IPF interception
1447 - Fix ssl_crtd "Cannot add certificate to db" when updating expired cert
1448 - Fix ssl_crtd CertificateDB locking scheme
1449 - ... and all changes from 3.1.16
1450 - ... and many compile and polishing fixes
1451
1452 Changes to squid-3.2.0.12 (17 Sep 2011):
1453
1454 - Regression Bug 3335: ICAP service is down
1455 - Regression Bug 3322: adapt:: and icap:: format codes do not parse
1456 - Regression Bug 3303: Support for non-English usernames in log files
1457 - Regression Bug 3259: assertion failed: Connection.cc:29: 'fd<0' after REVIVED PARENT
1458 - Regression: %I shows hostname on SSL error page
1459 - Regression: FTP outgoing port always 'in use' on PASV connections
1460 - Bug 3337: (partial) status 200 is not accepted for deny_info
1461 - Bug 3319: Inconsistencies in error messages
1462 - Bug 3281: pconn in-use while closing assertion
1463 - Bug 3243: Fix cases: raw-IPv6, case variant FQDN, internal request
1464 - Fixed max-stale check. Entities not exceeding max-stale were marked as stale
1465 - Adjust format code %la for intercepted connections
1466 - Log ICAP_ERR_GONE ICAP transaction outcome when ICAP initiator disappears early
1467 - Send RST packet when closing an ICAP connection after a transaction error
1468 - Support maximum field width for string access.log fields
1469
1470 Changes to squid-3.2.0.11 (28 Aug 2011):
1471
1472 - Bug 3243: CVE-2009-0801 Bypass of browser same-origin access control
1473 - Host: authority validation of intercepted destination IP
1474 - Host: authority validation of request URL
1475 - Host: authority validation of CONNECT tunnel destination
1476 - Preserve client destination IP in intercepted communication
1477 - Regression Bug 3316: Failed to connect to nameserver using TCP
1478 - Regression Bug 3311: segmentation fault in getMyPort() with only intercept port set
1479 - Regression Bug 3310: %<pt translates as %<p
1480 - Regression Bug 3301: ERR_DNS_FAIL never shown (partial)
1481 - Regression Bug 3288: %<la and %<lp not displaying
1482 - Bug 3289: cache manager parameters not parsed without password
1483 - Bug 2279: Log Format options to log server source IP and port
1484 - Bug 3211: ssl_crtd start even if no ssl-bump port is configured
1485 - Bug 3138: squidclient mgr:objects/mgr:vm_objects never ends
1486 - Bug 3118: ecap_enable on forces icap_enable on
1487 - Bug 3107: ncsa_auth DES silently truncates passwords to 8 bytes
1488 - Default to vhost for accelerator mode (reverse proxy)
1489 - Display HTTP protocol syntax at section 11 level 2
1490 - Support for using custom keys in CARP parents
1491 - Optimize regular expression ACLs
1492 - ... and a lot of code portability fixes
1493 - ... and all bugs and polish changes from 3.1.15
1494
1495 Changes to squid-3.2.0.10 (24 Jul 2011):
1496
1497 - Port from 2.7: act-as-origin for reverse proxy ports
1498 - Regression fix: broken --disable-ipv6
1499 - Regression fix: negative cacheing on unknown or -1 expiry timestamp
1500 - Regression fix: vhost and defaultsite causing vport to be ignored
1501 - Regression fix: several errors in persistent connection handling
1502 - Regression Bug 3280: allow max-size unset and min-size=N for large objects
1503 - Regression Bug 3245: reconfigure assertion in MemPools[type]
1504 - Regression Bug 3274: assertion failed: CommCalls.h:144: "dp"
1505 - Regression Bug 3273: assertion comm.cc:775: Comm::IsConnOpen(conn)
1506 - Regression Bug 3269: cache.log applyQueryParams messages
1507 - Regression Bug 3264: Segmentation Fault in src/ipc/Strand.cc(54) receive: 3
1508 - Regression Bug 3246: assertion client_side.cc:1407 connIsUsable(http->getConn())
1509 - Bug 3267: workers IPC mount points disobey --localstatedir
1510 - Bug 3248: login=NEGOTIATE sends wrong auth header to origin peers
1511 - Bug 3247: Domain from URL Stripped when going through peers
1512 - Bug 3244: wrong port for peer relayed requests
1513 - Bug 3195: kerberos_ldap_group will not build without kerberos
1514 - Bug 2862: add http(s):// support to cache manager
1515 - kerberos_ldap_group: several fixes to -S option
1516 - ssl_crtd: Add man(8) file
1517 - ... and several pieces of code cleanup and polishing.
1518 - ... and most bug fixes and updates from 3.1.14 and 3.1.15
1519
1520 Changes to squid-3.2.0.9 (18 Jun 2011):
1521
1522 - Bug 3159: delay pools --disable-auth compile problems
1523 - HTTP/1.1: Support multiline quoted-string header fields
1524 - HTTP/1.1: Send 505 Unsupported Version on mangled version codes
1525 - Support configurable and translated SSL error details messages
1526 - Add log format codes for split client/server views of HTTP request line
1527 - Major upgrade of TCP connection handling
1528 - Support split-stack IPv6 to servers
1529 - Support persistent connections with tcp_outgoing_address/tcp_outgoing_tos
1530 - Optimized persistent connection handling
1531 - Optimized FTP data connection handling
1532 - Optimized TCP failure recovery
1533 - ... and all bug fixes and updates from 3.1.12.3
1534 - ... and many code polish, documentation and translation cleanups
1535
1536 Changes to squid-3.2.0.8 (30 May 2011):
1537
1538 - Bug 3214: "helperHandleRead: unexpected read from ssl_crtd" errors.
1539 - Bug 3043: Properly detect Iphlpapi.h on windows
1540 - Bug 2055: Honor ICAP Max-Connections
1541 - Fix NTLM/Negotiate reply auth PASSTHRU to peers
1542 - Support SSL SNI to origin servers
1543 - Add %EXT_LOG and %EXT_TAG external_acl_type format options
1544 - Add %b tag for proxy listening port display in error pages
1545 - Optimize base64 encoding/decoding
1546 - Require libcap before enabling netfilter MARK support
1547 - Require libtool 2.2
1548 - Bundle pkg.m4 from pkg-config 0.25 for OS without pkg-config
1549 - ... and all bug fixes and updates from 3.1.12.2
1550 - ... and some documentation and code polishing
1551
1552 Changes to squid-3.2.0.7 (19 Apr 2011):
1553
1554 - Regression fix: NTLM and Negotiate auth assertion "RefCountCount() == 2"
1555 - Regression fix: icons/ FHS compliance
1556 - Regression fix: Startup aborts with URL error when --disable-htcp
1557 - Bug 3192: comm.cc:216: "fd_table[fd].halfClosedReader != NULL"
1558 - Add negotiate_wrapper_auth version 1.0.1
1559 - Fixed %dt logging in the presence of REQMOD
1560 - Fixed chunked request forwarding in ICAP REQMOD presence
1561 - ... all bug fixes and updates from 3.1.12.1
1562 - ... many code polishings and display cleanups
1563
1564 Changes to squid-3.2.0.6 (04 Apr 2011):
1565
1566 - Regression fix: upgrade existing icons
1567 - Regression fix: dont crash when accessing an SSL certificate with errors
1568 - Regression fix: prevent stdio log module segfaults on rotate
1569 - Regression fix: shutdown properly even if a worker process crashes on exit
1570 - Regression Bug 3159: (partial fix) ICAP and --disable-auth compile problems
1571 - Bug 3170: "Unsupported or unconfigured/inactive proxy-auth scheme" on shutdown
1572 - Bug 3105: malformed Proxy-Authorization leaks memory
1573 - Bug 3007: CONNECT to cache_peer returns 000 status code
1574 - Bug 2885: Compile errors on AIX
1575 - Support parameterized Cache Manager queries
1576 - Support libecap v0.2.0; fixed eCAP body handling and logging
1577 - Support dynamic adaptation plans that cover multiple vectoring points
1578 - Support %D details for documented OpenSSL errors
1579 - Support logging of all transactions including those with uncertain status or no sent response
1580 - Updrate negotiate_kerberos_auth to version 3.0.4sq
1581 - Update ext_kerberos_ldap_group_acl to version 1.3.0sq
1582 - Update ext_edirectory_userip_acl to version 2.1
1583 - Convert dns_timeout and dns_retransmit_interval directives to use millisecond resolution
1584 - Change the default dns_timeout value from 2 minutes to 30 seconds
1585 - Fix TCP log stream flushing on every line
1586 - ... all bug fixes and updates from 3.1.12
1587 - ... a great many compiler portability fixes
1588 - ... many code polishings and display cleanups
1589
1590 Changes to squid-3.2.0.5 (12 Feb 2011):
1591
1592 - Regression Fix: profiler should not be built by default
1593 - Regression Bug 3081: assertion failed: AsyncCallQueue
1594 - Regression Bug 2948: Requests for FTP active downloads cause failed assertion
1595 - Bug 3089: FTP command output overrides directory listing
1596 - Bug 2870: --disable-auth does not work
1597 - Bug 2586: multiple memory leaks during reconfigure
1598 - Bug 2581: FTP directory listing sometimes fails
1599 - Port from 2.7: maximum staleness limits
1600 - HTTP/1.1: Support RFC 5861 Cache-Control: stale-if-error option
1601 - HTTP/1.1: Support configurable status codes for deny_info
1602 - Support upcoming "fresh message creation" eCAP API
1603 - Aggregate SNMP responses when using SMP with multiple workers
1604 - Several more Solaris, Windows and ICC support fixes
1605 - ... all bug fixes and updates from 3.1.11
1606 - ... and more code cleanup shufflings
1607 - ... and several documentation updates
1608
1609 Changes to squid-3.2.0.4 (22 Dec 2010):
1610
1611 - Port 2.x: cache_dir min-size setting
1612 - Bug 3059: Crash on digest auth headers with unknown nonce
1613 - Fix cachemgr reported HTTP/ICP requests/messages per minute when multiple workers used
1614 - Fix cachemgr mem-pools reporting
1615 - Add Dynamic SSL certificate generation
1616 - Add useragent, referer, combined built-in log formats
1617 - Obsolete log_fqdn directive
1618 - Obsolete useragent/referer/forward_log directives
1619 - HTTP/1.1: Send 1.1 on CONNECT responses
1620 - Updated Kerberos support for newer GSSAPI releases
1621 - Improve handling of adapted body delivery failures in REQMOD request satisfaction mode
1622 - Improve handling of early eCAP transaction failures
1623 - Various ext_edirectory_acl fixes
1624 - ... all bug and feature fixes included in 3.1.10 release
1625 - ... and a lot of code and documentation polishing
1626
1627 Changes to squid-3.2.0.3 (07 Nov 2010):
1628
1629 - Regression fix: SMP broke ICP outgoing IP lookup if no udp_outgoing_addr set
1630 - Regression fix: ESI processing of Surrogate filter
1631 - Bug 3091: bypassed ICAP errors are not counted as service failures
1632 - Bug 3048: "commio_has_callback(fd, IOCB_READ, ccb)" assertion.
1633 - Bug 3038: Detatch libmisc from libcompat
1634 - Bug 3028: Permit wbinfo_group.pl to authenticate Kerberos users with NT domain
1635 - Bug 3002: store initialization (-z) does not work with SMP configs
1636 - Bug 2999: v2.0 of ext_edirectory_userip_acl
1637 - Bug 2785: DNS needs to set EDNS options advertising Squid capabilities
1638 - Bug 595: Add %err_code and %err_detail logformat codes for transaction failures
1639 - HTTP/1.1: support If-Match and If-None-Match requests
1640 - HTTP/1.1: forward 1xx control messages to clients that support them
1641 - HTTP/1.1: send Age:0 header even if it may break IE5
1642 - HTTP/1.1: dechunk incoming requests and chunk outgoing requests
1643 - HTTP/1.1: entry is stale if request has max-age=0
1644 - HTTP/1.1: harden quoted-string parser
1645 - Add --enable-build-info for extra "squid -v" display
1646 - Add --with-swapdir=PATH to override default /var/cache/squid
1647 - Add cpu_affinity_map directive to bind workers to CPU cores
1648 - Add Netfilter MARK support for QoS
1649 - Add upgrade process for obsolete options
1650 - Add support for RFC 2965 Set-Cookie2 / Cookie2 headers
1651 - Add support for client send bandwidth limits (a.k.a., quota or delay pool)
1652 - Fixes Eui48 support on OpenBSD
1653 - Fixes cache manager support with SMP configs
1654 - ... several documentation updates
1655 - ... all bug and feature fixes included in 3.1.9 release.
1656 - ... many more code polishes and leak removals
1657
1658 Changes to squid-3.2.0.2 (04 Sep 2010):
1659
1660 - Bug 3015: assertion failed: comm.cc:143: "ccb->active()"
1661 - Support rotating logs from cachemgr and squidclient
1662 - Support Kerberos authentication in squidclient
1663 - Add manual page for negotiate_kerberos_auth
1664 - Add helper ext_kerberos_ldap_group_acl to lookup Kerberos/NTLM group via LDAP
1665 - Add tool 'purge' for management of UFS/AUFS/DiskD caches (experimental)
1666 - Added log options %http::<bs and %icap::<bs
1667 - Collapse HTCP cache_peer options into one setting
1668 - Improved request smuggling attack detection. Tolerating valid benign HTTP
1669 - ... and several HTTP/1.1 compliance improvements
1670 - ... and all improvements in 3.1.7 and 3.1.8
1671
1672 Changes to squid-3.2.0.1 (03 Aug 2010):
1673
1674 - Port from 2.7: Logging infrastructure updates
1675 - Port from 2.7: Unique sequence number per log line
1676 - Port from 2.6: STORE_META_OBJSIZE swapout storage type
1677 - Bug 2792: tcp_outgoing_addr does not work with TPROXY
1678 - Bug 2631: refresh_pattern store-stale option
1679 - Bug 2305: Multiple leaks and assertion crashes in authentication
1680 - Bug 1239: Much needed ACL type random
1681 - Bug 7: (partial): Migrate on-disk objects to cache_mem on hit/refresh and update
1682 - Support full Surrogate/1.0 protocol extensions to HTTP for reverse-proxies
1683 - Support SMP for essential non-caching functionality
1684 - Support logging over TCP
1685 - Support Solaris 10 pthreads (experimental)
1686 - Support Kerberos login to peers
1687 - Support EUI / MAC in more environments
1688 - Support format tags in deny_info URLs
1689 - Support running helpers on-demand instead of all at startup
1690 - Support fully transparent login=PASSTHRU of authentication headers to peers
1691 - Support multi-lingual localised FTP directory listings
1692 - Support TPROXYv4 spoofing of X-Forwarded-For client address
1693 - Support ICAP 206 Partial Content extension
1694 - Append the _ABORTED or _TIMEDOUT suffixes to the action access.log field
1695 - Add ACL support to range_offset_limit
1696 - Add helpers for url_rewrite
1697 - Add helper multiplexer for concurrency emulation with legacy helpers
1698 - Add Perl library which facilitates parsing access logfile entries.
1699 - Add a simple script to summarise traffic use per user
1700 - Add templates for captive portal proxy configuration instructions
1701 - Add logging of the local TCP port used by transactions with HTTP servers
1702 - Update mswin_check_ad_group to version 2.0
1703 - Update squid_kerb_auth helper to version 3.0.2
1704 - Remove double-language error page hack (replaced by locale auto-negotiation)
1705 - Remove TPROXYv2 support (replaced by TPROXYv4)
1706 - Remove no_check.pl NTLM helper (replaced by ntlm_fake_auth)
1707 - Re-work ./configure script for smarter auto-detect and early error checks
1708 - Auto-enable all features by default
1709 - Workaround com_err.h C++ brokenness triggered by OpenSSL includes
1710 - Helpers naming scheme
1711 - Add support for write timeouts
1712 - Modify icap_service_failure_limit option to forget old ICAP errors
1713 - Updated man(8) manuals including several additions and translations
1714 - ... and a great many code cleanups
1715 - ... and a great many testing improvements
1716 - ... and many documentation updates
1717
1718 Changes to squid-3.1.23 (09 Jan 2013):
1719
1720 - Additional fixes for CVE-2012-5643 / SQUID:2012-1
1721
1722 Changes to squid-3.1.22 (03 Dec 2012):
1723
1724 - Bug 3685: Squid hangs in Delay Pools ClassCBucket::update
1725 - Bug 3659: read_timeout problem with HTTPS
1726 - Bug 3654: Fix IPv6 enabled squidclient
1727 - Bug 3189: AIO thread race on pipe() initialization
1728 - cachemgr.cgi: Memory Leaks and DoS Vulnerability
1729
1730 Changes to squid-3.1.21 (23 Sep 2012):
1731
1732 - Bug 3622: peerClearRRStart scheduling multiple events
1733 - Bug 3615: configure check for default max number of FDs is broken
1734 - Bug 3607: --enable-auth documented default action incorrect
1735 - Bug 3593: socket failure: Address family not supported by protocol
1736 - Bug 3584: Detection of setresuid() is broken
1737 - Bug 3568: Consolidate external_acl_type config dumping and add missing %%
1738 - Bug 3564: eCAP not supporting CoAP URI schemes
1739 - Bug 3484: Docs: sslproxy_cert_error example flawed
1740 - Bug 3462: Delay Pools and ICAP
1741 - Bug 3133: better fix: Memory leak handling requests for sites that don't exist
1742 - Bug 2976: ERR_INVALID_URL for transparently captured requests when reconfiguring
1743 - Silence IOS 15.1 unknown capabilities messages.
1744 - Account for Store disk client quota when bandwidth-limiting the server.
1745 - ... and several documentation fixes
1746 - ... and several compile fixes
1747
1748 Changes to squid-3.1.20 (08 Jun 2012):
1749
1750 - Regression Bug 3545: FreeBSD dnsserver segfaults
1751 - Regression Bug 3504: clientside_tos fails to mark traffic
1752 - Bug 3539: CONNECT server connection not closed correctly on errors
1753 - Bug 3502: client timeout uses server-side read_timeout, not request_timeout
1754 - Bug 3466: Adaptation stuck on last single-byte body piece
1755 - Bug 3463: dnsserver fails to compile
1756 - Bug 3439: correct external_acl_type documented default for ipv4/ipv6 option
1757 - Bug 3390: Proxy auth data visible to scripts
1758 - Bug 3263: ssl_crtd: undefined references to squid_curtime
1759 - Bug 3233: Invalid URL accepted with url host is white spaces
1760 - Bug 3133: Memory leak handling requests for sites that don't exist
1761 - Bug 3074: Improper URL handling with empty path (RFC 3986)
1762 - Bug 3013: segmentation fault on shutdown commSetCloseOnExec at comm.cc:1889
1763 - Regression: snmp/udp address directives not resolving hostname
1764 - Better helper-to-Squid buffer size management.
1765 - Support CoAP over HTTP (coap:// and coaps:// URLs)
1766 - Support for 3.2 error template codes
1767
1768 Changes to squid-3.1.19 (06 Feb 2012):
1769
1770 - Regression Bug 3441: part 2: Prevent further cache size corruption of swap.state
1771 - Bug 3473: erase last uses of obsolete auth_user_hash_pointer
1772 - Bug 3470: GCC 4.7
1773 - Bug 3442: assertion failed: external_acl.cc:908: ch->auth_user_request != NULL
1774 - Bug 3441: part 1: Minimize cache size corruption by malformed swap.state
1775 - Bug 3440: compile error in Adaptation
1776 - Bug 3420: Request body consumption races and !theConsumer exception
1777 - Bug 3370: external ACL sometimes skipping
1778 - Bug 3085: Crash when parsing esi:include
1779 - HTTP/1.1: do not add 110 and 111 Warnings to revalidated responses
1780 - Fix SSL library dependency fixes
1781
1782 Changes to squid-3.1.18 (03 Dec 2011):
1783
1784 - Regression: compile error in FTP
1785
1786 Changes to squid-3.1.17 (03 Dec 2011):
1787
1788 - Bug 3432: Crash logging FTP errors
1789 - Bug 3428: Active FTP data channel accepted twice
1790 - Bug 3423: access violation in URL parser
1791 - Bug 3422: Buffer overflow in recv-announce
1792 - Bug 3412: External ACL Uses Invalid Cache Entry
1793 - Bug 3408: Wrong header length leads to EFAULTs when creating UFS swap.log.new
1794 - Bug 3398: persistent server connection closed after PUT/DELETE
1795 - Bug 3299: dnsserver: various undefined references
1796 - Bug 3077: '\' in url query strings cause Digest authentication to fail
1797 - Bug 2910: MemBuf may grow beyond max_capacity
1798 - Bug 2619: Excessive RAM growth due to unlimited adapted body data consumption
1799 - Bug 1243: Build overrides configured AR setting
1800 - Avoid crashes when processing bad X509 common names (CN).
1801 - Support %% in external ACL format
1802 - ... and several other compile error fixes
1803 - ... and several documentation fixes
1804
1805 Changes to squid-3.1.16 (14 Oct 2011):
1806
1807 - Bug 3373: invalid URL in ERR_CACHE_ACCESS_DENIED
1808 - Bug 3368: Unhandled exceptions are not logged (workaround)
1809 - Bug 3326: miss_access incorrect default
1810 - Bug 3320: miss_access description confusing
1811 - Bug 3241: squid_kerb_auth cross compilation fix
1812 - Bug 3237: seq fault in free() from rfc1035RRDestroy
1813 - Bug 3190: Large HTTP POST stuck after early ICAP 400 error response
1814 - db_auth: display available DSN drivers on connect error
1815 - Updated OpenSSL 1.0.0 version checks
1816 - ... and several documentation fixes
1817
1818 Changes to squid-3.1.15 (28 Aug 2011):
1819
1820 - Regression fix: vhost and defaultsite causing vport to be ignored
1821 - Regression Bug 3295: broken escaping in rfc1738_do_escape
1822 - Bug #3232: fails to compile with OpenSSL v1.0.0
1823 - Bug #3222: cache_peer name is not logging on CONNECT
1824 - Bug #3131: fd_table[fd].closing() assert from ConnStateData::noteMoreBodySpaceAvailable()
1825 - Bug #3217: "!fd_table[fd].closing()" from ServerStateData::noteMoreBodySpaceAvailable
1826 - Bug #3213: https sites (CONNECT) not open when using NTLM
1827 - Bug #3114: Memory leak in SSL certificate verify code
1828 - Bug #3107: ncsa_auth DES silently truncates passwords to 8 bytes
1829 - Bug #2662: cf_gen failure when cross compiling
1830 - Bug #2655: passing wrong the username to the url_rewrite_program
1831 - Bug #2495: ignore whitespace prefix on config lines
1832 - Bug #2051: 'default' cache_peer option does not match documentation
1833 - Bug #1842: Optimize order of tests in peerWouldBePinged() and peerHTTPOkay()
1834 - Bug #1791: timestampsSet does not validate Date: if server sends very old date
1835 - Correct parsing of large Gopher indexes
1836 - Enable negative cacheing on unknown or -1 expiry timestamp
1837 - Remove hierarchy_stoplist default value
1838 - Migrate cf_gen tool from C-style to C++
1839 - ... and several documentation and compiler warning fixes
1840
1841 Changes to squid-3.1.14 (04 Jul 2011):
1842
1843 - Regression Bug 3261: Could not create a DNS socket and exit
1844
1845 Changes to squid-3.1.13 (01 Jul 2011):
1846
1847 - Regression Bug 3239: problems with myip/myport upgrade
1848 - Bug 3153: hung ICAP RESPMOD transactions
1849 - Update ssl_crtd to use 'OK' status inline with other helpers
1850
1851 Changes to squid-3.1.12.3 (18 Jun 2011):
1852
1853 - Bug 3236: Port of %oa, %<lp and %<lp and %<la log format options
1854 - Bug 3214: unexpected read from ssl_crtd
1855 - Bug 3153: Prevent ICAP RESPMOD transactions getting stuck with the adapted body
1856 - Fix RADIUS helper resource leak
1857 - Fix segfault parsing digest auth realm
1858 - Fix segfault in parse_eol()
1859 - Fixed bypass of SSL certificate validation errors
1860 - Warn about myip/myport problems on interception proxies
1861 - Polish: display easily grepped config lines on -k parse
1862 - Fix squidclient -V option and allow non-HTTP protocols to be tested
1863
1864 Changes to squid-3.1.12.2 (30 May 2011):
1865
1866 - Bug 3226: Tags from external ACLs do not correctly expire
1867 - Bug 3215: Malformed IPv6 DNS reverse lookup
1868 - Bug 3209: ssl-bumped requests forwarded unencrypted to the parent proxies/caches
1869 - Bug 3205: SSL-bump starts then hangs
1870 - Bug 3178: gcc-4.6 complains unused variables
1871 - Bug 3122: Unknown record type in WCCPv2 Packet (6)
1872 - Bug 2965 (partial): Compile errors on MinGW
1873 - Fix to only ssl-bump CONNECT requests if they are about to be tunneled
1874 - Fix cache manager display of -i/+i in regex ACL config display
1875 - Fix cache manager display of cache_peer options userhash and sourcehash
1876 - Fix URL re-writer loosing many transaction details
1877 - Fix always-true comparison in ICAP for some 32-bit platforms
1878 - Support for 'slow' group ACLs in ssl_bump access control
1879 - Support OpenSSL 1.0.0 built without SSLv2
1880 - Support GCC 4.6 and binutils-gold
1881 - Add CSS id attribute to BODY tag of generated error pages.
1882 - Display WARNING and ERROR when max_filedescriptors has failed
1883
1884 Changes to squid-3.1.12.1 (19 Apr 2011):
1885
1886 - Port from 3.2: Dynamic SSL Certificate generation
1887 - Bug 3194: selinux may prevent ntlm_smb_lm_auth from using /tmp
1888 - Bug 3185: 3.1.11 fails to compile on OpenBSD 4.8 and 4.9
1889 - Bug 3183: Invalid URL accepted with url host part of only '@'
1890 - Display ERROR in cache.log for invalid configured paths
1891 - Cache Manager: send User-Agent header from cachemgr.cgi
1892 - ... and many portability compile fixes for non-GCC systems.
1893
1894 Changes to squid-3.1.12 (04 Apr 2011):
1895
1896 - Regression fix: Use bigger buffer for server reads.
1897 - Regression fix: Add reply_header_replace directive for ability lost since 2.7
1898 - Bug 3181: /dev/poll fails to build on Solaris with GCC 4.5.0
1899 - Bug 3177: assertion failed: comm.cc:1583: "fd >= 0"
1900 - Bug 3175: IPv6 PTR lookup crashes on raw-IP URLs when IPv6 disabled
1901 - Bug 3173: Assertion bodyPipe!=NULL on SslBump CONNECT response writing failure
1902 - Bug 3164: Total memory info display 32-bit overflows
1903 - Bug 3155: Werror is hard-coded in libTrie build
1904 - Bug 3151: squid_kerb_auth: use autoconf LIBS instead of FLAGS for library linkage
1905 - Bug 2976: invalid URL on intercepted requests during reconfigure (workaround)
1906 - Bug 2720: comment in same line as cache/mem_replacement_policy causes error
1907 - Bug 2621: Provide request headers to RESPMOD when using cache_peer.
1908 - Bug 2330: AuthUser objects are never unlocked
1909 - Prevent CONNECT request relaying to origin servers
1910 - squidclient HTTP/1.1 compliance updates (Pragma and User-Agent headers)
1911 - squidclient: send Cache Manager password using -w
1912 - eCAP: give full Request-URI to adapters
1913 - ... and several debug and error display cleanups
1914
1915 Changes to squid-3.1.11 (08 Feb 2011):
1916
1917 - Bug 3149: not caching eCAP adapted body
1918 - Bug 3144: redirector program blocks while reading STDIN
1919 - Bug 3140: memory leak in error page generation
1920 - Bug 3137: RADIUS auth helper does not send identifier to RADIUS server
1921 - Bug 3115: logging segfaults if access_log is set to a directory
1922 - Bug 2968: Show the Vary: headers information in cachemgr objects report
1923 - Bug 2959: remove SAMBAPREFIX dependency
1924 - Bug 2868: icc doesn't like string literal in assert checks
1925 - HTTP/1.1: Send 307 status on deny_info redirection
1926 - HTTP/1.1: Support POST/PUT with no body
1927 - HTTP/1.1: Allow persistent connections for Mozilla/3.0 User-Agents
1928 - Support RFC 5861 Cache-Control: stale-if-error option
1929 - Add ftp_eprt directive to disable EPRT extensions in FTP
1930 - Fix external_acl_type grace=0 to obey TTL
1931 - Fix IP/FQDN cache accounting to avoid idle caches on busy servers
1932 - Prevent pipeline_prefetch misconfigurations breaking NTLM/Negotiate auth
1933 - ... and some documentation updates and corrections
1934 - ... and some portability and stability fixes
1935
1936 Changes to squid-3.1.10 (22 Dec 2010):
1937
1938 - Bug 3121: memory leak in DigestAuth: AuthUser object is locked twice
1939 - Bug 3113: Consuming too much memory when uploading files
1940 - Bug 3110: 'reply_body_max_size none' does not work with x-forwarded-for
1941 - Bug 3096: Consuming too much memory when delaying traffic
1942 - Bug 3091: Bypassed ICAP errors are not counted as service failures
1943 - Bug 3090: Polish FTP login error handing
1944 - Bug 3068: cache_dir capacity and usage overflows
1945 - Bug 3028: Permit wbinfo_group.pl to authenticate Kerberos users with NT domain
1946 - Bug 427: HTTP Compliance: Support If-Match and If-None-Match requests
1947 - Fix memory leak in adaptation_access
1948 - Fix /dev/poll and poll() selection priority
1949 - Fix PREFIX/var/run creation during install
1950 - Fix cachemgr http_port config report display
1951 - Add upgrade help process for obsolete options
1952 - Accept RFC 2965 Set-Cookie2 / Cookie2 headers as 'known'
1953 - HTTP/1.1: entry is stale if request has max-age=0
1954 - HTTP/1.1: do not forward TRACE with Max-Forwards: 0 after REQMOD
1955 - Toolchain update to support newer auto-tools
1956 - ... and updated error page translations
1957 - ... and updated documentation
1958 - ... and some code optimization/simplification polish
1959
1960 Changes to squid-3.1.9 (25 Oct 2010):
1961
1962 - Bug 3088: dnsserver is segfaulting
1963 - Bug 3084: IPv6 without Host: header in request causes connection to hang
1964 - Bug 3082: Typo in error message
1965 - Bug 3073: tunnelStateFree memory leak of host member
1966 - Bug 3058: errorSend and ICY leak MemBuf object
1967 - Bug 3057: 64-bit Solaris 9 Squid unable to determine peer IP and port
1968 - Bug 3056: comm.cc "!fd_table[fd].closing()" assertion crash when a helper dies
1969 - Bug 3053: cache version 1 LFS support detection broken
1970 - Bug 3051: integer display overflow
1971 - Bug 3040: Lower-case domain entries from hosts and resolv.conf files
1972 - Bug 3036: adaptation_access acls cannot see myportname
1973 - Bug 3023: url_rewrite_program silently fails to rewrite on broken URLs
1974 - Bug 2964: Prevent memory leaks when ICAP transactions fail
1975 - Bug 2808: getRoundRobinParent not handling weights correctly
1976 - Bug 2793: memory statistics sometimes display wrong
1977 - Bug 2356: Port from 2.7: Solaris /dev/poll event ports support
1978 - Bug 2311: crashes with ICAP RESPMOD for HTTP body size greater than 100kb
1979 - Ensure /var/cache or jail equivalent exists on install
1980 - HTTP/1.1: delete Warnings that have warning-date different from Date
1981 - HTTP/1.1: do not remove ETag header from partial responses
1982 - HTTP/1.1: make date parser stricter to better handle malformed Expires
1983 - HTTP/1.1: improve age calculation
1984 - HTTP/1.1: reply with a 504 error if required validation fails
1985 - HTTP/1.1: add appropriate Warnings if serving a stale hit
1986 - HTTP/1.1: support requests with Cache-Control: min-fresh
1987 - HTTP/1.1: do not cache replies to requests with Cache-Control: no-store
1988 - squidclient: Display IP(s) connected to in verbose (-v) display
1989 - Fixes several issues with ICAP persistent connections
1990 - Fixes small leaks in Netdb, DNS, ICAP, ICY, HTTPS
1991 - ... and some cosmetic polishing
1992
1993 Changes to squid-3.1.8 (04 Sep 2010):
1994
1995 - Bug 3033: incorrect information regarding TOS
1996 - Bug 3020: Segmentation fault: nameservers[vc->ns].vc = NULL
1997 - Bug 3005,2972: Locate LTDL headers correctly (again)
1998 - Bug 2872: leaking file descriptors
1999 - Bug 2583: pure virtual method called
2000 - Hardened DNS client against packet queue attacks
2001 - Hardened HTTP request-line parser
2002 - Several HTTP/1.1 support improvements
2003 - Improved cross-compile support
2004 - .. and several internal pointer safety fixes
2005
2006 Changes to squid-3.1.7 (23 Aug 2010):
2007
2008 - Regression Bug 3021: Large DNS reply causes crash
2009 - Regression Bug 3011: ICAP, HTTPS, cache_peer probe IPv4-only port fixes
2010 - Regression Bug 2997: visible_hostname directive no longer matches docs
2011 - Bug 3012: deprecate sslBump and support ssl-bump spelling in http_port
2012 - Bug 3006: handle IPV6_V6ONLY definition missing
2013 - Bug 3004: Solaris 9 SunStudio 12 build failure
2014 - Bug 3003: inconsistent concepts in documentation of cache_dir
2015 - Bug 3001: dnsserver link issues
2016 - HTTP/1.1: default keep-alive for 1.1 clients (bug 3016)
2017 - HTTP/1.1: Improved Range header field validation
2018 - HTTP/1.1: Forward multiple unknown Cache-Control directives
2019 - HTTP/1.1: Stop sending Proxy-Connection header
2020 - Fix 32-bit wrap in refresh_pattern min/max values
2021 - ... and several documentation corrections.
2022
2023 Changes to squid-3.1.6 (02 Aug 2010):
2024
2025 - Bug 2994, 2995: IPv4-only regressions
2026 - Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec()
2027 - Bug 2975: chunked requests not supported after regular ones
2028 - Fix: 32-bit overflow in reported bytes received from next hop
2029 - Fix Libtool build regressions
2030 - Limited split-stack IPv6 support.
2031 - squid_db_auth support MD5 encrypted passwords
2032
2033 Changes to squid-3.1.5.1 (28 Jul 2010):
2034
2035 - Update Libtool to 2.2.
2036 - Bug 2985: search scope for digest_ldap_auth didn't work
2037 - Bug 2972: LTDL 2.2.6b compile errors
2038 - Bug 2963: Stop ignoring --with-valgrind-debug failures
2039 - Bug 2885: AIX support: several fixes
2040 - Bug 2651: crash handling NULL write callback
2041 - Fixed several memory leaks related to Range requests
2042 - Fixed Joomla DB auth handling
2043 - Fixed SASL helper build checks
2044 - Fixed several IPv6 portability problems
2045 - Updated error page translations
2046
2047 Changes to squid-3.1.5 (02 Jul 2010):
2048
2049 - Bug 2967: raw-IPv6 address URL with append_domain broken
2050 - Bug 2950: HTTP responses with no Date, L-M or Expires can now be cached
2051 - Bug 2943: ICAP tokens not logged when using multiple access
2052 - Bug 2937: Fails to detect chunked encoding if not given in all lower case
2053 - Bug 2903: does not send indirect X-Client-Ip in ICAP respmod
2054 - Fix free memory corruption and off-by-one error when comparing SNMP OIDs
2055 - Port from 2.7: max_filedescriptor config option
2056 - Fix persistent_connection_after_error is meant to be on by default
2057 - ... and several build errors.
2058
2059 Changes to squid-3.1.4 (30 May 2010):
2060
2061 - Bug 2933: Verification of the max. port number for WCCP2 dynamic service
2062 - Bug 2924: RADIUS helper compile issues
2063 - Bug 2922: Fix assertion failed: HttpHeader.cc: "Headers[id].stat.aliveCount"
2064 - Bug 2919: tcp_outgoing_address ACLs not obeying acl_uses_indirect_client
2065 - Bug 2896: Fix assertion failed: comm.cc:2063: "!fd_table[fd].closing()"
2066 - Bug 2879: pt2: 3.0 regression in headers end finding
2067 - Bug 2877: pt2: only output zero-size warning on reverse-proxy requests
2068 - Bug 2876: FD_SETSIZE override not working on all linux distributions
2069 - Bug 2810: common log format generates 2 lines of syslog
2070 - Bug 2789: Optimize unlimited memory pools, and correctly handle limits over 2GB
2071 - Bug 2753: Fall back on IPv4 if IPv6 is not present
2072 - Bug 2697: Adaptation leaks and extra requests after reconfiguration
2073 - Bug 2633: Fix Ecap::HeaderRep::value(name) fails when there is no named header field
2074 - Change LDAP helpers to default to LDAP version 3 if available
2075 - Add Joomla and Salted Hash support to squid_db_auth helper
2076 - Fixed IpAddress port printing for ports higher than 9999
2077 - Disable chunked memory pooling by default.
2078 - ... and several build errors.
2079
2080 Changes to squid-3.1.3 (02 May 2010):
2081
2082 - Remove: Advertise 1.1 on replies to clients (broken chunked handling)
2083 - Fix tag ACL type not working
2084
2085 Changes to squid-3.1.2 (01 May 2010):
2086
2087 - Bug 2913: Fix DB auth warning in new perl version
2088 - Bug 2904: Prevent automake creating incomplete files
2089 - Bug 2899: Regression: Restore lost rfc1738_unescape() data type
2090 - Bug 2895: Regression: TPROXY2 compile errors
2091 - Bug 2879: Regression: headers end-finding
2092 - Bug 2874: Accept literal IPv6 address in icap_service URL
2093 - Bug 2860: Regression: WCCPv1 handshake
2094 - Bug 2848: Pass TCP_RST to client on early disconnect
2095 - Debian Bug 578047: Correct behaviour of --enable-ipv6
2096 - HTTP/1.1: Advertise 1.1 on requests to servers
2097 - HTTP/1.1: Advertise 1.1 on replies to clients
2098 - AIX / UNIX build fixes
2099 - Cygwin build fixes
2100 - squidclient: -k option to test connection keep-alive or close
2101 - Improved helper build for wider compatibility
2102 - Ensure the PID file directory exists on install
2103
2104 Changes to squid-3.1.1 (29 Mar 2010):
2105
2106 - Bug 2873: undefined symbol
2107 - Bug 2827: assertion in authentication
2108 - Remove ufsdump binary from default builds
2109 - Remove pinger from default startups
2110 - ... and several documentation updates.
2111
2112 Changes to squid-3.1.0.18 (14 Mar 2010):
2113
2114 - Regression Fix: IPv4-mapped prefix, broken in 3.1.0.16
2115 - Bug 2869: Remove unused external reference
2116 - Bug 2866: Support OpenSSL 1.0
2117 - Bug 2813: Random unix_group crash at startup
2118 - Send HTTP1.1 compliant 417 responses
2119 - Associate external acl message with the request
2120 - Various Digest parser fixes
2121 - ... and all bug fixes from 3.0 up to 3.0.STABLE25
2122
2123 Changes to squid-3.1.0.17 (24 Feb 2010):
2124
2125 - Regression Fix: Non-English error page UTF encoding
2126 - Bug 2616: reduce IdleConnList::removeFD messages
2127 - Bug 1843: multicast-siblings cache_peer option
2128 - Port from 2.7: X509 certificate alias-domain handling
2129 - Add adapted_http_access option
2130 - NTLMv2 support for fake NTLM helper
2131
2132 Changes to squid-3.1.0.16 (01 Feb 2010):
2133
2134 - Regression Fix: Make Squid abort on all config parse failures.
2135 - Regression Bug 2811: SNMP client/peer table OID numbering
2136 - Bug 2851: Connection pinning fails when using a peer
2137 - Bug 2850: Mismatch in hier_code enum / hier_strings array
2138 - Bug 2731: Add follow_x_forwarded_for support to ICAP
2139 - Bug 2730: Regressions in follow_x_forwarded_for since Squid-2
2140 - Bug 2706: Set timestamps during ICAP request satisfaction.
2141 - Bug 2553: X-Forwarded-For with IPv6 address not handled correctly
2142 - Fix: WCCPv1 not connecting to router correctly
2143 - Remove obsolete RunCache/RunAccel scripts.
2144 - Add client_ip_max_connections
2145 - Add the http::>ha format code and make http::>h log original request headers
2146 - ... and all bug fixes from 3.0 up to 3.0.STABLE22
2147 - ... and many more minor build and display annoyances.
2148
2149 Changes to squid-3.1.0.15 (23 Nov 2009):
2150
2151 - Regression Fix: myip ACL not accepted in config
2152 - Bug 2795: acl arp lookups including port
2153 - Bug 2794: ESI parsing fails on FreeBSD
2154 - Bug 2778: fix linking issues using SunCC
2155 - Bug 2724: eCAP build failure unless ICAP enabled
2156 - Bug 2628: Correct default PID location to PREFIX/var/run/squid.pid
2157 - Bug 2617: Performance degradation during processing list of dstdomain ACL's
2158 - Bug 2374: Support ICY / ICEcast / SHOUTcast streaming protocol.
2159 - Fix: 64-bit filesize issue in squidclient POST of large files
2160 - Fix: send correct Connection: header on intercepted replies
2161 - Support libtool 2.x
2162 - ESI libraries libexpat and libxml2 now optional
2163 - ESI support default enabled
2164 - Bump libcap minimum requirement to libcap 2.09+
2165 - ARP / MAC support fixes for IPv6-mode
2166 - Add outstanding IPv6 settings to squid.conf (localnet, localhost)
2167 - ... and many additions to the background testing structure
2168 - ... and very many minor build and code cleanups for non-GCC compilers.
2169
2170 Changes to squid-3.1.0.14 (27 Sep 2009):
2171
2172 - Bug 2777: Various build issues on OpenSolaris
2173 - Bug 2773: Segfault in RFC2069 Digest authentication
2174 - Bug 2747: Compile errors on Solaris 10
2175 - Bug 2735: Incomplete -fhuge-objects detection
2176 - Bug 2722: Fix http_port accel combined with CONNECT
2177 - Bug 2718: FTP sends EPSV2 on IPv4 connection
2178 - Bug 2648: stateful helpers stuck in reserved
2179 - Bug 2570: wccp2 "Here I Am" announcements not sent in memory-ony mode
2180 - Bug 2510: digest_ldap_auth uses incorrect logic with TLS
2181 - Bug 2483: bind() called before connect()
2182 - Bug 2215: config file line length limit (extended to 2 KB)
2183 - Support Accept-Language: * wildcard
2184 - Support autoconf 2.64
2185 - Support TPROXY for IPv6 traffic (requires kernel support)
2186 - Support TPROXY cache cluster behind WCCPv2
2187 - Correct ESI support to work in multi-mode Squid
2188 - Add 0.0.0.0 as an to_localhost address
2189 - DiskIO detection fixes and use optimal IO in default build.
2190 - Correct peer connect-fail-limit default of 10
2191 - Prevent squidclient sending two Accept: headers
2192 - ... all bug fixes from 3.0.STABLE19
2193 - ... and many more documentation fixes
2194
2195 Changes to squid-3.1.0.13 (04 Aug 2009):
2196
2197 - Bug 2723 regression: enable PURGE requests if PURGE method ACL is present.
2198 - Fix one more internal profiler error
2199 - Language Updates: Italian, Russian
2200 - Language Updates: Add many more aliases
2201 - Add Copyright document for errors/ content
2202 - ... all bug fixes from 3.0.STABLE18
2203 - ... and several code polishing cleanups
2204
2205 Changes to squid-3.1.0.12 (27 Jul 2009):
2206
2207 - Bug 2716: Chunked request Signed/Unsigned build error
2208 - Bug 2674: Remove limit on HTTP headers read.
2209 - Bug 2620: Invalid HTTP response codes causes segfault
2210 - Fix FTP EPSV negotiation parser.
2211 - Fix Via string when leak checking is enabled (valgrind etc)
2212 - ... and several documentation and testing additions
2213
2214 Changes to squid-3.1.0.11 (19 Jul 2009):
2215
2216 - Bug 2087: Support adaptation sets and chains
2217 - Bug 2459: dns error message broken when error handling delayed
2218 - Support ICAP Retry
2219 - Support ICAP retries based on the ICAP responses status code
2220 - Support logging ICAP
2221 - Support logging total DNS wait time
2222 - Support logging response times of adaptation transactions
2223 - General logging enhancements
2224 - Dynamically form chains based on ICAP X-Next-Services header
2225 - Support cross-transactional ICAP header exchange
2226 - ... and much adaptation polish and improvements
2227
2228 Changes to squid-3.1.0.10 (18 Jul 2009):
2229
2230 - Bug 2680: Regression Crash after rotate with no helpers running
2231 - Bug 2695: Regression in WCCPv2 L2 mask assignment
2232 - Bug 2707: Regression in FTP anonymous auth
2233 - Bug 422, 2706: RFC 2616 Date header requirements
2234 - Bug 1087: ESI processor not quoting attributes correctly.
2235 - Bug 1338: File prefetches aborted despite range_offset
2236 - Bug 2080: wbinfo_group.pl - false positive under certain conditions
2237 - Bug 2092: select loop 32-bit call counter overflows
2238 - Bug 2127: delay pools class 4 crashes with ntlm auth
2239 - Bug 2611: document fast/slow acl types
2240 - Bug 2614: Potential loss of adapted body data from eCAP adapters
2241 - Bug 2658: Missing TextException copy constructor
2242 - Bug 2659: String length overflows on append, leading to segfaults
2243 - Bug 2699: Build failure NTLM smb_lm helper
2244 - Bug 2709: TRANSLATIONS not installed
2245 - Bug 2710: squid_kerb_auth non-terminated string
2246 - Delay pools 64-bit buckets and IPv6-polish
2247 - Break forwarding loops for "transparent" or "intercept" http_ports.
2248 - Add --disable-translation option to detatch .po from error negotiation
2249 - Add squidclient man(1) page
2250 - Add localhost to default permitted networks
2251 - http_port allow-direct option to allow direct forwarding in accelerator mode
2252 - ... and many testing infrastructure updates
2253
2254 Changes to squid-3.1.0.9 (26 Jun 2009):
2255
2256 - Bug 2682: Add ftp_epsv control to disable EPSV support.
2257 - Bug 2665: Detach automake system from using -I.
2258 - Bug 2395: FTP auth errors not displayed
2259 - ... also several changes and bugs closed in 3.0.STABLE16
2260 - Port from 2.7: Show local address on listening sockets
2261 - Add "tag" type acl matching tags set by external acl helpers.
2262 - Adds Language alias linker/installer/upgrade scripts
2263 - Support for GCC 4.4
2264 - Fix false NAT lookup errors on Linux
2265 - Fix many Windows port issues
2266 - Fix squid_kerb_auth helepr install location
2267 - Better detection of IPv6 stack types
2268 - Updates Licensing information for Squid 3.1
2269 - ... and many packaging portability build and install issues
2270
2271 Changes to squid-3.1.0.8 (24 May 2009):
2272
2273 - Bug 2656: Pinger dies with general protection fault
2274 - Bug 2650: configure requires epoll_ctl in libepoll when --enable-epoll used
2275 - Bug 2648: Authentificator processes deferring and don't shutdown.
2276 - Bug 2645: allow squid to ignore must-revalidate
2277 - Bug 2644: auth scheme initialization is broken
2278 - Bug 2632: Make number of reforwarding tries configurable
2279 - Bug 2628: --with-pidfile=PATH option to override DEFAULT_PID_FILE
2280 - Bug 2627: HTCP Logging
2281 - Bug 2615: Call libecap::adapter::Service::start() when finalizing config.
2282 - Bug 2589: SNMP returning no data - wrong oid decoded
2283 - Bug 2571: Squid with IPv6 fails to start on kernel without IPv6
2284 - Bug 2559: Problem parsing /0 and /0.0.0.0
2285 - Bug 2404: WCCP in mask mode is broken
2286 - ... also all bugs closed by 3.0.STABLE14, 3.0.STABLE15, 3.0.STABLE16-RC1
2287 - Complete Interception multiple NAT support
2288 - Add Content-Disposition to the known headers list.
2289 - Make PEER_TCP_MAGIC_COUNT configurable
2290 - Fix pinger install location
2291 - Enable TPROXY v4 spoofing of CONNECT requests
2292 - ... and much documentation and code polishing
2293
2294 Changes to squid-3.1.0.7 (08 Apr 2009):
2295
2296 - Fix: several issues with ident
2297 - Add several language translations
2298 - Upgrade code testing infrastructure
2299 - Migrate much code to build as internal libraries
2300 - Support gcc 4.4
2301 - Support doxygen 1.5.8
2302 - ... and much code polish to make things read easier
2303
2304 Changes to squid-3.1.0.6 (01 Mar 2009):
2305
2306 - Regression Fix: Support HTTP/0.9 in accelerator mode
2307 - Bug 2601: Hack. Convert IPv4 netmasks to CIDR in IPv6-enabled mode
2308 - Bug 2593: Compile errors on Solaris 10
2309 - Bug 2591: adaptation_access does not work
2310 - Bug 2588: coredump in rDNS lookup
2311 - Bug 2526: default ALLOW when no list specified.
2312 - Bug 2287: Send a 505 on requests with unsupported HTTP versions
2313 - Bug 419: Hop by Hop headers MUST NOT be forwarded
2314 - Fix external_acl_type handling of SSL certificate details
2315 - Obsolete: dependency on nss_common.h and nss.h
2316 - Support libtool2
2317 - ... and various documentation and code polish
2318
2319 Changes to squid-3.1.0.5 (03 Feb 2009):
2320
2321 - Bug 2583: Fixed issue in content adaptation
2322 - Bug 2576: Make translate target obey --disable-auto-locale
2323 - Bug 2571: Add DNS failover to use IPv4-only listen when IPv6 fails.
2324 - Bug 2563: 99+% CPU Usage on FTP URL
2325 - Bug 2505, 2524, 2558: fixed several issues on connection handling
2326 - Fix several issues in request parsing
2327 - Fix memory leak from logformat parsing
2328 - Fix various ESI build errors
2329 - Make configure tests use C++ instead of C
2330 - Drop special localhost conversion RFC violation.
2331 - Add Language: Arabic
2332 - ... and various documentation and code polish
2333
2334 Changes to squid-3.1.0.4 (23 Jan 2009):
2335
2336 - Regression Fix: Bug 2558: rollback bug 2395 fix.
2337 - Bug 2555: Fixes to SNMP-MIB
2338 - Bug 2550: assertion comm.cc:350 !fd_table[fd].closing()
2339 - Bug 2547,2548: OSX compile errors (duplicate symbols and IPv6)
2340 - Bug 2508: comm.cc:2035 assertion fd_table[fd].closing()
2341 - Bug 2330: allow keep-alive+chunked; don't add max-age for no-cache
2342 - Polish ZPH configuration interface
2343 - Several Language Conversions to new auto-negotiate
2344 - Port from 2.7: squidclient -V and -j options for HTTP/1.1 and 0.9 testing
2345 - Fix: Pconn not being used when they should.
2346 - Fix: Fix pinger immediate shutdowns
2347 - Fix: Untangle CacheManager reports from log_fqdn
2348 - ... and all bugs fixed for 3.0.STABLE12
2349 - ... and many code polish and optimization fixes.
2350
2351 Changes to squid-3.1.0.3 (5 Dec 2008):
2352
2353 - Regression Fix: StoreIOBuffer patch removed.
2354 - Regression Fix: build issues with 3.1.0.2 bundle
2355 - Security Bug 2526: default ALLOW when no list specified
2356 - Bug 2525: encoding error on error pages
2357 - Bug 2424: slow file descriptor leak
2358 - Bug 2527: ICAP compile error on g++ 4.3.2
2359 - Bug 2523: bad assertion left in from debug
2360 - Bug 2395: FTP Auth errors and others not displayed
2361 - Update squid_kerb_auth to 1.0.5
2362 with better Squid integration.
2363 - Fix cache_peer forcedomainname= option
2364 - ... and many other minor fixes
2365
2366 Changes to squid-3.1.0.2 (9 Nov 2008):
2367
2368 - Bug 2516: error page templates not properly installed
2369 - Bug 2500: Solaris build issues
2370 - Fixes FreeBSD build issues
2371 - Release Notes completed
2372 - Languages: new Russian, Japanese, Chinese, and general updates
2373 - ... and other minor fixes
2374
2375 Changes to squid-3.1.0.1 (27 Oct 2008):
2376
2377 - Bundled ntlm_auth helper renamed (see Release Notes before changing anything)
2378 - peername ACL added for matching against a named peer destination
2379 - configure option --with-logdir= added to select log files location
2380 - squid_kerb_auth helper updated to 1.0.3 release
2381 - Bug #740: allow external acl's to use reply headers in format
2382 - Bug #2379: obsolete dns_testnames option
2383 - Code test infrastructure expanded to configuration testing
2384 - Policy changes to negative_ttl, cache deny QUERY, refresh_pattern
2385 to bring their defaults up to RFC 2616 requirements.
2386 - Large increase in RFC 2616 standard compliance (ongoing)
2387 - squid.conf cleanups for minimal config
2388 - Connection Pinning ported from 2.6 for NTLM passthru authentication
2389 - eCAP internal adaptation module support
2390 - Localization and CSS display control of error pages
2391 - Added semi-automatic documentation of source code
2392 - Added TE chunked encoding decoder to workaround broken HTTP/1.1 servers
2393 - HTCP improvements ported from 2.7 adding HTCP CLR requests
2394 - IPv6 (Internet Protocol version 6) support
2395 - ICMPv6 (Internet Control Message Protocol version 6) support
2396 - FTP agent now supports EPSV/EPRT commands
2397 - DNS internal resolver now supports AAAA and CNAME records
2398 - SNMP peer and client tables now support IPv6
2399 - SNMP peer table supports named peers with multiple entries per IP
2400 - SslBump: Squid-in-the-middle decryption and encryption of straight
2401 CONNECT and transparently redirected SSL traffic, using configurable
2402 client- and server-side certificates. While decrypted, the traffic
2403 can be inspected using ICAP.
2404 - TPROXY version 4.1 support
2405 - IPFW and Netfilter interception methods may now both be built in one binary.
2406 - ZPH Quality of Service patch now integrated
2407 - Null store now fully obsoleted and removed
2408 - Unknown request methods all supported
2409 - Follow_x_forwarder_for ported from 2.6
2410 - Bug #2223: Follow XFF extensions added
2411 - ... and many code and documentation cleanups
2412
2413 Changes to squid-3.0.STABLE26 (28 Aug 2011):
2414
2415 - Regression: header_replace for reply headers
2416 - Bug 3183: Invalid URL accepted with url host part of only '@'.
2417 - Bug 3107: ncsa_auth DES silently truncates passwords to 8 bytes
2418 - Bug 3056: comm.cc "!fd_table[fd].closing()" assertion from helperServerFree
2419 - Bug 2991: Wrong parameters to fcntl() in commSetCloseOnExec()
2420 - Bug 2933: Verification of the max. port number for WCCP2 dynamic service
2421 - Bug 2922: Fix assertion failed: HttpHeader.cc: "Headers[id].stat.aliveCount"
2422 - Regression Bug 2899: Restore lost rfc1738_unescape() data type
2423 - Regression Bug 2879: headers end finding
2424 - Bug 2876: FD_SETSIZE override not working on all linux distributions
2425 - Check for NULL and empty strings before calling str*cmp().
2426 - Correct parsing of large Gopher indexes
2427
2428 Changes to squid-3.0.STABLE25 (14 Mar 2010):
2429
2430 - Bug 2845: Rework the http digest auth parser
2431 - Bug 2787: unknown/unexpected status code messages
2432 - Bug 2507: squid_ldap_group: Strip Domain name separated by +
2433 - Bug 2367: stale=true on digest requests with unknown nonce
2434 - ... and several other minor corrections
2435
2436 Changes to squid-3.0.STABLE24 (13 Feb 2010):
2437
2438 - Bug 2858: Segment violation in HTCP
2439 - Updated refresh pattern for dynamic pages
2440
2441 Changes to squid-3.0.STABLE23 (02 Feb 2010):
2442
2443 - Bug 2856: removing assert() required for 3.0 patch for SQUID-2010:1
2444 - Regression Fix: Build error in Kerberos helper after library removal.
2445
2446 Changes to squid-3.0.STABLE22 (01 Feb 2010):
2447
2448 - Regression Fix: Make Squid abort on all config parse failures.
2449 - Bug 2787: Reduce unexpected http status to non-critical warnings.
2450 - Bug 2496: Downloading some variants in full before relaying
2451 - Bug 2452: Add upper limit to external_acl_type entries.
2452 - Removed optional kerberos/spnegohelp/ library due to licensing issues
2453 - Add client_ip_max_connections
2454 - Handle DNS header-only packets as invalid.
2455
2456 Changes to squid-3.0.STABLE21 (22 Dec 2009):
2457
2458 - Bug 2830: Clarify where NULL byte is in headers.
2459 - Bug 2778: Linking issues using SunCC
2460 - Bug 2395: FTP errors not displayed
2461 - Bug 2155: Assertion failures on malformed Content-Range response headers
2462 - Fix parsing and a few bugs in ACL time type
2463 - Fix RFC keep-alive compliance on intercepted replies
2464 - Improved security hardening on %nn parser
2465 - Replace several GCC-specific code snippets.
2466
2467 Changes to squid-3.0.STABLE20 (29 Oct 2009):
2468
2469 - Bug 2794: ESI parsing on FreeBSD
2470 - Bug 2791: assertion failed: MemBuf.cc:400: new_cap > (size_t) capacity
2471 - Bug 2779: Support GNU/kFreeBSD
2472 - Bug 2773: Segfault in RFC2069 Digest authantication
2473 - Bug 2768: squid_ldap_group argument parsing error
2474 - Bug 2761: Gopher and double HTTP response header
2475 - Bug 2735: Incomplete -fhuge-objects detection
2476 - Bug 2722: prevent CONNECT via http_port with accel
2477 - Bug 2624: Invalid response for IMS request
2478 - Bug 2510: digest_ldap_auth TLS support
2479 - Correct LINUX_CAPABILITY actions on non-Linux
2480
2481 Changes to squid-3.0.STABLE19 (06 Sep 2009):
2482
2483 - Bug 2745: Invalid Response error on small reads
2484 - Bug 2739: DNS resolver option ndots can't be parsed from resolv.conf
2485 - Bug 2734: some compile errors on Solaris
2486 - Bug 2648: stateful helpers stuck in reserved if client disconnects while helper busy
2487 - Bug 2541: Hang in 100% CPU loop while extacting header details using a delimiter other than comma
2488 - Bug 2362: Remove support for deferred state in stateful helpers
2489 - Add 0.0.0.0 as a to_localhost address
2490 - Docs: Improve chroot directive documentation slightly
2491 - Fixup libxml2 include magics, was failing when a configure cache was used
2492 - ... and some minor testing improvements.
2493
2494 Changes to squid-3.0.STABLE18 (04 Aug 2009):
2495
2496 - Bug 2728: regression: assertion failed: !eof
2497 - Bug 2732: reply_body_max_size smaller than error page loops
2498 infinitely until out of memory
2499 - Bug 2725: pconn failure if domain or client_address are unset
2500 - Bug 2648: reserved helpers not shut down after reconfigure/rotate
2501 - Bug 2462: make check should tell when cppunit is missing
2502 - Remove excess messages about headers < minimum size
2503 - Support Libtool 2.2.6
2504
2505 Changes to squid-3.0.STABLE17 (27 Jul 2009):
2506
2507 - Bug 2680 regression: Crash after rotate with no helpers running
2508 - Bug 2710: squid_kerb_auth non-terminated string
2509 - Bug 2679: strsep and strtoll detection failure
2510 - Bug 2674: Remove limit on HTTP headers read.
2511 - Bug 2659: String length overflows on append, leading to segfaults
2512 - Bug 2620: Invalid HTTP response codes causes segfault
2513 - Bug 2080: wbinfo_group.pl - false positive under certain conditions
2514 - Bug 1087: ESI processor not quoting attributes correctly.
2515 - Fix: issue with AUFS/UFS/DiskD writing objects to disk cache
2516 - Several small build issues with previous release.
2517
2518 Changes to squid-3.0.STABLE16 (15 Jun 2009):
2519
2520 - Bug 2672: cacheMemMaxSize 32-bit overflow during snmpwalk
2521 - Bug 2481: Don't set expires: now in generated error responses
2522 - Bug 2387: The calculation of the number of hash buckets correctly
2523 - Fix infinite loop in MSNT auth helper
2524 - Fix FD_SETSIZE on FreeBSD
2525 - Fix stripping NT domain in squid_ldap_group
2526 - Fix RADIUS auth helper build
2527 - Add Translate: and Unless-Modified-Since: headers to known list
2528 - Make fakeauth handle NTLMv2 better
2529 - Better Kerberos support detection
2530 - Several Widows port fixes
2531
2532 Changes to squid-3.0.STABLE16-RC1 (16 May 2009):
2533
2534 - Bug 1148: Ported from 3.1: Chunked Transfer Encoding
2535 - Bug 2648: NTLM helpers not shutting down when deferred
2536
2537 Changes to squid-3.0.STABLE15 (06 May 2009):
2538
2539 - Regression Bug 2635: Incorrect Max-Forwards header type
2540 - Bug 2652: 'Success' error on CONNECT requests
2541 - Bug 2625: IDENT receiving errors
2542 - Bug 2610: ipfilter support detection
2543 - Bug 2578: FTP download resume failure
2544 - Bug 2536: %H on HTTPS error pages
2545 - Bug 2491: assertion "age >= 0"
2546 - Bug 2276: too many NTLM helpers running
2547 - Endian system and compiler fixes provided by the NetBSD project
2548 - documentation fixes provided by the Debian project
2549
2550 Changes to squid-3.0.STABLE14 (11 Apr 2009):
2551
2552 - Regression Fix: HTTP/0.9 in accelerator mode
2553 - Bug 1232: cache_dir parameter limited to only 63 entries
2554 - Bug 1868: support HTTP 207 status
2555 - Bug 2518: assertion failure on restart/reconfigure
2556 - Bug 2588: coredump in rDNS lookup
2557 - Bug 2595: Out of bounds memory write in squid_kerb_auth
2558 - Bug 2599: Idempotent start
2559 - Bug 2605: Prevent setsid() on helpers in daemon mode
2560 - Fix external_acl_type option parsing
2561 - Fix delay pools counters on FTP
2562 - Fix several issues with ident (some remain)
2563 - Fix performance issues with persistent connections
2564 - Fix performance issues with delay pools
2565 - Fix forwarding of OPTIONS requests
2566 - Add support for HTTP 1.1 Content-Disposition header
2567 - Add support for Windows 7, Windows Server 2008 R2 and later
2568 - ... and many small documentation updates
2569
2570 Changes to squid-3.0.STABLE13 (03 Feb 2009):
2571
2572 - Fix several issues in request parsing
2573 - Fix memory leak from logformat parsing
2574 - Fix various ESI build errors
2575 - ... and some documentation updates
2576
2577 Changes to squid-3.0.STABLE12 (21 Jan 2009):
2578
2579 - Bug 2533: Solaris (sparc) 64-bit build breaks with gcc/g++
2580 - Bug 2542: ICAP filters break download resume
2581 - Bug 2556: HTCP fails without icp_port
2582 - Bug 2564: logformat '%tl' field not working as advertised
2583 - Port from 3.1: TestBed basic build consistency checks
2584 - Policy: Change half_closed_clients default to off
2585 - Policy: Removed -V command line option, deprecated by 2.6
2586 - ... and several other minor code cleanups
2587
2588 Changes to squid-3.0.STABLE11 (24 Dec 2008):
2589
2590 - Bug 2424: filedescriptors being left unnecessary opened
2591 - Bug 2545: fault passing ICAP filtered traffic to peers
2592 - Bug 2227: Sefgaults in MemBuf::reset during idnsSendQuery
2593 - ... and some minor admin and debug cleanups.
2594
2595 Changes to squid-3.0.STABLE11-RC1 (3 Dec 2008):
2596
2597 - Removes patch causing cache of bad objects
2598 - Bug 2526: bad security default in ACLChecklist
2599 - Fixes regression: access.log request size tag
2600 - Fixes cache_peer forceddomainname=X option
2601 - ... and many minor documentation cleanups
2602
2603 Changes to squid-3.0.STABLE10 (14 Oct 2008):
2604
2605 - Bug 2391: Regression: bad assert in forwarding
2606 - Bug 2447: Segfault on failed TCP DNS query
2607 - Bug 2393: DNS requests getting stuck in idns queue
2608 - Bug 2433: FTP PUT gives bad gateway
2609 - Bug 2465: Limited DragonflyBSD support
2610 - ... and other minor bugs and documentation
2611
2612 Changes to squid-3.0.STABLE9 (9 Sep 2008):
2613
2614 - Policy Enforcement: COSS is unusable in 3.0
2615 - Port from 3.1: Language Pack compatibility
2616 - Port from 2.6: Windows Support Notes
2617 - Fix several minor regressions:
2618 HTCP stats reporting
2619 cachemgr delay pool config
2620 CARP build error
2621 - Bug 2340: uudecode dependency for icons removed
2622 - Bug 2352: no_check.pl ntlm challenge fix
2623 - Bug 2426: buffer increase for kerberos auth fields
2624 - Bug 2427: squid_ldap_group codes fix
2625 - Bug 2437: peer name now shown in access.log
2626 - Add sane display of unsupported method errors
2627 - ... and various other code cleanups
2628
2629 Changes to squid-3.0.STABLE8 (18 Jul 2008):
2630
2631 - Port from 2.6: Support for cachemgr sub-actions
2632 - Port from 2.6: userhash peer selection method
2633 - Port from 2.6: sourcehash peer selection method
2634 - Bug 2376: round-robin balancing fixes
2635 - Bug 2388: acl documentation cleanup
2636 - Bug 2365: cachemgr.cgi HTML output encoding
2637 - Bug 2301: Regression: Log format size options
2638 - Bug 2396: Correct the opening of PF device file.
2639 - Bug 2400: ICAP accept mechanism
2640 - Bug 2411: Regression: fakeauth_auth crashes
2641 - Many fixes to the Windows support (not complete yet).
2642 - Boost error pages HTML standards.
2643 - Fixes several issues on 64-bit systems
2644 - Fixes several issues on older or stricter compilers
2645 - Linux-2.6.24/2.6.25 netfilter_ipv4.h __u32 workaround
2646 - Update Release Notes: 'all' ACL is built-in since 3.0.STABLE1
2647
2648 Changes to squid-3.0.STABLE7 (22 Jun 2008):
2649
2650 - Fix several ASN issues
2651 - Fix SNMP reporting of counters
2652 - Fix round-robin algorithms
2653 - GCC 4.3 support
2654 - Netfilter v1.4.0 bug workaround
2655 - Bugs 2350 and 2323: memory issues
2656 - Bugs 2384, 951, 1566: ESI assertions
2657 - Various minor debug and documentation cleanups
2658
2659 Changes to squid-3.0.STABLE6 (20 May 2008):
2660
2661 - Bug 2254: umask Feature from 2.6 added
2662 - cachemgr.cgi default config file added
2663 - Several authentication bug fixes
2664 - Improved Windows Support
2665 - better DNS lookup methods for unqualified hostames
2666 - better support for 64-bit environments
2667 - Bug 2332: Crash when tunnelling
2668 - Removed the advertisement clause from BSD licenses
2669 according to the GPLv2+ changes in BSD
2670 - ... and other bugs and minor cleanups
2671
2672 Changes to squid-3.0.STABLE5 (28 Apr 2008):
2673
2674 - Support for resolv.conf 'domain' option
2675 - Improved URI support, including
2676 longer URI up to 8192 bytes accepted
2677 better handling of intercepted URI
2678 better port for non-FQDN URI lookups
2679 - Improved logging, including
2680 Bug 3210 fixed: incorrect timestamp format in earlier 3.0 releases.
2681 Fixed 'log_ip_on_direct' option behaviour
2682 - Support for profiling on x86 64-bit systems
2683 - .. and other bugs and minor code cleanups.
2684
2685 Changes to squid-3.0.STABLE4 (2 Apr 2008):
2686
2687 - Bug 2288: compile error slipped into STABLE3.
2688
2689 Changes to squid-3.0.STABLE3 (31 Mar 2008):
2690
2691 - Improved HTTP 1.1 support.
2692 - Improved MacOSX (Leopard) support
2693 - Bug 2206: Proxy-Authentication regression in STABLE2.
2694 - Strip Domain from NTLM usernames for use in class 4 Delay Pools
2695 - ... and other bugs and minor code cleanup
2696
2697 Changes to squid-3.0.STABLE2 (1 Mar 2008):
2698
2699 - Add myportname ACL for matching the accepting port name (see release notes)
2700 - Add include directive for squid.conf (see release notes)
2701 - Add ability to strip kerberos realm from usernames during Auth
2702 - License cleanup to comply with GPLv2 or later
2703 - Updated Error Pages and Translations
2704 - Updated configuration examples
2705 - Updated valgrind support for valgrind-3.3.0
2706 - Improved support for Windows and MacOS X Leopard
2707 - Improved support for files larger than 2GB
2708 - Improved support for CARP arrays and WCCPv2
2709 - Improved cachmgr, SNMP, and log reporting
2710 - ... and as usual Many bug fixes since STABLE 1
2711
2712 Changes to squid-3.0.STABLE1 (13 Dec 2007):
2713
2714 - Major rewrite translating the code to C++, originally based on
2715 Squid-2.5.STABLE1
2716 - Internal client streams concept for content adaptation
2717 - ICAP (Internet Content Adaptation Protocol) client support
2718 - ESI (Edge Side Includes) support added
2719 - Improved support for files larger than 2GB.
2720 - And a lot more. Most features from Squid-2.6 is supported, but not
2721 all. See the release notes for details.
2722
2723
2724 Squid-2 ChangeLog of versions fully ported to Squid-3 follows.
2725
2726 Changes to squid-2.6.STABLE22 (19 October 2008)
2727
2728 - Bug #2396: Correct the opening of the PF device file.
2729 - Make --with-large-files and --with-build-envirnment=default play
2730 nice together
2731 - Workaround for Linux-2.6.24 & 2.6.25 netfiler_ipv4.h include header
2732 __u32 problem
2733 - Make dns_nameserver work when using --disable-internal-dns on glibc
2734 based systems
2735 - Bug #2426: Increase negotiate auth token buffer size
2736 - Bug #2427: squid_ldap_group -h reports the old % codes for -f
2737 - Bug #2477: swap.state permission issues if crashing during "squid -k
2738 reconfigure"
2739 - Windows port: Fix build error using latest MinGW runtime.
2740
2741
2742
2743 Older ChangeLog follows. The sections relating to Squid-2.6 is not entirely
2744 authorative for this release and mirrored here for reference only.
2745
2746 - CARP now plays well with the other peering algorithms,
2747 and support for CARP peerings is compiled by default. Can be
2748 disabled by --disable-carp
2749 - Configuration file can be read from an external program
2750 or preprocessor. See squid.8 man page.
2751 - http_port is now optional, allowing for SSL only operation
2752 - Satellite and other high latency peering relations enhancements
2753 (Robert Cohren)
2754 - Nuked num32 types, and made type detection more robust by the
2755 use of typedefs rather than #defines.
2756 - the mailto links on Squid's ERR pages now contain data about the
2757 occurred error by default, so that the email will contain this data in
2758 its body. This feature can be disabled via the email_err_data directive.
2759 (Clemens L?ser)
2760 - COSS now uses a file called stripe and the path in squid.conf is the
2761 directory this is placed in. Additionally squid -z will create the
2762 COSS swapfile.
2763 - WCCPv2 support, including mask assignment support
2764 - HTCP support for access control and the CRL operation for
2765 purgeing of cache content
2766 - ICAP related fixes
2767 - Windows-related fixes, including Vista and Longhorn identification
2768 - Client-side parsing and some string use optimisations
2769 - Lots of off-by-one and memory leaks in corner cases have been fixed
2770 thanks to valgrind
2771 - Improved high-resolution profiling
2772 - Windows overlapped-IO and thread support added to the Async IO disk code
2773 - Improvements for handling large DNS replies
2774
2775 Changes to squid-2.6.STABLE15 (31 Aug 2007)
2776
2777 - The select() I/O loop got broken by the /dev/poll addition
2778 (2.6.STABLE14)
2779 - Bug #2017: Fails to work around broken servers sending just the HTTP
2780 headers
2781 - Bug #2023: Compile error with old GCC 2.x or other ANSI-C compilers
2782 before C99
2783 - squid.conf.default updated and reorganised in more sensible groups
2784 - correct and document the syslog access_log format
2785 - Armenian error pages translation
2786 - digest_ldap_helper usage help updated
2787 - Bug #1560: ftpSendPasv: getsockname(-1,..): (9) Bad file descriptor
2788 - Improve delay pools in low traffic environment by checking timeouts
2789 at a steady 1 second interval even when there is not much activity
2790 - Don't request authentication on transparently intercepted
2791 connections
2792 - Cleanup linux capabilities for tproxy
2793 - Bug #2003: 'via' config directive doesn't affect response headers
2794 - Bug #1902: Adds Numeric Hit and invalid request counters to IP Cache
2795 - Add missing $|=1 to squid_db_auth
2796 - Bug #2050: Persistent connection dropped if cache has no
2797 Content-Length
2798 - Verify the URL on memory cache hits
2799 - Bug #2057: NTLM stop work in messengers after upgrade to 2.6.STABLE14
2800 - Bug #1972: Squid sets peers to down state when they are in fact
2801 working.
2802 - potential segmentation fault in storeLocateVary()
2803 - Bug #2066: chdir after chroot
2804 - Windows port: Fix compiler warnings when building Squid as
2805 application (not Windows service mode)
2806 - Spelling correction of received
2807
2808 Changes to squid-2.6.STABLE14 (15 Jul 2007)
2809
2810 - squid.conf.default cleanup to have options in their proper sections.
2811 - documentation correction in the refresh_pattern ignore-auth option
2812 - URI-escaping not uses the recommended upper-case hex codes
2813 - refresh_pattern min-age 0 correted to really mean 0, and not 1 second
2814 - Always use xisxxxx() Squid defined macros instead of ctype
2815 functions.
2816 - Kerberos SPNEGO/Negotiate helper for the negotiate scheme
2817 - Database basic auth helper using Perl DBI to connect to most SQL DBs
2818 - Solaris /dev/poll network I/O support
2819 - configure fixes to make cross compilation somewhat easier
2820 - Removed incorrect -a reference from http_port documentation
2821 - Bug #1900: Double "squid -k shutdown" makes Squid restart again
2822 - Bug #1968: Squid hangs occasionally when using DNS search paths
2823 - Novell eDirectory digest auth helper (digest_edir_auth)
2824 - Bug #1130: min-size option for cache_dir
2825 - POP3 basic auth helper querying a POP3 server
2826 - Cosmetic squid_ldap_auth fixes from Squid-3
2827 - Bug #1085: Add no-wrap to cache manager HTML tables
2828 - Automatically restart if number of available filedescriptors becomes
2829 alarmingly low, preventing a situation where Squid would otherwise
2830 permanently stop processing requests.
2831 - Bug #2010: snmp_core.cc:828: warning: array subscript is above
2832 array bounds
2833 - Deal better with forwarding loops
2834
2835 Changes to squid-2.6.STABLE13 (11 May 2007)
2836
2837 - Make sure reply headers gets sent even if there is no body available
2838 yet, fixing RealMedia streaming over HTTP issues.
2839 - Undo an accidental name change of storeUnregisterAbort.
2840 - Kill an ancient malplaced storeUnregisterAbort call from ftp.c
2841 - Bug #1814: SSL memory leak on persistent SSL connections
2842 - Don't log ECONNREFUSED/ECONNABORTED accept failures in cache.log
2843 - Cosmetic fix: added missing newline in WCCPv2 configuration dump.
2844 - Ukrainan error messages
2845 - Convert various error pages from DOS to UNIX text format
2846 - Bug #1820: COSS assertion failure t->length == MD5_DIGEST_CHARS
2847 - Clarify the max-conn=n cache_peer option syntax slightly
2848 - Bug #1892: COSS segfault on shutdown
2849 - Windows port: fix undefined ECONNABORTED
2850 - Make refreshIsCachable handle ETag as a cache validator, not
2851 only last-modified
2852 - in_port_t is not portable, use unsigned short instead
2853 - Fix fs / auth / snmp dependencies
2854 - Portability: statfs() may reqire #include <sys/statfs.h>
2855
2856 Changes to squid-2.6.STABLE12 (20 Mar 2007)
2857
2858 - Assertion error on TRACE
2859
2860 Changes to squid-2.6.STABLE11 (17 Mar 2007)
2861
2862 - Bug #1915: assertion failed: client_side.c:4055: "buf != NULL ||
2863 !conn->body.request"
2864 - Handle garbage helper responses better in concurrent protocol format
2865 - Fix kqueue when overflowing the changes queue
2866 - Make sure the child worker process commits suicide if it could
2867 not start up
2868 - Don't log short responses at debug level 1
2869 - Fix bswap16 & bwsap32 error on NetBSD
2870 - Fix collapsed_forwarding for non-GET requests
2871
2872 Changes to squid-2.6.STABLE10 (4 Mar 2007)
2873
2874 - Upgrade HTTP/0.9 responses to our HTTP version (HTTP/1.0)
2875 - various diskd bugfixes
2876 - In the access.log hierarchy field log the unique peer name
2877 instead of the host name
2878 - unlinkdClose() should be called after (not before) storeDirSync()
2879 - CLEAN_BUF_SZ was defined, but never used anywhere
2880 - logging HTTP-request size
2881 - Fix icmp pinger communication on FreeBSD and other not supporing
2882 large dgram AF_UNIX sockets
2883 - Release objects on swapin failure
2884 - Bug #1787: Objects stuck in cache if origin server clock in future
2885 - Bug #1420: 302 responses with an Expires header is always cached
2886 - Primitive support for HTTP/1.1 chunked encoding, working around
2887 broken servers
2888 - Clean up relations between TCP probing and DNS checks of peers with
2889 no known addresses.
2890 - Fix a minor HTML coding error in ftp directory listings with // in
2891 the path
2892 - Bug #1875, #1420. Cleanup of refresh logics when dealing with
2893 non-refreshable content
2894 - Gopher cleanups and bugfixes
2895 - Negotiate authentication fixed again. Broken since STABLE7 by the
2896 patch for Bug #1792.
2897 - Bug #1892: COSS tries to shut down the same directory twice on exit
2898 - Bug #1908: store*DirRebuildFromSwapLog() ignores some SWAP_LOG_DEL
2899 entries
2900 - Added support for Subversion HTTP request methods MKACTIVITY,
2901 CHECKOUT and MERGE.
2902
2903 Changes to squid-2.6.STABLE9 (24 Jan 2007)
2904
2905 - Bug #1878: If-Modified-Since broken in 2.6.STABLE8
2906 - Bug #1877 diskd bug in storeDiskdIOCallback()
2907
2908 Changes to squid-2.6.STABLE8 (21 Jan 2007)
2909
2910 - Bug #1873: authenticateNTLMFixErrorHeader: state 4.
2911 - Document the https_port vhost option, useful in combination with
2912 a wildcard certificate
2913 - Document the existence of connection pinning / forwarding of NTLM
2914 auth and a few other features overlooked in the release notes.
2915 - Spelling correction of the ssl cache_peer option
2916 - Add back the optional "accel" http_port option. Makes accelerator
2917 mode configurations easier to read.
2918 - Bug #1872: Date parsing error causing objects to get unexpectedly
2919 cached.
2920 - Cleanup to have the access.log tags autogenerated from enums.h
2921 - Bug #1783: STALE: Entry's timestamp greater than check time. Clock
2922 going backwards?
2923 - Don't update object timestamps on a failed revalidation.
2924 - Fix how ftp://user@host URLs is rendered when Squid is built with
2925 leak checking enabled
2926
2927 Changes to squid-2.6.STABLE7 (13 Jan 2007)
2928
2929 - Windows port: Fix intermittent build error using Visual Studio
2930 - Add missing tproxy info from the dump of http port configuration
2931 - Bug #1853: Support for ARP ACL on NetBSD
2932 - clientNatLookup(): fix wrong function name in debug messages
2933 - Convert ncsa_auth man page from DOS to Unix text format.
2934 - Bug #1858: digest_ldap_auth had some remains of old hash format
2935 - Correct the select_loops counter when using select(). Was counted twice
2936 - Clarify the http_port vhost option a bit
2937 - Fix cache-control: max-stale without value or bad value
2938 - Bug #1857: Segmentation fault on certain types of ftp:// requests
2939 - Bug #1848: external_acl crashes with an infinite loop under high load
2940 - Bug #1792: max_user_ip not working with NTLM authentication
2941 - Bug #1865: deny_info redirection with authentication related acls
2942 - Small example on how to use the squid_session helper
2943 - Bug #1863: cache_peer monitorurl, monitorsize and monitorinterval not working properly
2944 - Clarify the transparent http_port option a bit more
2945 - Bug #1828: squid.conf docutemtation error for proxy_auth digest
2946 - Bug #1867: squid.pid isn't removed on shutdown
2947
2948 Changes to squid-2.6.STABLE6 (12 Dec 2006)
2949
2950 - Bug #1817: Assertion failure assert(buflen >= copy_sz) in htcp.c htcpBuildAuth()
2951 - Add client source port logformat tag >p
2952 - Cleanup of transparent & accelerator mode request parsing to untangle the firewall dependencies a bit
2953 - Bug #1799: Harmless 1 byte buffer overflow on long host names in /etc/hosts
2954 - automake no longer recommends mkinstalldirs. Removed.
2955 - Only use crypt() if it's available, allowing ncsa_auth to be built
2956 on platofms without crypt() support.
2957 - Windows port documentation updates
2958 - Bug #1818: Assertion failure assert(e->swap_dirn >= 0) in fs/coss/store_dir_coss.c storeCoss_DeleteStoreEntry
2959 - Bug #1117: assertion failed: aufs/store_dir_aufs.c:642: "rb->flags.need_to_validate"
2960 - Remove extra newline in redirect message sent by deny_info http://... aclname
2961 - Bug #1805: assertion failed: StatHist.c:195: "D[i] >= 0"
2962 - Clarify the external_acl_type helper format specification and some defaults
2963 - Add support for the weight= parameter to round-robin peers
2964 - Bug #1832: Error building squid-2.6.STABLE5 using --enable-truncate
2965 - Convert snmpDebugOid to use a temporary String object instead of strcat
2966 - Document that proxy_auth also accepts -i for case-insensitive operation
2967 - Remove malloc/free of temporary buffer in time parsing routines.
2968 - Reduce memory allocator pressure by not continually allocating client-side read buffers
2969 - Accept large dates >2^31 on 64-bit platformst. Seen for example in the Google logo.
2970 - Convert the connStateData->chr single link list to a normal dlink_list for clarity.
2971 - Bug #1584: Unable to register with multiple WCCP2 routers
2972 - Fix the WCCPv2 mask assignment code to not crash as the value assignments are built.
2973 - Bug #439: Multicast ICP peering is unstable and considers most peers dead
2974 - Bug #1801: NTLM authentication ends up in a loop if the server responds with a retriable error
2975 - Bug #1839: Cosmetic debug message cleanup in peerHandleHtcpReply.
2976 - Bug #1840: Disable digest and netdb queries to multicast peers
2977 - Bug #1641: assertion failed: stmem.c:149: "size > 0" while processing certain Vary objects
2978 - Fix build errors when using latest MinGW Windows environment
2979
2980 Changes to squid-2.6.STABLE5 (3 Now 2006)
2981
2982 - Bug #1776: 2.6.STABLE4 aufs fails to compile if coss isn't enabled
2983 - COSS improvements and cleanups
2984 - SNMP linking issue resolved, enabling SNMP support to be build in all platforms
2985 - Bug #1784: access_log syslog results in blanks syslog lines between every entry
2986 - Bug #1719: Incorrect error message on invalid cache_peer specifications
2987 - Bug #1785: Memory leak in handling of negatively cached objects
2988 - Bug #1780: Incorrect Vary processing in combination with collapsed_forwarding
2989 - Bug #1782: Memory leak in ncsa_auth on password changes
2990 - Suppress some annoying coss startup messages raising the debug level to 2.
2991 - Clarify the external_acl_helper concurrency= change.
2992 - aioDone() could be called twice from aufs and from coss (when using AIOPS) during shutdown.
2993 - Bug #1794: Accept 00:00-24:00 as a valid time specification even if redundand and the same as 00:00-23:59
2994 - Bug #1795: Theoretical memory leak in storeSetPublicKey
2995 - Removing port 563 from the default SSL_ports and Safe_ports ACLs
2996 - Bug #1724: Automatically enable Linux Netfilter support with --enable-linux-tproxy.
2997 - Bug #1800: squid -k reconfigure crash when using req/rep_header acls
2998 - Clarify the select/poll/kqueue/epoll configure --enable/disable options
2999 - Bug #1779: Delay pools fairness when multiple connections compete for bandwidth
3000 - Bug #1802: Crash on exit in certain conditions where cache.log is not writeable
3001 - Bug #1796: Assertion error HttpHeader.c:914: "str"
3002 - Bug #1790: Crash on wccp2 + mask assignement + standard wccp service
3003 - Silence harmless gcc compile warning.
3004 - Clean up poll memory on shutdown
3005 - Ported select, poll and win32 to new comm event framework
3006 - Windows port: Correctly identify Windows Vista and Windows Server Longhorn
3007 - Added a basic comm_select_simple comm loop only requiring minimal POSIX compliance.
3008 - Safeguard from kb_t counter overflows on 32-bit platforms
3009
3010 Changes to squid-2.6.STABLE4 (23 Sep 2006)
3011
3012 - Bug #1736: Missing Italian translation of ERR_TOO_BIG error page
3013 - Windows port enhancement: added native exception handler with signal emulation
3014 - Fix the %un log_format tag again. Got broken in 2.6.STABLE2
3015 - Fix Squid crash when using %a in ERR_INVALID_REQ and ERR_INVALID_URL error messages.
3016 - Bug #212: variable %i always 0.0.0.0 in many error pages
3017 - Bug #1708: Ports in ACL accepts characters and out of range
3018 - Bug #1706: Squid time acl accepts invalid time range.
3019 - Fix another harmless fake_auth compiler warning on gcc 4.1.1 x86
3020 - Fix an harmless snmp_core.c compiler warning on gcc 4.1.1 x86
3021 - Bug #1744: squid-2.6.STABLE3 - fakeauth_auth crashing on certain requests
3022 - Bug #1746: Harmless off by one overrun in ncsa_auth md5 password validation
3023 - Bug #1598: start_announce cannot be disabled
3024 - Periodically flush cache.log to disk when "buffered_logs on" is set
3025 - Numerous COSS improvements and fixes
3026 - Windows port: merge of MinGW support
3027 - Windows port: Merged Windows threads support into aufs
3028 - Bug #1759: Windows port cachemgr.cgi attempts to write to file system root directory
3029 - Numerous portability fixes
3030 - Various minor statistics cleanup on 64-bit hosts with more than 4GB of memory
3031 - Bug #1758: HEAD on ftp:// URLs always returned 200 OK.
3032 - Bug #1760: FTP related memory leak
3033 - Bug #1770: WCCP2 weighted assignment
3034 - Bug #1768: Redundant DNS PTR lookups
3035 - Bug #1696: Add support for wccpv2 mask assignment
3036 - Bug #1774: ncsa_auth support for cramfs timestamps
3037 - Bug #1769: near-hit and filedescriptor usage missing in SNMP MIB
3038 - Bug #1725: cache_peer login=PASS documentation somewhat confusing
3039 - Bug #1590: Silence those ETag loop warnings
3040 - Bug #1740: Squid crashes on certain malformed HTTP responses
3041 - Bug #1699: assertion failed: authenticate.c:836: "auth_user_request != NULL"
3042 - Improve error reporting on unexpected CONNECT requests in accelerator mode
3043 - Cosmetic change to increase cache.log detail level on invalid requests
3044 - Bug #1229: http_port and other directives accept invalid ports
3045 - Reject http_port specifications using both transparent and accelerator options
3046 - Cosmetic cleanup to not dump stacktraces on configuration errors
3047
3048
3049 Changes to squid-2.6.STABLE3 (18 Aug 2006)
3050
3051 - Bug #1577: assertion failed "fm->max_n_files <= (1 << 24)" on
3052 very large cache_dir. Limit number of objects stored to slightly
3053 less to avoid this.
3054 - Bug #1705: Correct error message on invalid time weekday specification
3055 - Don't attempt to guess netmask in src/dst acl specifications
3056 if none was provided. Assume it's an IP even if it ends in 0
3057 - Bug #1665: log_format %ue, %us tags for external or ssl user id
3058 - Bug #1707: delay pools often ignored the set limit
3059 - Bug #1716: Support for recent OpenSSL 0.9.7 versions
3060 (0.9.8 always worked)
3061 - COSS fixes and performance improvements
3062 - Memory leak when reading configuration files with overlapping
3063 ACL data where squid -k parse complains.
3064 - Memory leak related to pinned connections
3065 - Show include acls unexpanded in cachemgr configuration dumps
3066 - Fixed WARNING defer handler for HTTP Socket does not call commDeferFD
3067 - Bug #1304: Downloads may hang when using the cache_dir max-size option
3068 - Optimization of network I/O
3069 - Bug #1730: make problem with --enable-follow-x-forwarded-for on Solaris
3070 - Fixed a memory leak on certain invalid requests
3071 - Bug #1733: ERR_CANNOT_FORWARD Portuguese translation update
3072 - Bug #582: ntlm fake_auth not handles non-ascii login names
3073 - New startup message indicating the type of event loop used
3074 - Bug #1602: TCP fallback on truncated DNS responses
3075 - Bug #1667: assertion failed: store.c:1081: "e->store_status == STORE_PENDING"
3076 - Bug #1723: cachemgr now works in accelerator mode
3077
3078 Changes to squid-2.6.STABLE2 (31 Jul 2006)
3079
3080 - WCCP2 doesn't update statCounter.syscalls.sock.sendtos counter.
3081 - Releasenotes Table of contents should use relative links without
3082 filename.
3083 - Reject HTTP/0.9 formatted CONNECT requests.
3084 - Cosmetic cleanup to use safe_free instead of xfree + manual
3085 assign to NULL
3086 - Bug #1650: transparent interception "Unable to forward this
3087 request at this time"
3088 - Bug #1658: Memory corruption when using client-side SSL certificates
3089 - Add storeRecycle; a storeIO method to delete a StoreEntry w/out
3090 deleting the underlying object.
3091 - Many COSS fixes and new coss data dumper utility for diagnostics
3092 - Bug #1669: SEGV in storeAddVaryReadOld
3093 - Many fixes in debug sections and spelling of debug messages
3094 - Don't keep client connection persistent if there was a mismatch in
3095 the response size.
3096 - Move eventCleanup debug messages to debug level 2 (was 0)
3097 - Add the missing concurrency parameters to basic and digest auth
3098 schemes
3099 - Bug #1670: assertion failure: i->prefix_size > 0 in client_side.c:2509
3100 - Log SSL user id in the custom log User name format (%un)
3101 - Bug #1653: Username info not logged into Cachemgr active_requests
3102 statistics
3103 - Added to the redirectors interface the support for SSL client
3104 certificate
3105 - squid.conf.default cleanup to remove references to old options
3106 - Fix many filedescriptors in combination with TPROXY
3107 - Fix connection pinning in transparently intercepted connections
3108 - Bug #1679: LDFLAGS not honored in some programs.
3109 - Minor cleanup of port numbers in transparent interception or
3110 vhost + vport
3111 - Bug #1671: transparent interception fails with FreeBSD ipfw or
3112 Linux-2.2 ipchains
3113 - Bug #1660: Accept-Encoding related memory corruption
3114 - Bug #1651: Odd results if url_rewriter defined multiple times
3115 - Bug #1655: Squid does not produce coredumps under linux when
3116 started as root
3117 - Bug #1673: cache digests not served to other caches
3118 - Cleanup of Linux capability code used by tproxy
3119 - Bug #1684: xstrdup: tried to dup a NULL pointer!
3120 - Bug #1668: unchecked vsnprintf() return code could lead to log
3121 corruption
3122 - Bug #1688: Assertion failure in HttpHeader.c in some header_access
3123 configurations
3124 - Cygwin support fir --disable-internal-dns
3125 - Silence those annoying sslReadServer: Connection reset by peer
3126 errors.
3127 - Bug #1693: persistent connections broken in transparent
3128 interception mode
3129 - Bug #1691: multicast peering issues
3130 - Bug #1696: Correct WCCP2 processing of router capability info
3131 segments
3132 - Bug #1694: Assertion failure in mgr:config if using
3133 access_log_format %<h
3134 - Bug #1677: Duplicate etags in the If-None-Match header
3135 - Bug #1665: access_log_format codes for login names from external
3136 acl or ssl
3137 - Bug #1681: All ntlmauthenticator processes are busy
3138 - Added ARP acl support for OpenBSD and ARP fixes for Windows
3139 - Bug #1700: WCCP fails on FreeBSD (Unable to disconnect WCCP out
3140 socket)
3141 - WCCP2 correct dampening of assign buckets when there it lots of
3142 changes
3143 - minimum_expiry_time to tune the magic 60 seconds limit of what
3144 is considered cachable when the object doesn't have any cache
3145 validators.
3146 - Bug #1703: wrong path to diskd helper corrected, and config
3147 parser extended to trap incorrect paths early
3148 - Bug #1703: COSS failed to initialize async-io threads
3149 - Bug #1703: should abort if diskd helper exits unexpectedly
3150 - Bug #1702: Warn if acl name is too long
3151 - Bug #1685: Crashes or other odd results after storeSwapMetaUnpack: errors
3152 - wccp2_rebuild_wait directive to delay registering with WCCP until the
3153 - Bug #1662: Infinite loop in external acl with grace period if the
3154 same http_access line had multiple external acls
3155
3156 Changes to squid-2.6.STABLE1 (1 Jul 2006)
3157
3158 - New --enable-default-hostsfile configure option
3159 - Added username info to active_requests cachemgr stats
3160 - Modified squid MIB to incorporate squid.conf visible_hostname
3161 - Added multi-line capability in squid.conf
3162 - Added new httpd_suppress_version_string configuration directive
3163 - WCCPv2 support
3164 - Negotiate authentication scheme support
3165 - NTLM authentication scheme rewritten
3166 - Customizable access log formats
3167 - Selective access logging
3168 - Access logging via syslog
3169 - Reverse proxy enhancements, with new cache_peer based forwarding
3170 model.
3171 - LDAP based Digest helper (Note: not true LDAP integration, just using
3172 LDAP for storage of the Digest hashes)
3173 - Improved helper communication protocol
3174 - External ACL improvements. %PATH, log=, grace=, and more..
3175 - Improved SSL support with hardware offload, client certificate
3176 support (primitive), chained certificates and numerous bug fixes
3177 - DNS lookups now use the search path from /etc/resolv.conf or
3178 the Windows registry
3179 - Linux epoll support
3180 - collapsed forwarding to optimize reverse proxies or other
3181 setups having very many clients going to the same URL
3182 - New improved COSS implementation
3183 - Optional support for blank passwords
3184 - The old and obsolete Samba-2.2.X winbind helpers have been removed
3185 - external acls now uses the simplified URL-escaped protol "3.0" by
3186 default.
3187 - Linux TPROXY support
3188 - Support for proxying of Microsoft Integrated Login by adding
3189 support for the deviations from the HTTP protocol required
3190 to support these authentication mechanisms
3191 - Added the capability to run as a Windows service under Cygwin
3192 - CARP now plays well with the other peering algorithms
3193 - read_ahead_gap option to read ahead more than 16KB of the reply
3194 - check_hostnames and allow_underscore squid.conf options
3195 - http_port is now optional, allowing for SSL only operation
3196 - Full ETag/Vary support, caching responses which varies with
3197 request details (browser, language etc).
3198 - umask now defaults to 027 to protect the content of cache and
3199 log files from local users
3200 - HTCP support for access control and the CRL operation for
3201 purgeing of cache content
3202 - Optionally follow X-Forwarded-For headers to determine the original
3203 client IP behind sedond level proxies
3204 - FreeBSD kqueue support
3205
3206 Changes to squid-2.5.STABLE14 (20 May 2006)
3207 - [Minor] icons not displayed when visible_hostname is a
3208 short hostname (without domain). (Bug #1532)
3209 - [Medium] Memleak in HTCP client code (default disabled)
3210 (Bug #1553)
3211 - [Major] memory leak in ident processing (Bug #1557)
3212 - [Medium] Memory leak in header processing related to external_acl
3213 header detail format tag (Bug #1564)
3214
3215 Changes to squid-2.5.STABLE13 (12 Mar 2006)
3216 - [Minor] Fails to compile on Solaris and some other platforms
3217 with undefined reference to setenv (Bug #1435)
3218 - [Cosmetic] Added WebDAV REPORT method to know HTTP methods list
3219 - [Minor] Squid ntlm_auth (not the Samba provided one) giving
3220 odd results if --enable-ntlm-fail-open is used (Bug #1022)
3221 - [Minor] wbinfo_group.pl doesn't work with Samba 3.0.21 and later
3222 (Bug #1472)
3223 - [Minor] Squid crash when asyncio function counters url accessed
3224 from Cachemgr CGI (Bug #1464)
3225 - [Cosmetic] Linux compile warning about prctl called with too few
3226 arguments (Bug #1483)
3227 - [Minor] Wrong timezone declaration for 64 bit Irix (Bug #1479)
3228 - [Minor] Some 206 responses logged incorrectly (Bug #1511)
3229 - [Minor] Issues in processing ranges on objects >2GB (Bug #437)
3230 - [Cosmetic] Segmentation fault on empty proxy_auth ACLs (Bug #1414)
3231 - [Minor] Ident access lists don't work in delay_access statements
3232 (Bug #1428)
3233 - [Minor] Some clients support NTLM even if not initially negotiating
3234 persistent connections (Bug #1447)
3235 - [Medium] 504 Gateway Time-out on FTP uploads (Bug #1459)
3236 - [Medium] delay pools given too much bandwidht after "-k reconfigure"
3237 (Bug #1481)
3238 - [Cosmetic] New persistent_connection_after_error configuration
3239 directive (Bug #1482)
3240 - [Cosmetic] Hangs at 100% CPU if /dev/null is not accessible (Bug
3241 #1484)
3242 - [Minor] Fails to compile on Fedora Core 5 test 2 x86_64 (Bug #1492)
3243 - [Cosmetic] Typo in ftp.c (Bug #1507)
3244 - [Cosmetic] Error in FTP listings of files with -> in their name
3245 (Bug #1508)
3246 - [Cosmetic] With Squid-2.5 there is no more the DUPLICATE IP logging
3247 in cache.log (Bug #779)
3248 - [Minor] Fails to process long host names (Bug #1434)
3249 - [Cosmetic] Azerbaijani errors translation (Bug #1454)
3250 - [Cosmetic] misleading error message message for bad/unresolveable
3251 cache_peer name (Bug #1504)
3252 - [Cosmetic] confusing statistics on stateful helpers (NTLM auth)
3253 (Bug #1506)
3254 - [Major] connstate memory leak (Bug #1522)
3255
3256 Changes to squid-2.5.STABLE12 (22 Oct 2005)
3257
3258 - [Major] Error introduced in 2.5.STABLE11 causing truncated responses
3259 when using delay pools (Bug #1405)
3260 - [Cosmetic] Document that tcp_outgoing_* works badly in combination
3261 with server_persistent_connections (Bug #454)
3262 - [Cosmetic] Add additinal tracing to squid_ldap_auth making
3263 diagnostics easier on squid_ldap_auth configuration errors
3264 (Bug #1395)
3265 - [Minor] $HOME not set when started as root (Bug #1401)
3266 - [Minor] httpd_accel_single_host breaks in combination with
3267 server_persistent_connections (Bug #1402)
3268 - [Cosmetic] Setting CACHE_HTTP_PORT to configure was only partially
3269 implemented, effectively ignored. (Bug #1403)
3270 - [Minor] CNAME based DNS addresses could get cached for longer
3271 than intended (Bug #1404)
3272 - [Minor] Incorrect handling of squid-internal-dynamic/netdb exchanges
3273 in transparently intercepting proxies (Bug #1410).
3274 - [Minor] Cache revalidations on HEAD requests causing poor cache
3275 hit ratio (Bug #1411).
3276 - [Minor] Not possible to send 302 redirects via a redirector in
3277 response to CONNECT requests (bug #1412)
3278 - [Minor] Incorrect handling of Set-Cookie on cache refreshes (Bug
3279 #1419)
3280 - [Major] Segmentation fault crash in rfc1738_do_escape (Bug #1426)
3281 - [Minor] Delay pools class 3 fails on clients in network 255
3282 (Bug #1431)
3283
3284 Changes to squid-2.5.STABLE11 (22 Sep 2005)
3285
3286 - [Minor] Workaround for servers sending double content-length headers
3287 (Bug #1305)
3288 - [Cosmetic] Updated Spanish error messages by Nicolas Ruiz
3289 - [Cosmetic] Date header corrected on internal objects (icons etc)
3290 (Bug #1275)
3291 - [Minor] squid -k fails in combination with chroot after patch for
3292 bug 1157 (Bug #1307)
3293 - [Cosmetic] Segmentation fault if compiled with
3294 --enable-ipf-transparent but denied access to the NAT device.
3295 (Bug #1313)
3296 - [Minor] httpd_accel_signle_host incompatible with redireection
3297 (Bug #1314)
3298 - [Minor] squid -k reconfigure internal corruption if the type of
3299 a cache_dir is changed (Bug #1308)
3300 - [Minor] SNMP GETNEXT fails if the given OID is outside the Squid MIB
3301 (Bug #1317)
3302 - [Minor] Title in FTP listings somewhat messed up after previous
3303 patch for bug 1220 (Bug #1220)
3304 - [Minor] FTP listings uses "BASE HREF" much more than it needs to,
3305 confusing authentication. (Bug #1204)
3306 - [Minor] winfo_group.pl only looked for the first group if multiple
3307 groups were defined in the same acl. (Bug #1333)
3308 - [Cosmetic] Compiler warnings on some 64-bit platforms (Bug #1316)
3309 - [Cosmetic] Removed some debug output from wb_ntlm_atuh (Bug #518)
3310 - [Cosmetic] The new --with-build-environment=... option doesn't work
3311 - [Cosmetic] New 'mail_program' configuration option in squid.conf
3312 - [Minor] Fails to compile with ip-filter and ARP support on Solaris
3313 x86 (Bug #199)
3314 - [Major] Segmentation fault in sslConnectTimeout (Bug #1355)
3315 - [Medium] assertion failed in StatHist.c:93 (Bug #1325)
3316 - [Minor] More chroot_dir and squid -k reconfigure issues (Bug #1331)
3317 - [Cosmetic] Invalid URLs in error messages when failing to connect
3318 to peer, and a few other inconsistent error messages (Bug #1342)
3319 - [Cosmetic] Fails to compile with glibc -D_FORTIFY_SOURCE=2
3320 (Bug #1344)
3321 - [Minor] Some odd FTP servers respond with 250 where 226 is expected
3322 (Bug #1348)
3323 - [Cosmetic] Greek translation of error messages (Bug #1351)
3324 - [Major] Assertion failed store_status == STORE_PENDING (Bug #1368)
3325 - [Minor] squid_ldap_auth -U does not work (Bug #1370)
3326 - [Minor] SNMP cacheClientTable fails on "long" IP addresses
3327 (Bug #1375)
3328 - [Minor] Solaris Sparc + IP-Filter compile error (Bug #1374)
3329 - [Minor] E-mail sent when cache dies is blocked from many antispam
3330 rules (Bug #1380)
3331 - [Minor] LDAP helpers does not work with TLS (-Z option) (Bug #1389)
3332 - [Cosmetic] Incorrect store dir selection debug message on objects
3333 larger than 2Gigabyte (Bug #1343)
3334 - [Cosmetic] header_id enum misused as an signed integer (Bug #1343)
3335 - [Cosmetic] Allow leaving core dumps when started as root (Bug #1335)
3336 - [Medium] Clients could bypass delay_pool settings by faking a cache
3337 hit request (Bug #500)
3338 - [Minor] IP-Filter 4.X support (Bug #1378)
3339 - [Medium] Odd results on pipelined CONNECT requests
3340 - [Major] Squid crashing with "FATAL: Incorrect scheme in auth header"
3341 when using NTLM authentication.
3342 - [Cosmetic] Odd results when pipeline_prefetch is combined with NTLM
3343 authentication (bug #1396)
3344 - [Minor] invalid host was processed as IP 255.255.255.255 in dst acl
3345 (Bug #1394)
3346 - [Cosmetic] New --with-maxfd=N configure option to override build
3347 time filedescriptor limit test
3348 - [Minor] Added support for Windows code name "Longhorn" on Cygwin.
3349
3350 Changes to squid-2.5.STABLE10 (17 May 2005)
3351
3352 - [Minor Security] Fix race condition in relation to old Netscape
3353 Set-Cookie specifications
3354 - [Minor] Fails to parse D.J. Bernstein's FTP EPLF ftp listing
3355 format and PASV resposes (Bug #1252)
3356 - [Medium] BASE HREF missing on ftp directory URLs without /
3357 (Bug #1253)
3358 - [Minor security] confusing http_access results on configuration
3359 error (Bug #1255)
3360 - [Cosmetic] More robust Date parser (Bug #321)
3361 - [Minor] reload_with_ims fails to refresh negatively cached objects
3362 (Bug #1159)
3363 - [Cosmetic] delay_access description clarification (Bug #1245)
3364 - [Cosmetic] Check for integer overflow in size specifications in
3365 squid.conf (Bug #1247)
3366 - [Cosmetic] bzero is a non-standard function not available on all
3367 platforms (Bug #1256)
3368 - [Cosmetic] Compiler warnings if pid_t is not an int (Bug #1257)
3369 - [Cosmetic] Incorrect use of ctype functions (Bug #1259)
3370 - [Cosmetic] Defer digest fetch if the peer is not allowed to be used
3371 (Bug #1261)
3372 - [Minor] Duplicate content-length headers logged incorrectly or
3373 not cleaned up properly (Bug #1262)
3374 - [Cosmetic] Extend relaxed_header_parser to work around "excess
3375 data from" errors from many major web servers. (Bug #1265)
3376 - [Minor] Add HTTP headers to a netdb error messages
3377 - [Minor] Multiple minor aufs issues (Bug #671)
3378 - [Minor] Basic authentication fails with very long logins or
3379 password (Bug #1171)
3380 - [Minor] CONNECT requests truncated if client side disconnects first
3381 (Bug #1269)
3382 - [Minor] --disable-hostname-checks configure option did not work
3383 - [Cosmetic] LDAP helpers adjusted to compile with SUN LDAP SDK
3384 - [Cosmetic] aufs warning about open event filedescriptors on shutdown
3385 - [Medium] Failed to process requests for files larger than 2GB in size
3386 - [Cosmetic] rename() related cleanup
3387 - [Cosmetic] New cachemgr pending_objects and client_objects actions
3388 - [Cosmetic] external acls requiring authentication did not request
3389 new credentials on access denials like proxy_auth does.
3390 - [Cosmetic] Syslog facility now configurable via command line options.
3391 - [Cosmetic] New %a error page template code expanding into the
3392 authenticated user name. (Bug #798)
3393 - [Minor] IP-Filter 4.0 support in --enable-ipf-transparent
3394 - [Minor] Support interception of multiple ports
3395 - [Cosmetic] Allow "squid -k ..." to run even if the local hostname
3396 can not be determined (Bug #1196)
3397 - [Cosmetic] Configuration file parser now handles DOS/Windows formatted
3398 configuration files with CRLF lineendings proper.
3399 - [Minor] Unrecognized Cache-Control directives now forwarded properly
3400 (Bug #414)
3401 - [Minor] Authentication helpers now returns useable information
3402 in the %m error page macro on failed authentication (Bug #1223)
3403 - [Minor] pid file management corrected in chroot use (Bug #1157)
3404 - [Minor Security] Fix for CVE-1999-0710: cachemgr malicouse use.
3405 cachemgr.cgi now reads a config file telling which proxy servers
3406 it can administer.
3407 - [Minor] aufs statistics improvements
3408 - [Minor] SNMP bugfixes and support for SNMPv2(c) (Bug #1288, #1299)
3409 - [Minor] ARP acl documentation and cachemgr config dump corrections
3410 - [Minor] dstdomain/dstdom_regex acls now allow matching of numeric
3411 hostnames in addition to the reverse lookup of the domain name.
3412 - [Security] Internal DNS client hardened against spoofing
3413
3414 Changes to squid-2.5.STABLE9 (24 Feb 2005)
3415
3416 - [Medium] Don't retry requests on 403 errors (Bug #1210)
3417 - [Minor] Ignore invalid FQDN DNS responses (Bug #1222)
3418 - [Minor] cache_peer related memory leaks on reconfigure (Bug #1246)
3419 - [Cosmetic] Adjusted to build cleanly with GCC-4 (Bug #1211)
3420 - [Minor] relaxed_header_parser extended to work around even more
3421 broken web servers (Bug #1242)
3422 - [Minor] FTP gatewaying URLs cleaned up slightly, mainly to work
3423 better with Mozilla but also to improve security slightly on
3424 non-anonymous FTP.
3425 - [Minor] High characters allowed un-encoded in FTP and Gopher
3426 listings to allow the user-agent to display data in non-iso8859-1
3427 charsets. (Bug #1220)
3428 - [Cosmetic] format fixes to silence compiler warnings on many
3429 platforms.
3430 - [Major] Assertion failures on certain odd DNS responses (Bug #1234)
3431
3432 Changes to squid-2.5.STABLE8 (11 Feb 2005)
3433
3434 - [Minor] 100% CPU usage on half-closed PUT/POST requests (Bug #354,
3435 #1096)
3436 - [Cosmetic] Document -v (protocol version) option to LDAP helpers
3437 - [Minor] The new req_header and resp_header acls segfaults
3438 immediately on parse of squid.conf (Bug #961)
3439 - [Minor] Failure to shut down busy helpers on -k rotate/reconfigure
3440 (Bug #1118)
3441 - [Minor] Don't use O_NONBLOCK on disk files. (Bug #1102)
3442 - [Minor] Squid fails to close TCP connection after blank HTTP
3443 response (Bug #1116)
3444 - [Minor security] Random error messages in response to malformed
3445 host name (Bug #1143)
3446 - [Minor] PURGE should not be able to delete internal objects
3447 (Bug #1112)
3448 - [Minor] httpd_accel_port 0 (virtual) not working correctly (Bug
3449 #1121)
3450 - [Minor] cachemgr vm_objects segfault (Bug #1149)
3451 - [Minor security] Confusing results on empty acl declarations (Bug
3452 #1166)
3453 - [Minor] Don't close all "other" filedescriptors on startup (Bug
3454 #1177)
3455 - [Minor] fakeauth_auth memory leak and NULL pointer access (Bug
3456 #1183)
3457 - [Security] buffer overflow bug in gopherToHTML() (Bug #1189)
3458 - [Medium security] Denial of service with forged WCCP messages
3459 (Bug #1190)
3460 - [Minor] DNS related memory leak on certain malformed DNS responses
3461 (Bug #1197)
3462 - [Minor] Internal DNS sometimes truncates host names in reverse
3463 (PTR) lookups (Bug #1136)
3464 - [Minor Security] Add sanity checks on LDAP user names (Bug #1187)
3465 - [Security] Harden Squid against HTTP request smuggling attacks
3466 - [Minor] Icon URLs fails in non-anonymous FTP directory listings is
3467 short_icon_urls is on (Bug #1203)
3468 - [Security] Harden Squid against HTTP response splitting attacks
3469 (Bug #1200)
3470 - [Medium security] Buffer overflow in WCCP recvfrom() call
3471 (Bug #1217)
3472 - [Security] Properly handle oversized reply headers (Bug #1216)
3473 - [Minor] LDAP helpers search fixed to properly ask for no attributes
3474 - [Minor] A sporadic segmentation fault when using ntlm authentication
3475 fixed (Bug #1127)
3476 - [Major] Segmentation fault on failed PUT/POST requests (Bug #1224)
3477 - [Medium] Persistent connection mismatch on failed PUT/POST request
3478 (Bug #1122)
3479 - [Minor] WCCP easily disturbed by forged packets (Bug #1225)
3480 - [Minor] Password management in ftp:// gatewaying improved (Bug #1226)
3481 - [Major] HTTP reply data corruption in certain situations involving
3482 reply headers split over multiple packets (Bug #1233)
3483
3484 Changes to squid-2.5.STABLE7 (11 Oct 2004)
3485
3486 - [Medium] No objects cached in ufs cache_dir type in some
3487 configurations. Issue introduced in 2.5.STABLE6 by the patch for
3488 Bug #676. (Bug #1011)
3489 - [Minor] LDAP helpers update to correct LDAP connection management
3490 and add support for literal password compare instead of binding
3491 - [Minor] A large number of queued DNS lookups for the same domain
3492 (Bug #852)
3493 - [Cosmetic] request_header_max_size configuration partly ignored
3494 (Bug #899)
3495 - [Minor] Partial hit results in TCP_HIT, not TCP_MISS. (Bug #1001)
3496 - [Cosmetic] HEAD requests may return stale information
3497 (Bug #1012)
3498 - [Cosmetic] Warn if cache_dir ufs can not create files. (Bug #918)
3499 - [Minor] case insensitive authentication (Bug #431)
3500 - [Cosmetic] Add delay pools information to active_requests. (Bug
3501 #882)
3502 - [Minor] Apparent memory leak in client_db (Bug #833)
3503 - [Minor] NTLM authentication truncated causing failures. (Bug
3504 #1016)
3505 - [Cosmetic] Grammatical corrections in squid.conf.default
3506 - [Cosmetic] Unknown %X errorpage codes incorrectly quoted. (Bug
3507 #1030)
3508 - [Medium] Segfaults and other strange crashes when using heap
3509 policies. (Bug #1009)
3510 - [Minor] Supplementary group memberships not set (Bug #1021)
3511 - [Cosmetic] ERR_TOO_BIG Portuguese translation
3512 - [Minor] external_acl does not handle newlines (Bug #1038)
3513 - [Major] NTLM authentication denial of service when using msnt_auth
3514 or fake_auth (Bug #1045)
3515 - [Medium] Memory leaks when using NTLM authentication without
3516 challenge reuse. (Bug #994)
3517 - [Minor] Temporary NTLM memory leak with challenge reuse enabled
3518 (Bug #910)
3519 - [Minor] assertion failed: "n_ufs_dirs <=
3520 Config.cacheSwap.n_configured". (Bug #1053)
3521 - [Minor] Segfault in authenticateDigestHandleReply. (Bug #1031)
3522 - [Minor] acl time fails to parse multiple time specifications
3523 (Bug #1060)
3524 - [Minor] cachemgr config dumps mixed up Range and Request-Range
3525 headers in http_header_access & replace directives. (Bug #1056)
3526 - [Minor] Content-Disposition added as a well known header (Bug #961)
3527 - [Cosmetic] Don't warn about arp acls not being supported on FreeBSD
3528 (Bug #1074)
3529 - [Cosmetic] Limit internal send/receive buffer sizes (Bug #1075)
3530 - [Medium] New acl types to match arbitrary HTTP headers. In addition
3531 the http_header_access & replace directives now support arbitrary
3532 headers and not only the well known ones. (Bug #961)
3533 - [Cosmetic] ncsa_auth now accepts Window formatted password files
3534 (Bug #1078)
3535 - [Cosmetic] Support the --program-prefix/suffix options or other
3536 configure program name transforms (Bug #1019)
3537 - [Minor] Fix race condition in CONNECT and also handle aborts of
3538 CONNECT requests in a more graceful manner. (Bug #859)
3539 - [Minor] New balance_on_multiple_ip directive to work around certain
3540 broken load balancers and optimized ipcache on reload requests
3541 (Bug #1058)
3542 - [Medium] New reply_header_max_size directive
3543 (Bug #874)
3544 - [Minor] Suspected instability on aborted PUT/POST requests
3545 (Bug #1089)
3546 - [Security] SNMP Denial of Service fix (CAN-2004-0918)
3547
3548 Changes to squid-2.5.STABLE6 (9 Jul 2004)
3549
3550 - Bug #937: NTLM assertion error "srv->flags.reserved"
3551 - Bug #935: squid_ldap_auth can be confused by the use of reserved
3552 characters
3553 - Helper queue warnings imprecise on the number of helpers required
3554 - squid_ldap_auth TLS mode works correctly again
3555 - Bug #940, #305: pkg-config support for finding correct OpenSSL
3556 compile flags
3557 - Bug #426: "Vary: *" is ignored
3558 - 100% CPU usage on Linux-2.2
3559 - Version number should not include -CVS if autoconf is run
3560 - Bug #947: deny_info redirection with requested URL escaped wrongly
3561 - Bug #495: CONNECT timeout should produce a 504 or 503
3562 - Bug #956: cache_swap_log documentation referred to swap.state by
3563 it's old swap.log name
3564 - ntlm/auth_ntlm.c(683): warning #187: use of "=" where "==" may
3565 have been intended
3566 - Bug #962: rfc1035NameUnpack: Assertion (*off) < sz failed
3567 - Bug #954: Segment violation when using a blank user name in digest
3568 authentication
3569 - Bug #943: assertion failed: errorpage.c:292: "mem->inmem_hi == 0"
3570 - Spelling corrections in configure and squid.conf.default
3571 - The meaning of ERR in digest helper protocol clarified in the
3572 squid.conf documentation
3573 - Bug #950: Spelling error in Turkish ERR_DNS_FAIL
3574 - Bug #616: Negative cached 404 replies with VARY header never matched
3575 - Bug #968: range_offset_limit -1 KB rejected as invalid syntax
3576 due to a shortcoming in the fix to bug #817
3577 - Bug #570: Very large cache_mem values reported wrongly in cache.log
3578 - Bug #676: store_dir_select_algorithm least-load doesn't work for
3579 ufs cache_dir type
3580 - Bug #946: cacheCurrentUnlinkRequests should be a counter, not gauge
3581 - Bug #948: Show client ip in cache.log debug output
3582 - Bug #960: compilation issue on OpenBSD/m88k
3583 - Bug #969: FTP directory listing HTML DOCTYPE misread by some tools
3584 - Bug #991: dns_servers should default to localhost if no resolv.conf
3585 - Bug #717: msnt_auth documentation update
3586 - Bug #753: Segfault in memBufVPrintf on certain architectures
3587 requiring va_copy
3588 - Bug #941: Negative size in access.log on long running CONNECT
3589 requests
3590 - Bug #972: Segmentation fault after "Likely proxy abuse detected"
3591 - Bug #981: sasl_auth updated to work with SALS2
3592 - Overflow bug in Squid's ntlm_auth helper used for transparent NTLM
3593 authentication to a NT domain without using Samba.
3594
3595 Changes to squid-2.5.STABLE5 (1 Mar 2004):
3596
3597 - cache.log message on "squid -k reconfigure" was slightly confusing,
3598 claiming Squid restarted when it just reread the configuration.
3599 - Bug #787: digest auth never detects password changes
3600 - Bug #789: login with space confuses redirector helpers
3601 - Bug #791: FQDNcache discards negative responses when using
3602 internal DNS
3603 - pam_auth fails on Solaris when using pam_authtok_get. Persistent
3604 PAM connections are unsafe and now disabled by default.
3605 - auth_param documentation clarifications and added default realm
3606 values making only the helper program a required attribute
3607 - Bug #795: German ERR_DNS_FAIL correction
3608 - Bug #803: Lithuanian error messages update
3609 - Bug #806: Segfault if failing to load error page
3610 - Bug #812: Mozilla/Netscape plugins mime type defined (.xpi)
3611 - Bug #817: maximum_object_size too large causes squid not to cache
3612 - Bug #824: 100% CPU loop if external_acl combined with separate
3613 authentication acl in the same http_access line
3614 - squid_ldap_group updated to version 2.12 with support for ldaps://
3615 (LDAPv2 over SSL) and a numer of other improvements.
3616 - Bug #799: positive_dns_ttl ignored when using internal DNS.
3617 - Bug #690: Incorrect html on empty Gopher responses
3618 - Bug #729: --enable-arp-acl may give warning about net/route.h
3619 - Bug #14: attempts to establish connection may look like syn flood
3620 attack if the contacted server is refusing connections
3621 - errorpage README files included in the distribution again showing
3622 who contributed which translation
3623 - Bug #848: connect_timeout connect_timeout ends up twice the length.
3624 forward_timeout option added to address this.
3625 - Bug #849: DNS log error messages should report the failed query
3626 - Bug #851: DNS retransmits too often
3627 - Bug #862: Very frequently repeated POST requests may cause a
3628 filedescriptor shortage due to persitent connections building up
3629 - Bug #853: Sporatic segmentation faults on aborted FTP PUT requests
3630 - Bug #571: Need to limit use of persistent connections when
3631 filedescriptor usage is high
3632 - Bug #856: FTP/Gopher Icon URLs are unneededly complex and often
3633 does not work properly
3634 - Bug #860: redirector_access does not handle "slow" acls such as
3635 "dst" or "external" requiring a external lookup.
3636 - Bug #865: Persistent connection usage too high after sudden burst
3637 of traffic.
3638 - Bug #867: cache_peer max-conn=.. option does not work
3639 - Bug #868: refuses to start if pid_filename none is specified
3640 - Bug #887: LDAP helper -Z (TLS) option does not work
3641 - Bug #877: Squid doesn't follow telnet protocol on FTP control
3642 connections
3643 - Bug #908: Random auth popups and account lockouts when using ntlm
3644 - Support for NTLM_NEGOTIATE exchanges with ntlm helpers
3645 - Bug #585: cache_peer_access fails with NTLM authentication
3646 - Bug #592: always/never_direct fails with NTLM authentication
3647 - wbinfo_group update for Samba-3
3648 - Bug #892: helpers/ntlm_auth/SMB/ fails to compile on FreeBSD 5.0
3649 - Bug #924: miss_access restricts internal and cachemgr requests
3650 even if these are local
3651 - Bug #925: auth headers send by squidclient are mildly malformed
3652 - Bug #922: miss_access and delay_access and several other
3653 authentication related bug fixes.
3654 - Bug #909: Added ARP acl support for FreeBSD
3655 - Bug #926: deny_info with http_reply_access or miss_access
3656 - Bug #872: reply_body_max_size problems when using NTLM auth
3657 - Bug #825: random segmentation faults when using digest auth
3658 - Bug #910: Partial fix for temporary memory leaks when using NTLM
3659 auth. There is still problems if challenge reuse is enabled.
3660 - ftp://anonymous@host/ now accepted without requiring a password
3661 - Bug #594: several mime type updates (ftp:// related)
3662 - url_regex enhanced to allow matching of %00
3663
3664 Changes to squid-2.5.STABLE4 (15 Sep 2003):
3665
3666 - Lithuanian error messages added to the distribution
3667 - Bug #660: segfauld if more than one custom deny_info line
3668 - cache_dir disd documentation cleanup
3669 - check open of /dev/null to avoid 100% CPU loop in badly
3670 configured chroot environments
3671 - documentation update on uri_whitespace to refer to the correct RFC
3672 - Bug #655: icmpRecv: recv: (11) Resource temporarily unavailable
3673 - Bug #683: external_acl does not wait for ident lookups to complete
3674 - aufs: Fix a minor use-after-free problem which could cause the
3675 count of opening filedescriptors to grow larger than it should
3676 - Syntax changes to make GCC-3.3 accept Squid without complaints
3677 - Warning if CARP server defined in incorrect load factor order
3678 - neighbor_type_domain documentation update
3679 - http_header_access now works when using cache peers
3680 - high_memory_warning now uses sbrk as fallback mechanism on
3681 platforms where neither mallinfo or mstats are available.
3682 - hosts_file now handles comments at the end of lines correcly
3683 - storeCheckCachable() Stats corrected for release_request and
3684 wrong_content_length.
3685 - cachePeerPingsSent MIB type corrected
3686 - unused minimum_retry_timeout directive removed
3687 - Bug #702: ERR_TO_BIG spanish translation
3688 - Bug #705: Memory leak on deny_info TCP_RESET
3689 - Code cleanup to fix compile error in httpHeaderDelById
3690 - Bug #699: Host header now forwarded exactly where it was in the
3691 original request to work around certain broken firewalls or
3692 load balancers which fail if this header is too far into the
3693 request headers.
3694 - Bug #704: Memory leak on reply_body_max_size
3695 - Bug #686: requests denied due to http_reply_access are now
3696 logged with TCP_DENIED (instead of TCP_MISS, etc).
3697 - Bug #708: ie_refresh now sends no-cache to have the reload
3698 request propagate properly in cache meshes
3699 - Bug #700: Crashes related to ftpTimeout: timeout in SENT_PASV state
3700 - Bug #709: cbdata.c:186: "c->valid" assertion due to peer
3701 digest not found
3702 - Bug #710: round-robin cache_dir selection incorrectly
3703 compares max-size.
3704 - Statistics corrections in HTTP header statitics
3705 - QUICKSTART cleanups
3706 - Bug #715: statCounter.syscalls.disk counters treated
3707 inconsistently. Now increment the counters in AUFS
3708 functions and for unlinkd.
3709 - Improvements to the (experimental) COSS storage scheme.
3710 - Bug #721: User name field in access.log sometimes blank
3711 - Bug #94: assertion failed: http.c: "-1 == cfd ||
3712 FD_SOCKET == fd_table[cfd].type"
3713 - Bug #716: assertion failed: client_side.c:1478: "size > 0"
3714 - Bug #732: aufs calculates number of threads and limits wrongly
3715 - Bug #663: Username not logged into access.log in case of /407
3716 - Bug #267: Form POSTing troubles with NTLM authentication
3717 and occationally in differen other error conditions.
3718 - Bug #736: ICP dynamic timeout algorithm ignores multicast.
3719 - Bug #733: No explicit error message when ncsa_auth can't access
3720 passwd file
3721 - Bug #267, #757: POST with NTLM stops after persistent connection
3722 timeout
3723 - Bug #742: Wrong status code on access denials if delay_access
3724 is used. Most notably 407 instead of 403 could be returned.
3725 - Bug #763: segfault if using ntlm in http_reply_access
3726 - Bug #638: assertion error if using proxy_auth in delay_access
3727 - Bug #756: segmentation fault if using ntlm proxy_auth in delay_access
3728 - The issue of reply_body_max_size limiting the size of error
3729 messages no longer applies.
3730 - external_acl_type concurrency= option renamed to children= to
3731 prepare for Squid-3 upgrades. Old syntax still accepted for the
3732 duration of the Squid-2.5 release.
3733 - number of filedescriptors rounded down to an even multiple of 64
3734 to work around issues in certain libc implementations.
3735 - winbind helpers less noisy in cache.log on restarts/shutdown.
3736 - Squid now automatically restarts helpers if too many of them
3737 have crashed.
3738
3739 Changes to squid-2.5.STABLE3 (25 May 2003):
3740
3741 - Bug #573: Occational false negatives in external acl lookups
3742 - Bug #577: assertion failed: cbdata.c:224: "c->y == c" when
3743 external_acl helpers crashes
3744 - Bug #590: Squid may hang or behave oddly on shutdown while
3745 requests is being processed.
3746 - Bug #590: external acl lookups does not deal well with queue
3747 overload
3748 - cache_effective_user documentation update
3749 - cache_peer documentation update for htcp and carp
3750 - Bug #600: The example header_access paranoid setting is
3751 missing WWW-Authenticate
3752 - Bug #605: Segmentation fault in idnsGrokReply() on certain
3753 platforms
3754 - Fixes to build properly on AIX 5
3755 - Bug #574: wb_group updated to version 1.1 to make group names
3756 case insensitive and correct a segfault issue in the helper
3757 - SNMP mib updates to make cacheNumObjCount,
3758 cacheCurrentUnlinkRequests, cacheCurrentSwapSize and cacheClients
3759 correctly report as gauges (was reporting as counters).
3760 - Woraround for --enable-ssl Kerberos issue on RedHat 9
3761 - Bug #579: Close and repopen log files on "squid -k reconfigure"
3762 - Bug #598: squid_ldap_auth could segfault if LDAP server is
3763 unavailable
3764 - Bug #609,#612: msntauth helper fixes in dealing with large
3765 or non-existing allow/deny user files.
3766 - Bug #620: acl ident REQUIRED matches even if the ident lookup fails
3767 - Bug #432: reply_body_max_size fails with ident or proxy_auth acls
3768 and also fails to block large objects where the content-length
3769 is not known
3770 - Bug #606: Basic auth looping and gets stuck at high CPU usage when
3771 multiple proxy_auth ACLs combined in one line and login fails.
3772 - squid_ldap_auth updated with support for TLS and SSL
3773 - Bug #623: segfault if using negated external acls in certain
3774 configurations involving other acls later on the same http_access
3775 line.
3776 - Bug #622: wb_group helper update to version 1.2 to ass support for
3777 Domain-Qualified groups refering to groups in a specific domain
3778 - Bug #596: logic error in poll() error management
3779 - Bug #597: logic errors in error management
3780 - Bug #591: segmentation fault in authentication on "squid -k debug"
3781 - Bug #587: smb_auth fails on complex logins involving domain names
3782 or other odd characters
3783 - Bug #558, #587: smb_auth.pl fails on complex logins involving
3784 domain names or other odd characters
3785 - Bug #643: external_acl fails with ttl=0 due to a change introduced
3786 by the patch for Bug #553 in 2.5.STABLE2.
3787 - Bug #630: minor issues in digest authantication causing random
3788 authentication failures and incompability with many mainstream
3789 browser digest implementations due to browser qop bugs. To deal
3790 with those broken browser nonce_stricness now defaults to off,
3791 and two new digest options have been added (check_nonce_count
3792 and post_workaround) to allow workarounds to other quite bad
3793 browser bugs if needed.
3794 - Bug #644: digest authentication fails on requests with one
3795 or more comma in the requested URL
3796 - Bug #648: deny_info TCP_RESET not working. The fix for this also
3797 adds the ability to send redirects.
3798
3799 Changes to squid-2.5.STABLE2 (Mars 17, 2003):
3800
3801 - Contrib files added back to the distribution
3802 - Several compiler warnings fixed when using --disable-ident or
3803 --disable-http-violations
3804 - authentication can now be used in most access controls, but
3805 must in most cases first be enforced in http_access to force
3806 the user to authenticate.
3807 - cleanups in the developer bootstrap.sh process when preparing
3808 the sources.
3809 - several squid.conf.default documentation updated to correctly
3810 refer to the current names when refering to other directives
3811 - authenticate_ip_ttl documentation updates
3812 - several assertion faults and segmentation violations corrected
3813 - the RunCache/RunAccel and squid.rc scripts updated to refer to
3814 the squid binary in sbin rather than the old bin location.
3815 - squid_ldap_auth command line processing fixes when specifying
3816 the LDAP server last on the line instead of -h option
3817 - aufs data corruption bugfix
3818 - aufs performance improvement for low traffic systems
3819 - aufs stability improvements
3820 - external_acl corrected to properly deal with quoted strings
3821 - WCCPv1 bugfix to make sure the router accepts the hash assignments
3822 - "Total accounted memory" now correctly reported in cachemgr
3823 - several small memory leaks (mostly reconfigure related)
3824 - new squid.conf option to allow GET/HEAD requests with a request
3825 entity
3826 - "make uninstall" no longer removes squid.conf
3827 - cachemgr.cgi now uses POST to avoid having the cachemgr password
3828 logged in the web server logs
3829 - authentication schemes which are known to not be proxyable are now
3830 filtered out from forwarded server replies to avoid that the clients
3831 tries to use such schemes when we know for a fact it won't work
3832 - spelling corrections in various error messages
3833 - now possible to define acl values with spaces in them
3834 by using the "include file" feature
3835 - squid_ldap_group updated to 2.10 to fix compilation issues with
3836 recent (and older) OpenLDAP libraries and to make the helper deal
3837 correctly with true LDAP groups by first looking up the user DN.
3838 - Some internal code cleanups
3839 - now verifies that programs etc exists iside the chroot directory
3840 when using chroot_dir. No longer neccesary to set up a split view
3841 environment where the same paths works both inside the chroot and
3842 outside just to convince Squid that the files is actually there..
3843 - improved memory usage reporting
3844 - --disable-hostname-checks configure option
3845 - no longer ignores double dots in host names. Any hostname with
3846 double dots is now rejected as invalid.
3847 - log_mime_hdrs no longer logs garbage if very long headers
3848 are seen.
3849 - 'select_fds_hist' object added to cachemgr 'histogram' output
3850 - pid file now unlinked when squid has really shut down, not
3851 immediately when the shutdown request is received. This allows
3852 the pid file to be monitored to determine when Squid has shut down
3853 properly
3854 - correct authentication scheme setups on some platforms or compilers
3855 - several squid.conf.default documentation updates to remove references
3856 to renamed or replaced directives by changing them to their current
3857 names.
3858 - the SSL reverse proxy support updated to allow building with
3859 OpenSSL 0.9.7 and and later.
3860 - Corrected a minor performance problem while processing HEAD replies
3861 from various broken web servers not sending a correct HTTP reply
3862 - time acls can now specify multiple times in the same acl name, like
3863 most other acl types.
3864 - winbind helpers updated to match Samba-2.2.7a and should
3865 work with Samba-2.2.6 or later (required). For compability with
3866 older Samba versions A new configure option --with-samba-sources=...
3867 has been added to allow you to specify which Samba version the
3868 helpers should be built for if different than the above versions.
3869 - Squid MIB definition syntax correction to work better with newer
3870 (and older) SNMP tools.
3871 - Fixed access.log format when logging "error:invalid-HTTP-ident" on
3872 requests where parsing the HTTP identifier (HTTP/1.0) failed.
3873 - "make distclean" no longer removes the icons, this avoids the
3874 dependency on "uudecode" to rebuild Squid after "make distclean"
3875 - User name returned by external acl lookups (external_acl_type)
3876 is now available as "ident" in later acl checks in addition to
3877 the logging in access.log.
3878 - Incorrect behaviour of Digest authentication partly corrected - it
3879 will not handle sessions, but will always enforce password
3880 correctness.. (patch submitted by Sean Burford).
3881 - Issue with persistent connections and PUT/POST request corrected
3882
3883 Changes to squid-2.5.STABLE1 (September 25, 2002):
3884
3885 - Major rewrite of proxy authentication to support other schemes
3886 than basic. First in the line is NTLM support but others can
3887 easily be added (minimal digest is present). See Programmers Guide.
3888 (Robert Collins & Francesco Chemolli)
3889 - Reworked how request bodies are passed down to the protocols.
3890 Now all client side processing is inside client_side.c, and
3891 the pass and pump modules is no longer used.
3892 used by Squid.
3893 - Optimized searching in proxy_auth and ident ACL types. Squid should
3894 now handle large access lists a lot more efficiently.
3895 (Francesco Chemolli)
3896 - Fixed forwarding/peer loop detection code (Brian Degenhardt) -
3897 now a peer is ignored if it turns out to be us, rather than
3898 committing suicide
3899 - Changed the internal URL code to obey appendDomain for internal
3900 objects if it needs appending. This fixes weirdnesses where
3901 a machine can think it is "foo.bar.com", and "foo" is requested.
3902 (Brian Degenhardt)
3903 - Added the use of Automake to create the Makefile.in's in the squid
3904 source tree. This will allow libtool in the future, and immediately
3905 allows better dependency tracking - with or without gcc - as well
3906 as the dist-all and distcheck targets for developers which respectively
3907 build a tar.gz and a tar.bz2 distribution, and check that what will be
3908 distributed builds.
3909 - Added TOS and source address selection based on ACLs,
3910 written by Roger Venning. This allows administrators to set
3911 the TOS precedence bits and/or the source IP from a set of
3912 available IPs based upon some ACLs, generally to map different
3913 users to different outgoing links and traffic profiles.
3914 - Added 'max-conn' option to 'cache_peer'
3915 - Added SSL gatewaying support, allowing Squid to act as a SSL server
3916 in accelerator setups.
3917 - SASL authentication helper by Ian Castle
3918 - msntauth updated to v2.0.3
3919 - no_cache now applies to cache hits as well as cache misses
3920 - the Gopher client in Squid has been significantly improved
3921 - Squid now sanity checks FTP data connections to ensure the
3922 connection is from the requested server. Can be disabled if
3923 needed by turning off the ftp_sanitycheck option.
3924 - external acl support. A mechanism where flexible ACL checks
3925 can be driven by external helpers. See the external_acl_type
3926 and acl external directives.
3927 - Countless other small things and fixes
3928 - HTML pages generated by Squid or CacheMgr as well as the
3929 ERR documents now contain a doctype declaration so that
3930 browsers know which HTML specification the document uses.
3931 In addition to that they have a new look (background-color, font)
3932 and are valid according to the HTML standards at www.w3.org.
3933 (Clemens L ser)
3934 - Login and password send to Basic auth helpers is now URL escaped
3935 to allow for spaces and other "odd" characters in logins and
3936 passwords
3937 - Proxy Authentication is no longer blindly forwarded to peer
3938 caches if not used locally. If forwarding of proxy authentication
3939 is desired then it must now be configured with the login=PASS
3940 cache_peer option.
3941 - Responses with Vary: in the header are now cached by squid.
3942 (Henrik Nordstrom).
3943 - Removed unused 'siteselect_timeout' directive.
3944
3945 Changes to Squid-2.4.STABLE7 (July 2, 2002):
3946
3947 - Squid now drops any requests using transfer-encoding.
3948 Squid is a HTTP/1.0 proxy and as such do not support
3949 the use of transfer-encoding.
3950 - The MSNT auth helper has been updated to v2.0.3+fixes for
3951 buffer overflow security issues found in this helper.
3952 - A security issue in how Squid forwards proxy authentication
3953 credentials has been fixed
3954 - Minor changes to support Apple MAC OS X and some other platforms
3955 more easily.
3956 - The client -T option has been implemented
3957 - HTCP related bugfixes in "squid -k reconfigure"
3958 - Several bugfixes and cleanup of the Gopher client, both
3959 to correct some security issues and to make Squid properly
3960 render certain Gopher menus.
3961 - FTP data channels are now sanity checked to match the address of
3962 the requested FTP server. This to prevent theft or injection of
3963 data. See the new ftp_sanitycheck directive if this is not desired.
3964 - Security fixes in how Squid parses FTP directory listings into HTML
3965
3966 Changes to Squid-2.4.STABLE6 (March 19, 2002):
3967
3968 - The patch for 2.4.STABLE5 was insufficiently tested and
3969 introduced a bug that causes frequent assertions when
3970 handling DNS PTR answers.
3971
3972 Changes to Squid-2.4.STABLE5 (March 15, 2002):
3973
3974 - Fixed an array bounds bug in lib/rfc1035.c. This bug
3975 could allow a malicious DNS server to send bogus replies
3976 and corrupt the heap memory.
3977
3978 Changes to Squid-2.4.STABLE4 (Feb 19, 2002)
3979
3980 - htcp_port 0 now properly disables htcp
3981 - Fixed problem with certain non-anonymous ftp:// style URL's
3982 - SNMP bugfixes including several memory leaks
3983
3984 Changes to Squid-2.4.STABLE3 (Nov 28, 2001):
3985
3986 - Fixed bug #255: core dump on SSL/CONNECT if access denied by
3987 miss_access
3988 - Fixed bug #246: corrupt on-disk meta information preventing
3989 rebuilds of lost swap.state files
3990 - Fixed bug #243: squid_ldap_auth now supports spaces in passwords
3991 - Fixed a coredump when creating FTP directories
3992 - Fixed a compile time problem with statHistDump prototype mistmatch,
3993 reported by some compilers
3994 - Fixed a potential coredump situation on snmpwalk in certain
3995 configurations
3996 - Fixed bug #229: filedescriptor leakage in the "aufs" cache_dir
3997 store implementation
3998 - Serbian error message translations
3999
4000 Changes to Squid-2.4.STABLE2 (Aug 24, 2001):
4001
4002 - Expanded configure's GCC optimization disabling check to
4003 include GCC 2.95.3
4004 - avoid negative served_date in storeTimestampsSet().
4005 - Made 'diskd' pathnames more configurable
4006 - Make sure squid parent dies if child is killed with
4007 KILL signal
4008 - Changed diskd offset args to off_t instead of int
4009 - Fixed bugs #102, #101, #205: various problems with useragent
4010 log files
4011 - Fixed bug #116: Large Age: values still cause problems
4012 - Fixed bug #119: Floating point exception in
4013 storeDirUpdateSwapSize()
4014 - Fixed bug #114: usernames not logged with
4015 authenticate_ip_ttl_is_strict
4016 - Fixed bug #115: squid eating up resources (eventAdd args)
4017 - Fixed bug #125: garbage HTCP requests cause assertion
4018 - Fixed bug #134: 'virtual port' support ignores
4019 httpd_accel_port, causes a loop in httpd_accel mode
4020 - Fixed bug #135: assertion failed: logfile.c:135: "lf->offset
4021 <= lf->bufsz"
4022 - Fixed bug #137: Ranges on misses are over-done
4023 - Fixed bug #160: referer_log doesn't seem to work
4024 - Fixed bug #162: some memory leaks (SNMP, delay_pools,
4025 comm_dns_incoming histogram)
4026 - Fixed bug #165: "Store Mem Buffer" leaks badly
4027 - Fixed bug #172: Ident Based ACLs fail when applied to
4028 cache_peer_access
4029 - Fixed bug #177: LinuxPPC 2000 segfault bug due to varargs abuse
4030 - Fixed bug #182: 'config' cachemgr option dumps core with
4031 null storage
4032 - Fixed bug #185: storeDiskdDirParseQ[12]() use wrong number
4033 of args in debug/printf
4034 - Fixed bug #187: bugs in lib/base64.c
4035 - Fixed bug #184: storeDiskdShmGet() assertion; changed
4036 diskd to use bitmap instead of linked list
4037 - Fixed bug #194: Compilation fails on index() on some
4038 non-BSD platforms
4039 - Fixed bug #197: refreshIsCachable() incorrectly checks
4040 entry->mem_obj->reply
4041 - Fixed bug #215: NULL pointer access for proxy requests
4042 in accel-only mode
4043
4044 Changes to Squid-2.4.STABLE1 (Mar 20, 2001):
4045
4046 - Fixed a bug in and cleaned up class 2/3 delay pools
4047 incrementing.
4048 - Fixed a coredump bug when using external dnsservers that
4049 become overloaded.
4050 - Fixed some NULL pointer bugs for NULL storage system
4051 when reconfiguring.
4052 - Fixed a bug with useragent logging that caused Squid to
4053 think the logfile never got opened.
4054 - Fixed a compiling bug with --disable-unlinkd.
4055 - Changed src/squid.h to always use O_NONBLOCK on Solaris
4056 if it is defined.
4057 - Fixed a bug with signed/unsigned bitfield flag variables
4058 that caused problems on Solaris.
4059 - Fixed a bug in clientBuildReplyHeader() that could add
4060 an Age: header with a negative value, causing an assertion
4061 later.
4062 - Fixed an SNMP reporting bug. cacheCurrentResFileDescrCnt
4063 was returning the number of FDs in use, rather than
4064 the number of reserved FDs.
4065 - Added the 'pipeline_prefetch' configuration option.
4066 - cache_dir syntax changed to use options instead of many
4067 arguments. This means that the max_objsize argument now
4068 is an optional option, and that the syntax for how to
4069 specify the diskd magics is slightly different.
4070 - Various fixes for CYGWIN
4071 - Upgraded MSNT auth module to version 2.0.
4072 - Fixed potential problems with HTML by making sure all
4073 HTML output is properly encoded.
4074 - Fixed a memory initialization problem with resource records in
4075 lib/rfc1035.c.
4076 - Rewrote date parsing in lib/rfc1123.c and made it a little
4077 more lenient.
4078 - Added Cache-control: max-stale support.
4079 - Fixed 'range_offset_limit' again. The problem this time
4080 is that client_side.c wouldn't set the we_dont_do_ranges
4081 flag for normal cache misses. It was only being set for
4082 requests that might have been hits, but we decided to
4083 change to a miss.
4084 - Added the Authenticate-Info and Proxy-Authenticate-Info
4085 headers from RFC 2617.
4086 - HTTP header lines longer than 64K could cause an assertion.
4087 Now they get ignored.
4088 - Fixed an IP address scanning bug that caused "123.foo.com"
4089 to be interpreted as an IP address.
4090 - Converted many structure allocations to use mem pools.
4091 - Changed proxy authentication to strip leading whitespace
4092 from usernames after decoding.
4093 - Prevented NULL pointer access in aclMatchAcl(). Some
4094 ACL types require checklist->request_t, but it won't be
4095 available in some cases (like snmp_access). Warn the
4096 admin that the ACL can't be checked and that we're denying
4097 it.
4098 - Allow zero-size disk caches.
4099 - The actual filesystem blocksize is now used to account
4100 for space overheads when calculating on-disk cache size.
4101 - Made the maximum memory cache object size configurable.
4102 - Added 'minimum_direct_rtt' configuration option.
4103 - Added 'ie_refresh' configuration option, which is a hack
4104 to turn IMS requests into no-cache requests.
4105 - Added support for netfilter in linux-2.4. This allows transparent
4106 proxy connections to function correctly in the absence of a Host:
4107 header. This requires --enable-linux-netfilter to be passed through
4108 to configure. (Evan Jones)
4109 - Fixed a bug with clientAccessCheck() that allowed proxy
4110 requests in accel mode.
4111 - Fixed a bug with 301/302 replies from redirectors. Now
4112 we force them to be cache misses.
4113 - Accommodated changes to the IP-Filter ioctl() interface
4114 for intercepted connections.
4115 - Fixed handling of client lifetime timeouts.
4116 - Fixed a buffer overflow bug with internal DNS replies
4117 by truncating received packets to 512 bytes, as per
4118 RFC 1035.
4119 - Added "forward.log" support, but its work in progress.
4120 - Rewrote much of the IP and FQDN cache implementation.
4121 This change gets rid of pending hits.
4122 - Changed peerWouldBePinged() to return false if our
4123 ICP/HTCP port is zero (i.e. disabled).
4124 - Changed src/net_db.c to use src/logfile.c routines,
4125 rather than stdio, because of solaris stdio filedescriptor
4126 limits.
4127 - Made netdbReloadState() more robust in case of corrupted
4128 data.
4129 - Rewrote some freshness/staleness functions in src/refresh.c,
4130 partially inspired to support cache-control max-stale.
4131 - Fixed status code logging for SSL/CONNECT requests.
4132 - Added a hack to subtract cache digest network traffic
4133 from statistics so that byte hit ratio stays positive
4134 and more closely reflects what people expect it to be.
4135 - Fixed a bug with storeCheckTooSmall() that caused
4136 internal icons and cache digests to always be released.
4137 - Added statfs(2) support for displaying actual filesystem
4138 usage in the cache manager 'storedir' output.
4139 - Changed status reporting for storage rebuilding. Now it
4140 prints percentage complete instead of number of entries
4141 parsed.
4142 - Use mkstemp() rather than problem-prone tempnam().
4143 - Changed urlParse() to condense multiple dots in hostnames.
4144 - Major rewrite of async-io (src/fs/aufs) to make it behave
4145 a bit more sane with substantially less overhead. Some
4146 tuning work still remains to make it perform optimal.
4147 See the start of store_asyncufs.h for all the knobs.
4148 - Fixed storage FS modules to use individual swap space
4149 high/low values rather than the global ones.
4150 - Fixed storage FS bugs with calling file_map_bit_reset()
4151 before checking the bit value. Calling with an invalid
4152 value caused memory corruption in random places.
4153 - Prevent NULL pointer access in store_repl_lru.c for
4154 entries that exist in the hash but not the LRU list.
4155
4156 Changes to Squid-2.4.DEVEL4 ():
4157
4158 - Added --enable-auth-modules=... configure option
4159 - Improved ICP dead peer detection to also work when the workload
4160 is low
4161 - Improved TCP dead peer detection and recovery
4162 - Squid is now a bit more persistent in trying to find a alive
4163 parent when never_direct is used.
4164 - nonhierarchical_direct squid.conf directive to make non-ICP
4165 peer selection behave a bit more like ICP selection with respect
4166 to hierarchy.
4167 - Bugfix where netdb selection could override never_direct
4168 - ICP timeout selection now prefers to use parents only when
4169 calculating the dynamic timeout to compensate for common RTT
4170 differences between parents and siblings.
4171 - No longer starts to swap out objects which are known to be above
4172 the maximum allowed size.
4173 - allow-miss cache_peer option disabling the use of "only-if-cached".
4174 Meant to be used in conjunction with icp_hit_stale.
4175 - Delay pools tuned to allow large initial pool values
4176 - cachemgr filesystem space information changed to show useable space
4177 rather than raw space, and platform support somewhat extended.
4178 - Logs destination IP in the hierarchy log tag when going direct.
4179 (can be disabled by turning log_ip_on_direct off)
4180 - Async-IO on linux now makes proper use of mutexes. This fixes some
4181 odd pthread segfaults on SMP Linux machines, at a slight performance
4182 penalty.
4183 - %s can now be used in cache_swap_log and will be substituted with
4184 the last path component of cache_dir.
4185 - no_cache is now a full ACL check without, allowing most ACL types
4186 to be used.
4187 - The CONNECT method now obeys miss_access requirements
4188 - proxy_auth_regex and ident_regex ACL types
4189 - Fixed a StoreEntry memory leak during "dirty" rebuild
4190 - Helper processes no longer hold unrelated filedescriptors open
4191 - Helpers are now restarted when the logs are rotated
4192 - Negatively cached DNS entries are now purged on "reload".
4193 - PURGE now also purges the DNS cache
4194 - HEAD on FTP objects no longer retrieves the whole object
4195 - More cleanups of the dstdomain ACL type
4196 - Squid no longer tries to do Range internally if it is not supported
4197 by the origin server. Doing so could cause bandwidth spikes and/or
4198 negative hit ratio.
4199 - httpd_accel_single_host squid.conf directive
4200 - "round-robin" cache_peer counters are reset every 5 minutes to
4201 compensate previously dead peers
4202 - DNS retransmit parameters
4203 - Show all FTP server messages
4204 - squid.conf.default now indicates if a directive isn't enabled in
4205 the installed binary, and what configure option to use for enabling it
4206 - Fixed a temporary memory leak on persistent POSTs
4207 - Fixed a temporary memory leak when the server response headers
4208 includes NULL characters
4209 - authenticate_ip_ttl_is_strict squid.conf option
4210 - req_mime_type ACL type
4211 - A reworked storage system that supports storage directories in
4212 a more modular fashion. The object replacement and IO is now
4213 responsibility of the storage directory, and not of the storage
4214 manager.
4215 - Fixed a bogus MD5 mismatch warning sometimes seen when using
4216 aufs or diskd stores
4217 - Added --enable-stacktraces configure option to set PRINT_STACK_TRACE,
4218 and extended support for this to Linux/GNU libc.
4219 - Disabled the "request timeout" error message sent if the user agent
4220 did not provide a request in a timely manner after opening the
4221 connection. Now the connection is silently closed. The error message
4222 was confusing user agents utilizing persistent connections.
4223 - Fixed configure --enable descriptions to match the arg names.
4224 - Eliminated compile warnings from auth_modules/MSNT code.
4225 - Require first character of hostnames to be alphanumeric.
4226 - Made ARP ACL work for Solaris.
4227 - Removed storeClientListSearch().
4228 - Added counters to track diskd operation success and
4229 failures.
4230 - Fixed range_offset_limit.
4231 - Added code to retry ServFail replies for internal DNS
4232 lookups.
4233 - Added referer header logging (Jens-S. Voeckler).
4234 - Added "multi-domain-NTLM" authentication module, a Perl
4235 script from Thomas Jarosch.
4236 - Added configurable warning messages for high memory usage,
4237 high response time, and high page faults.
4238 - Made store dir selection algorithm configurable.
4239 - Added support for admin-definable extension methods,
4240 up to 20.
4241 - Added 'maximum_object_size_in_memory' as a configuration option -
4242 this defines the watermark where objects transit from being true
4243 hot objects to being in-transit objects in memory. It currently
4244 defaults to 8 KB.
4245 - Change to the fqdn code which changes how pending DNS requests
4246 are treated as private and only become public once they are
4247 completed. This can add extra load on DNS servers but prevents
4248 all the pending clients blocking if one of the queries got
4249 stuck. (Duane Wessels)
4250 - Converted more code to use MemPools, from Andres Kroonmaa.
4251 - Added more CYGWIN patches from Robert Collins.
4252
4253 Changes to Squid-2.4.DEVEL3 ():
4254
4255 - Added Logfile module.
4256 - Added DISKD stats via cachemgr.
4257 - Added squid.conf options for DISKD magic constants.
4258
4259 Changes to Squid-2.4.DEVEL2 (Feb 29, 2000):
4260
4261 Changes to Squid-2.4.DEVEL1 ():
4262
4263 Changes to Squid-2.3.STABLE4 (July 18, 2000):
4264
4265 - Fixed --localstatedir configure option (IKEDA Shigeru).
4266 - Fixed IPFilter headers on OpenBSD (Nic Bellamy, Brad
4267 Smith).
4268 - Added pthread_sigmask() check to configure (Daniel
4269 Ehrlich).
4270 - Added CYGWIN patches from Robert Collins.
4271 - Changed internal DNS lookups to retry queries that are
4272 returned with RCODE 2 (ServFail).
4273 - Added 'virtual port' support (Gregg Kellogg). If
4274 'httpd_accel_uses_host_header' is enabled, then we use
4275 the port number from the Host header. Otherwise, when
4276 'httpd_accel_port' is set to "0" we use the port number
4277 of the local end of the client socket.
4278 - Fixed a typo in carp.c (Nikolaj Yourgandjiev).
4279 - Made Squid accept GET requests that have a "content-length:
4280 0" header.
4281 - Added a sanity check on the NHttpSockets[] array index
4282 (Gregg Kellogg).
4283 - Added a friendlier message when Squid can't find any DNS
4284 nameserver addresses to use (Daniel Kiracofe).
4285 - Added nonstandard WEBDAV methods: BMOVE, BDELETE, BPROPFIND
4286 (Craig Whitmore).
4287 - Added missing '%c' token replacement in error page
4288 generation.
4289 - Fixed a bug with 'minimum_object_size' that prevented
4290 internal icons from being loaded.
4291 - Fixed "extra semicolon" bug in storeExpiredReferenceAge()
4292 that could prevent any objects from being replaced.
4293 - Make sure that storeDirDiskFull() doesn't actually
4294 *increase* the cache size.
4295 - Changed a storeSwapMetaUnpack() assertion to a recoverable
4296 error condition.
4297 - Removed "wccpHereIam" event check that could cause Squid
4298 to stop sending HERE_I_AM messages.
4299
4300 Changes to Squid-2.3.STABLE3 (May 15, 2000):
4301
4302 - Fixed malloc linking problems on Solaris. The configure
4303 script incorrectly set options for dlmalloc.
4304 - Added a configure check to remove compiler optimization
4305 for GCC 2.95.x.
4306 - Updated MSNT authenticator module.
4307 - Updated Estonian error pages.
4308 - Updated Japanese error pages.
4309 - Fixed expires bug in httpReplyHdrCacheInit. It was
4310 incorrectly setting expires based on max-age. It was using
4311 the current time as a basis, instead of the response date.
4312 - Fixed "USE_DNSSERVER" typos.
4313 - Added a workaround for getpwnam() problems on Solaris.
4314 getpwnam() could fail if there are fewer than 256 FDs
4315 available. This causes root to own some disk files.
4316 - Added an 'offline_toggle' option via the cache manager.
4317 - Added a 'minimum_object_size' option. Files smaller than
4318 this size are not stored.
4319 - Added 'passive_ftp' option to disable passive FTP transfers.
4320 - Added 'wccp_version' option because some Cisco IOS versions
4321 require WCCP version 3.
4322 - The 'client' program in ping mode (-g) now prints transfer
4323 throughput.
4324 - Fixed logging of proxy auth username for redirected
4325 requests.
4326 - Fixed bogus Age values for IMS requests.
4327 - Fixed persistent connection timeout for client-side
4328 connections. It was hard-coded to 15 seconds, now uses
4329 the 'pconn_timeout' value.
4330 - Fixed up httpAcceptDefer. It wasn't being used properly
4331 and caused high CPU usage when Squid gets close to the FD
4332 limit.
4333 - Numerous delay_pools fixes and checks.
4334 - Fixed SNMP coredumps from running snmpwalk.
4335 - Added a check for errno == EPIPE in icmp.c when pinger uses
4336 a Unix socket instead of a UDP socket.
4337 - Fixed ACL checklist memory initialization bugs.
4338 - Cleaned up the MIB file. Replaced contact information and
4339 checked description fields.
4340 - Removed LRU reference_age hard-coded upper limit.
4341 - Fixed async I/O FD leak.
4342 - Made getMyHostname() more robust.
4343 - Fixed domain list matching bug. "x-foo.com" wasn't properly
4344 compared to ".foo.com" and confused splay tree ordering.
4345 - Added a check for whitespace in hostnames and optionally
4346 strip whitespace if 'uri_whitespace' setting allows.
4347 - Added status code and checking to ASN/whois queries.
4348
4349 Changes to Squid-2.3.STABLE2 (Mar 2, 2000):
4350
4351 - Changed Copyright text.
4352 - Changed configure so that some IRIX-6.4 hacks apply to
4353 all IRIX-6.* versions.
4354 - Cleaned up HTML bugs in error pages.
4355 - Told configure to check for netinet/if_ether.h, which
4356 is used in ARP ACL code, but might not be required.
4357 - Added "Cookie" to known HTTP headers so it can be
4358 used in anonymizer configuration.
4359 - Added optional TCP_REDIRECT log code for logging
4360 of 301/302 responses returned by Squid.
4361 - Added a check for a currently running Squid process.
4362 If the pid file exists, and the pid is running,
4363 Squid complains and refuses to start another instance.
4364 - Changed async I/O scope to PTHREAD_SCOPE_PROCESS for
4365 IRIX.
4366 - Fixed a bug with the PURGE method. The purge enable
4367 flag was not getting cleared during reconfigure.
4368 Also required PURGE method to be used in http_access
4369 list before enabling.
4370 - Fixed async I/O assertions for file open errors.
4371 - Fixed internal DNS assertion when unpacking truncated
4372 messages.
4373 - Fixed anonymize_headers bug that caused all headers
4374 to be allowed after a reconfigure.
4375 - Fixed an access denied bug for accelerator-only installations.
4376 - Fixed internal DNS initialization so that it uses
4377 'dns_nameservers' settings in squid.conf if set.
4378 - Fixed 'maxconn' ACL bug that caused it to work backwards
4379 (Pedro Ribeiro).
4380 - Fixed syslog bug for daemon mode on Linux.
4381 - Fixed 'http_port' parsing bugs.
4382 - Fixed internal DNS byte ordering bugs for PTR queries.
4383 - Fixed internal DNS queue getting stuck during periods
4384 of low activity (Henrik).
4385 - Fixed byte ordering bugs for parsing EPLF FTP listings
4386 on 64-bit systems.
4387 - Fixed 'request_body_max_size' bug that caused all
4388 POST, PUT requests to be denied if max size is set
4389 to zero.
4390 - Fixed 'redirector_access' bug when using 'myport' ACLs.
4391 - Fixed CARP neighbor selection bugs for down peers.
4392 - Added 'client_persistent_connections' and
4393 'server_persistent_connections' flags to disable persistent
4394 connections for clients and servers.
4395 - Fixed access logging bug that caused many requests to be
4396 logged as TCP_MISS.
4397 - Added some bounds checking to delay pools code.
4398
4399 Changes to Squid-2.3.STABLE1 (Jan 9, 2000):
4400
4401 - Updated PAM authentication module from Henrik Nordstrom.
4402 - Updated Bulgarian error messages from Svetlin Simeonov.
4403 - Changed ACL routines so that User-Agent (browser) string
4404 is always taken from compiled HTTP request headers
4405 instead of passed as an argument to aclCreateChecklist.
4406 - Added a 'strip' option to the 'uri_whitesace' configuration
4407 directive and made it the default behavior. Whitespace
4408 found in URI's is now stripped out by default.
4409 - Added chroot feature. The 'chroot_dir' config option enables
4410 it and specifies the directory.
4411 - Changed clientBuildReplyHeader so that the Age header is
4412 added only for cache hits, and only when we can calculate
4413 a valid, positive age value.
4414 - Changed clientWriteComplete and clientGotNotEnough so
4415 that they keep persistent connections open for more types
4416 of replies that don't have bodies.
4417 - Changed filemap.c routines to dynamically grow filemap
4418 space as needed.
4419 - Added a hack to ftp.c to deal with ftp.netscape.com, which
4420 sometimes doesn't acknowledge PASV commands.
4421 - Fixed FTP bug with ftpScheduleReadControlReply; there
4422 was not always a timeout handler on the control socket
4423 after the transfer completed.
4424 - Fixed FTP filedescriptor leak from invalid PASV replies.
4425 - Changed httpBuildRequestHeader so that it doesn't
4426 copy the Host header from the client request. Instead
4427 we should generate our own Host header which is known
4428 to be correct.
4429 - Changed storeTimestampsSet to adjust entry->timestamp
4430 if the response includes an Age header.
4431 - Removed size limit from storeKeyHashBuckets.
4432 - Changed fwdConnectStart from a "heavy" to a "light" event.
4433 - Fixed an 'anonymize_headers' bug that affects unknown
4434 HTTP headers. With the bug, if you list a header that
4435 Squid doesn't know about (such as "Charset"), it would
4436 add HDR_OTHER to the allow/deny mask. This caused all
4437 unknown headers to be allowed or denied (depending on
4438 the scheme you use). Now, with the bug fixed, an unknown
4439 header in the 'anonymize_headers' list is simply ignored.
4440
4441 Changes to Squid-2.3.DEVEL3 ():
4442
4443 - Added MSNT auth module from Antonino Iannella.
4444 - Added --enable-underscores configure option. This allows
4445 Squid to accept hostnames with underscores in them. Your
4446 DNS resolver may still complain about them, however.
4447 - Added --heap-replacement configure option. This enables
4448 the alternative cache replacement policies, such as
4449 GDSF, and LFUDA.
4450 - WCCP establishes and registers with the router faster.
4451 - Added 'maxconn' acl type to limit the number of established
4452 connections from a single client IP address. Submitted
4453 by Vadim Kolontsov.
4454 - Close FTP data socket as soon as transfer completes
4455 (Alexander V. Lukyanov).
4456 - Fixed ftpReadPass() to not clobber ctrl.message when
4457 the PASS command fails.
4458 - Added a redirect.c patch so squidGuard is able to do
4459 per-user access control (Antony T Curtis).
4460 - discard the pumpMethod() function, and instead use the
4461 fact that the request has a request entity (content-length
4462 present) (Henrik).
4463 - Reload the MIME icons at reconfigure time (Radu Greab).
4464 - Updated Richard Huveneers' SMB authentication module to
4465 his version 0.05 package.
4466 - Fixed lib/heap.c::heap_delete() bug when deleting the
4467 last node.
4468 - Fixed an integer conversion bug in
4469 lib/rfc1035.c::rfc1035AnswersUnpack().
4470 - Fixed lib/rfc1738 routines to encode reserved characters,
4471 in addition to encoding the unsafe characters (Henrik).
4472 - Changed the interface for splay compare and "walk"
4473 functions to take a void pointer, instead of a splayNode
4474 pointer (Henrik).
4475 - Changed numerous HTTP parsing routines to use ssize_t
4476 instead of size_t. This was done because size_t may be
4477 signed or unsigned. When it is unsigned, gcc emits
4478 numerous "comparison is always true" warnings. At least
4479 we know ssize_t is always signed.
4480 - Fixed src/HttpHeaderTools::httpHeaderHasConnDir() and
4481 friends so that it properly handles multi-value lists.
4482 - Added an "end" (ssize_t) parameter to
4483 src/HttpReply::httpReplyParse() so that we know exactly
4484 where to terminate the header buffer.
4485 - Changed src/access_log.c::log_quote() so that it only
4486 encodes whitespace characters, and not all URL-special
4487 characters (Henrik).
4488 - Added local port ACL type ("myport") (Henrik).
4489 - Added maximum number of connections per client ("maxconn")
4490 as an ACL type.
4491 - Fixed proxy authentication username/password parsing to
4492 be more robust (Henrik).
4493 - Fixed ACL domain/host and domain/domain comparison
4494 functions yet again. Eliminated duplicate code so that
4495 only src/url.c::matchDomainName() contains this mysterious
4496 code.
4497 - Changed the 'http_port' option to accept an IP address
4498 or hostname as well (Henrik).
4499 - Removed 'tcp_incoming_addr' option.
4500 - Added an access control list for the redirector
4501 ('redirector_access'). Requests which match are sent to
4502 the redirector. All requests. are redirected by default.
4503 - Added the 'authenticate_ip_ttl' option. It specifies
4504 how long a valid proxy authentication credential is
4505 bound to a specific address.
4506 - Added 280, 488, 591, and 777 to "Safe_ports" ACL.
4507 - Removed the unused and highly questionable 'forward_snmpd_port'
4508 option.
4509 - Added an option to accept DNS messages from unknown nameservers.
4510 This may be necessary if replies come from a different address
4511 than queries are sent to.
4512 - Added #includes for IP Filter files in netinet directory.
4513 - Fixed a bug with retrying forwarded IMS requests (Henrik).
4514 - Fixed a bug in src/client_side.c::clientInterpretRequestHeaders()
4515 where we were checking a cache-control bit before getting the
4516 mask from the HTTP headers (pallo@initio.no).
4517 - Fixed a bug with "no_cache" access list. If not defined,
4518 everything was uncachable by default.
4519 - Fixed a bug with timed-out client-side HTTP connections.
4520 We didn't cancel the read handler, which could lead to
4521 "rwstate != NULL" warnings.
4522 - Changed comm_open() to only call fdAdjustReserved() for
4523 specific errors (ENFILE, EMFILE);
4524 - Fixed NULL pointer bug in idnsParseResolvConf().
4525 - Split CACHE_DIGEST_HIT into CD_PARENT_HIT and CD_SIBLING_HIT.
4526 - Added DELETE request method.
4527 - Added RFC 2518 HTTP status codes.
4528 - Fixed handling of URL passwords when we need to rewrite a
4529 BASE HREF URL (Henrik).
4530 - Fixed a bug with FTP requests where a request gets aborted,
4531 but we try to complete it anyway. It would result in a
4532 "store_status != STORE_PENDING" assertion. The solution
4533 is to check for ENTRY_ABORTED before reading from
4534 the control channel too.
4535 - Changed FTP to retry a request if Squid fails to establish
4536 a PASV data connection (Henrik).
4537 - Fixed numerous HTCP memory leaks and an uninitialized memory
4538 bug.
4539 - Changed httpMaybeRemovePublic() with RFC 2518 and 2616 in
4540 mind (Henrik).
4541 - Minor fixes for Rhapsody systems.
4542 - Define _XOPEN_SOURCE_EXTENDED in squid.h so that AIX systems
4543 don't include varargs.h.
4544 - Changed src/store_client.c::storeClientType() so that
4545 an entry can have more than one STORE_MEM_CLIENT.
4546 - Changed src/store_client.c::storeClientReadHeader()
4547 to check swapfile metadata (Henrik).
4548 - Changed src/url.c::urlCheckRequest() to return FALSE for
4549 any "https://" URL. These should always be CONNECT
4550 instead. If Squid gets an "https://" URL, it is a browser
4551 bug.
4552 - Added numerous squid.conf options for controlling cache
4553 digests. Previously these were hard-coded in
4554 src/store_digest.c. (Martin Hamilton)
4555 - Added 'cache_peer' option called 'digest-url' that
4556 lets you specify the URL for a peer's digest.
4557 (Martin Hamilton)
4558 - Added DELAY_POOLS hacks to scan "slow" connections in
4559 a random order (David Luyer).
4560 - ARP_ACL fixes from Damien Miller. Linux 2.2.x uses a
4561 per-interface arp/neighbour cache, whereas 2.0.x uses a
4562 unified cache. Under 2.2.x you are required to specify
4563 a interface name when looking up ARP table entries with
4564 SIOCGARP.
4565 - If the process umask is not set (i.e. 0), then Squid
4566 changes it to 007.
4567
4568 Changes to Squid-2.3.DEVEL2 ():
4569
4570 - Added --enable-truncate configure option.
4571 - Updated Czech error messages ()
4572 - Updated French error messages ()
4573 - Updated Spanish error messages ()
4574 - Added xrename() function for better debugging.
4575 - Disallow empty ("") password in aclDecodeProxyAuth()
4576 (BoB Miorelli).
4577 - Fixed ACL SPLAY subdomain detection (again).
4578 - Increased default 'request_body_max_size' from 100KB
4579 to 1MB in cf.data.pre.
4580 - Added 'content_length' member to request_t structure
4581 so we don't have to use httpHdrGetInt() so often.
4582 - Fixed repeatedly calling memDataInit() for every reconfigure.
4583 - Cleaned up the case when fwdDispatch() cannot forward a
4584 request. Error messages used to report "[no URL]".
4585 - Added a check to return specific error messages for a
4586 "store_digest" request when the digest entry doesn't exist
4587 and we reach internalStart().
4588 - Changed the interface of storeSwapInStart() to avoid a bug
4589 where we closed "sc->swapin_sio" but couldn't set the
4590 pointer to NULL.
4591 - Changed storeDirClean() so that the rate it gets called
4592 depends on the number of objects deleted.
4593 - Some WCCP fixes.
4594 - Added 'hostname_aliases' option to detect internal requests
4595 (cache digests) when a cache has more than one hostname
4596 in use.
4597 - Async I/O NUMTHREADS now configurable with --enable-async-io=N
4598 (Henrik Nordstrom).
4599 - Added queue length to async I/O cachemgr stats (Henrik Nordstrom).
4600 - Added OPTIONS request method.
4601
4602 Changes to Squid-2.3.DEVEL1 ():
4603
4604 - Added WCCP support. This adds the 'wccp_router' squid.conf
4605 option.
4606 - Added internal DNS queries; Most installations can run
4607 without the external dnsserver processes.
4608 - Rewrote much of the code that stores cache objects on
4609 disk. Developed a programming interface that should
4610 allow new storage systems to be added easily. This still
4611 is pretty ugly and needs a lot of work, however.
4612 - Replaced async_io.c "tags" with callback data locks.
4613 This probably breaks async IO in a bad way.
4614 - Tried to write an Async IO disk storage module.
4615 - Added code to replace the StoreEntry linked list with a
4616 heap structure. This allows for different replacement
4617 algorithms, instead of being stuck with LRU. This adds
4618 the 'replacement_policy' squid.conf option. (John Dilley
4619 et al).
4620 - Fixed HTCP queries by actually checking for freshness
4621 based on the HTCP header fields.
4622 - Fixed passing of redirector command line arguments.
4623 - Added 'request_header_max_size' squid.conf option.
4624 - Added 'request_body_max_size' squid.conf option.
4625 - Added 'reply_body_max_size' squid.conf option.
4626 - Added 'peer_connect_timeout' squid.conf option.
4627 - Added 'redirector_bypass' squid.conf option.
4628 - Added RFC 2518 (WEBDAV) request methods.
4629
4630 Changes to Squid-2.2 (April 19, 1999):
4631
4632 - Removed all SNMP specific ACL code
4633 SNMP now uses generic squid ACL's
4634 - Removed view-based access crontrol
4635 - Cleaned up and simplified SNMP section of squid.conf
4636 - Changed the SNMP code to use a tree stucture.
4637 - Added objects to MIB:
4638 Request Hit Ratio's
4639 Byte Hit Ratio's
4640 Number of Clients
4641 - Changed SNMP Agent to return object instances correctly.
4642 - Added our own assert() macro so we can use debug() instead of
4643 printing to stderr.
4644 - Added eventFreeMemory().
4645 - Fixed ipcCreate() bug when debug_log has FD <= 2.
4646 - Changed watchChild() and related code in main.c so that
4647 Squid can behave more like a proper daemon process.
4648 - Added 'prefer_direct' option (enabled by default) so that
4649 people can give parents higher preference than direct.
4650 - Fixed ipc.c close() bug for async IO. On FreeBSD,
4651 comm_close() doesn't work for child processes when async IO is
4652 used.
4653 - Fixed setting the public key for large ``icons'' (Henrik
4654 Nordstrom).
4655 - Rewrote peer digest module to fix memory leaks on reconfigure
4656 and clean the code. Increased "current" digest version to 5
4657 ("required" version is still 3). Revised "Peer Select" cache
4658 manager stats.
4659 - Added "-k parse" command line option: parses the config file
4660 but does not send a signal unlike other -k options.
4661 - Revamped storeAbort() calling. Only store_client.c has all
4662 the right information to determine if the request should
4663 be aborted. Now client and server modules just storeUnregister
4664 without ever needing to call storeAbort.
4665 - Small change of Squid output for FTP (Andrew Filonov,
4666 Henrik Nordstrom).
4667 - clientGetsOldEntry() sends old entry if new request status
4668 is in the 500-range (Henrik Nordstrom).
4669 - Changed configure so it works with IRIX6.4 C compiler (broken?)
4670 option -OPT:fast_io=ON.
4671 - Fixed comm_connect_addr() non-blocking connections for
4672 SONY NEWSOS (Makoto MATSUSHITA).
4673 - Changed "#ifdef __STDC__" to "#if STDC_HEADERS" as recommended
4674 by autoconf documentation.
4675 - Fixed client-side cache-control max-age (Henrik Nordstrom).
4676 - Added a new error page: ERR_SHUTTING_DOWN. fwdStart() returns
4677 this error if it is called while squid is in the process of
4678 shutting down.
4679 - Added support for linuxthreads package under FreeBSD (Tony Finch).
4680 - Fixed HP-UX StatHist.c assertions by making the "hbase_f"
4681 functions non-static (Michael Pelletier).
4682 - Fixed logging of authenticated usernames even if the
4683 authorization is not cached (Dancer).
4684 - Fixed pconnPush() bug that prevented holding on to
4685 persistent connections (Manfred Bathelt).
4686 - Pid file now rewritten on SIGHUP.
4687 - Numerous Ident changes:
4688 - Ident lookups will now be done on demand if you use the
4689 'ident' ACL type.
4690 - The 'ident_lookup on|off' option has been replaced with
4691 an access list, so you can do lookups only for some
4692 client addresses.
4693 - Added an 'ident_timeout' option to specifiy the amount
4694 of time to wait for an ident lookup.
4695 - Added a (local) hit rate to mempool metering.
4696 - FTP Restarts (REST command) is now supported.
4697 - Check for libintl.a on SCO3.2.
4698 - Disable poll() on SCO3.2.
4699 - Numerous Async IO enhancements from Henrik.
4700 - Removed cache_mem_low and cache_mem_high options (Henrik
4701 Nordstrom).
4702 - Replaced 'persistent_client_posts' with 'broken_posts' access
4703 list.
4704 - Rewrote the anonymizer.
4705 - Removed the http_anonymizer option.
4706 - Added the anonymize_headers option to allow individual
4707 referencing of headers for addition or removal. See
4708 'anonymize_headers' in squid.conf for additional
4709 configuration.
4710 - Fixed config file parser's handing of optional directives.
4711 Some people might get new warnings about unknown config
4712 directives.
4713 - Added 'myip' ACL type. This is the local IP address for
4714 connected sockets (Luyer).
4715 - Fixed parsing of FTP DOS directory listings with spaces
4716 (Nordstrom).
4717 - Numerous DELAY_POOL changes/fixes from David Luyer:
4718 - Makes no-delay neighbors for DELAY_POOLS work by
4719 using a fd_set with the connections to no-delay
4720 peers marked in it.
4721 - Makes IP addresses ending in 0 and 255, and
4722 network number 255, work with individual and
4723 network delay pools (they were previously not
4724 permitted, and documented as such).
4725 - Massive overhaul of delay pools code - dynamically
4726 allocated delay pools, as many as required.
4727 - delayPoolsUpdate stops running if DELAY_POOLS is
4728 configured but no delay pools are configured.
4729 - Initial delay pool levels are now configurable
4730 as a percentage of the maximum for the pool in
4731 question (used to be all set to 1 second worth
4732 of traffic). Pools are restored to this level
4733 on reconfiguratoin.
4734 - Changed storeClientCopy to give a swap-in failure if
4735 the number of open disk FD's is above the 'max_open_disk_fds'
4736 limit. Otherwise, a very loaded cache will end up with
4737 all disk files open for reading, and none for writing.
4738 - Added lib/inet_ntoa.c from BSD Unix for systems that have
4739 broken inet_ntoa(). (Erik Hofman).
4740 - Added more specific FTP error messages for "permission
4741 denied, "file not found," and "service unavailable."
4742 (Tony Finch)
4743 - Added xisspace(), xisdigit(), etc, macros to cast function
4744 args and eliminate compiler warnings.
4745 - Fixed case-sensitive comparisons of domain names (Henrik
4746 Nordstrom).
4747 - Added proxy-authentication to cachemgr.cgi's requests
4748 (Henrik Nordstrom).
4749 - Changed Squid to *truncate* rather than *unlink* purged
4750 swap files. Can be reversed by undefining
4751 USE_TRUNCATE_NOT_UNLINK in src/defines.h.
4752 - Changed internal icon headers to use Cache-control
4753 Max-age instead of Expires.
4754 - Changed storeMaintainSwapSpace behavior to be adjusted
4755 smoothly, instead of discretely, between store_swap_low
4756 and store_swap_high. This includes the number of
4757 objects to scan, number to remove, and time until the
4758 next storeMaintainSwapSpace event.
4759 - Fixed a quick_abort bug that incorrectly calculated
4760 content lengths.
4761 - Added getpwnam() auth module from Erik Hofman.
4762 - Added 'coredump_dir' option.
4763 - Fixed a peerDestroy() assertion that required peer->digest
4764 to be NULL at the end of peerDestroy().
4765 - configure script now automatically enables dlmalloc for
4766 Solaris/x86.
4767 - configure enables poll() on linux 2.2 and later (Henrik).
4768 - Icon files are now distributed in binary format, install
4769 will not need to run 'sh' and 'uudecode'.
4770 - Fixed some bugs with large responses (>READ_AHEAD_GAP) and
4771 re-forwarding requests and ENTRY_FWD_HDR_WAIT.
4772 fwdCheckDeferRead() will NOT defer reading if the
4773 ENTRY_FWD_HDR_WAIT bit is set.
4774 - Fixed a "F->flags.open" assertion for aborted FTP PUT's.
4775 - Fixed a (double) cast problem that caused statAvgTick()
4776 events to be added as fast as possible.
4777 - Changed httpPacked304Reply() to not include the Content-Length
4778 header for 304 replies that Squid generates. We used to
4779 include the length of the cached object, and this broke
4780 persistent connections.
4781
4782 2.2.STABLE2:
4783
4784 - Fixed configure bug for statvfs() checks. Configure reports
4785 "test: =: unary operator expected" or similar because an
4786 unquoted variable is not defined.
4787 - Fixed aclDestroyAcls() assertion because some ACL types
4788 are not listed in the switch statement. Occurs for
4789 srcdom_regex and dstdom_regex ACL types during reconfigure.
4790 - Typo "applicatoin" in src/mime.conf
4791 - The unlinkd daemon never saw the USE_TRUNCATE_NOT_UNLINK
4792 #define because it didn't include squid.h.
4793 - Fixed commRetryFD() when bind() fails. commRetryFD was
4794 closing the filedescriptor, but it is the upper layer's
4795 job to close it.
4796 - Changed configure's "maximum number of filedescriptors"
4797 detection to only use getrlimit() for Linux. On AIX,
4798 getrlimit returns RLIM_INFINITY.
4799 - Fixed snmpInit() nesting bug.
4800 - Fixed a bug with peerGetSomeParent(). It was adding
4801 a parent to the FwdServers list, regardless of the
4802 ps->direct value. This could cause every request to
4803 go to a parent even when always_direct is used.
4804 - Changed fwdServerClosed() to rotate the "forward servers"
4805 list when a connection establishment fails. Otherwise
4806 it always kept trying to connect to the first server
4807 int the list.
4808
4809 2.2.STABLE3:
4810
4811 - Fixed preprocessor problems for HP-UX in lib/safe_inet_addr.c.
4812 - Avoid coredump in aclMatchAcl() if someone tries to use
4813 proxy authentication with a non-HTTP request (e.g. icp_access).
4814 - Moved 'ident_lookup_access' in squid.conf so it appears
4815 after the ACL section.
4816 - Fixed typo in squid.conf on "Config.Addrs.snmp_outgoing"
4817 - Fixed a case in clientCacheHit() where we thought it
4818 was a hit, but the reply status was not 200, so we
4819 had to perform a cache miss. We forgot to change the
4820 log_type and these were being recorded as TCP_HIT's.
4821 - Fixed a void pointer subtraction bug in delayIdPtrHashCmp().
4822 - Fixed delay_pools coredump and memory leak bugs from
4823 NULL delay_id values.
4824 - Fixed a SEGV bug with delay_pools when requesting
4825 'objects' or 'vm_objects' from the cachemgr.
4826 - Added a workaround for buggy FTP servers that return
4827 a size of zero for non-zero-sized objects.
4828 - Removed umask(0) call from main().
4829 - Fixed a peer selection bug that caused us to never select
4830 a neighbor based on ICP replies if the ICP timeout occurs.
4831 In conjunction with this, removed the PING_TIMEOUT state.
4832 - Fixed a store_rebuild bug that caused us to get stuck trying
4833 if a cache_dir subdirectory didn't exist.
4834 - Fixed a buffer overrun bug in gb_to_str().
4835
4836 2.2.STABLE4:
4837
4838 - Fixed a dread_ctrl leak caused in store_client.c
4839 - Fixed a memory leak in eventRun().
4840 - Fixed a memory leak of ErrorState structures due to
4841 a bug in forward.c.
4842 - Fixed detection of subdomain collisions for SPLAY trees.
4843 - Fixed logging of hierarchy codes for SSL requests (Henrik
4844 Nordstrom).
4845 - Added some descriptions to mib.txt.
4846 - Fixed a bug with non-hierarchical requests (e.g. POST)
4847 and cache digests. We used to look up non-hierarchical
4848 requests in peer digests. A false hit may cause Squid
4849 to forward a request to a sibling. In combination with
4850 'Cache-control: only-if-cached, this generates 504 Gateway
4851 Timeout responses and the request may not be re-forwardable.
4852 - Fixed a filedescriptor leak for some aborted requests.
4853
4854
4855 Changes to Squid-2.1 (November 16, 1998):
4856
4857 - Changed delayPoolsUpdate() to be called as an event.
4858 - Replaced comm_select FD scanning loops with global fd_set
4859 structures. Inspired by Jeff Mogul's patch for squid 1.1.
4860 - Moved functions common to dns.c, redirect.c, authenticate.c,
4861 ipcache.c, and fqdncache.c into helper.c.
4862 - Changed storeClientCopy2() so that it keeps sending the remainder
4863 of a STORE_ABORTED request, instead of cutting off the client as
4864 soon as the object becomes aborted.
4865 - Fixed combined ipf-transparent proxy and a local http-accelerator
4866 operation (Quinton Dolan).
4867 - Rewrote base64_decode.c because of potential buffer overrun
4868 bugs.
4869 - Configurable handling of whitespace in request URI's.
4870 See 'uri_whitespace' in squid.conf.
4871 - Added ability to generate HTTP redirect messages from
4872 the redirector output by prepending "301:" or "302:" to the
4873 new url. See FAQ 4.16 for more details.
4874 - Eliminated refreshWhen() which was out-of-sync with refreshCheck()
4875 potentially causing under-utilized cache digests
4876 - Maintain refreshCheck statistics on per-protocol basis so we
4877 can tell why ICP or Digests return too many misses, etc.
4878 - Fixed delay_pools.c class2/class3 typo (Simon Woods).
4879 - Changed squid.conf's default access controls to deny all
4880 HTTP requests. Admins must write ACL rules to specifically
4881 allow their local clients.
4882 - Patched French error messages (Mathias HERBERTS).
4883 - NextStep porting fixes by Mike Laster:
4884 - use xstrdup() in cf_gen.c
4885 - check for putenv() in configure
4886 - #define S_ISDIR macro
4887 - Added --disable-poll configure option (Henrik Nordstrom).
4888 - Fixed internal URL hostname case bugs (Henrik Nordstrom).
4889 - Patched ftp.c so we never cache autenticated FTP requests
4890 (Henrik Nordstrom).
4891 - Fixed FTP authentication. We tried to unescape authentication
4892 given by basic authentication which is not URL escaped
4893 (Henrik Nordstrom).
4894 - Fixed HTTP version for common logfile format (Henrik Nordstrom).
4895 - Added 'redirect_rewrites_host_header' option to disable rewriting
4896 of Host header for redirector responses (Henrik Nordstrom).
4897 - Allow semi-customized error message signatures (Henrik Nordstrom).
4898 - Fixed bug with errors for unsupported requests (Henrik Nordstrom).
4899 - Fixed handling of blank lines in ACL input files (Henrik
4900 Nordstrom).
4901 - Changed proxy_auth ACL type to consist of a list of valid
4902 users. REQUIRED == any (same as ident ACL). ACL type user
4903 changed to ident since this is what it really is.
4904 (Henrik Nordstrom).
4905 - Fixed long URL bugs; make sure 'log_uri' never exceeds
4906 MAX_URL bytes.
4907 - Allow comments in external ACL files (Gerhard Wiesinger).
4908 - Added 'range_offset_limit' configuration option. Requests
4909 with ranges that start after this value will be passed
4910 on unmodified, and Squid will not cache the response
4911 (Henrik Nordstrom).
4912 - Added Client HTTP Hit byte counters to 'counters' output
4913 (Douglas Swarin).
4914 - Got Squid to compile with --enable-async-io on FreeBSD.
4915 - Fixed infinite loop bug for cachemgr 'config' option.
4916 - Fixed cachability bugs for replies with Pragma: no-cache.
4917 - Made content-type multipart/x-mixed-replace uncachable.
4918 - Y2K fix for parsing dates in "Wed Jun 9 01:29:59 1993 GMT"
4919 format (Richard Kettlewell).
4920 - Fixed passing -s option to dnsserver processes (Alvaro Jose
4921 Fernandez Lago).
4922 - Changed proxy_auth to work on internal objects and when in
4923 accelerator mode. (Henrik Nordstrom)
4924 - Added login=user:password option to cache_peer directive to
4925 be used from a dial-up cache where the parent requires proxy
4926 authentication. (Henrik Nordstrom)
4927 - If you want to "auto-login", then use a URL on the form
4928 http://username:password@server/.... Squid now picks this up
4929 when going direct, and turns it into basic WWW
4930 authentication. It is also possible to do automatic login to
4931 certain servers by using a redirector to add the needed
4932 authentication information. (Henrik Nordstrom)
4933 - Changed refreshCheck() so that objects with negative age
4934 are always stale.
4935 - Fixed "plain" FTP listings (Henrik Nordstrom).
4936 - Fixed showing banner/logon message for top-level FTP
4937 directories (Henrik Nordstrom).
4938 * Changes below have been made to SQUID_2_1_PATCH1
4939 - Fixed pinger packet size assertion.
4940 - Fixed WAIS forwarding.
4941 - Fixed dnsserver coredump bug caused by using both -D and
4942 -s options.
4943 * Changes below have been made to SQUID_2_1_PATCH2
4944 - Fixed EBIT macro bugs when the bitmask is a 64-bit long.
4945 - Fixed proxy auth NULL password bug.
4946 - Fixed queueing of multiple peerRefreshDNS events.
4947 - Added a stack of StoreEntry objects to be released after
4948 store rebuild completes.
4949 - Fixed NULL pointer bugs with too-large requests (found by
4950 Martin Lathoud).
4951 - Fixed reading replies from buggy ident servers. Replies
4952 might not have terminating CR or LF (Henrik Nordstrom).
4953 - Changed internal StoreEntry key so that the request method
4954 is encoded as a single octet. Encoding an enumerated type
4955 has size and byte-order incompatibilities, especially for
4956 cache digests.
4957 - Fixed storeEntryLocked so that SPECIAL, but PRIVATE entries
4958 are not always locked. This fixes having multiple
4959 store_digest's stuck in memory.
4960 - Fixed clientProcessOnlyIfCachedMiss so it unlocks and
4961 unregisters from "cache hit" entries.
4962 * Changes below have been made to SQUID_2_1_PATCH3
4963 - Fixed memory leak in clientHandleIMSReply for
4964 storeClientCopy failures.
4965
4966 Changes to Squid-2.0 (October 2, 1998):
4967
4968 - Added NAT/Transparent hijacking code from Quinton Dolan.
4969 - Added actual filesystem usage to cachemgr 'storedir' page.
4970 Only works for operating systems which support statvfs().
4971 - Fixed HTCP compile-time bugs.
4972 - Fixed quick_abort bugs. Configured values are stored as
4973 Kbytes, not bytes.
4974 - Removed fwdAbortFetch(). It breaks quick_abort and seems
4975 mostly useless.
4976 - Changed storeDirSelectSwapDir() to skip swap directories
4977 when their utilization is over the high water mark ratio.
4978 - Fixed off-by-one bug for dead neighbor detection (Joe Ramey).
4979 - fixed bugs in Content-Range header generation
4980 - changed the way Range requests are handled:
4981 - do not "advertise" our ability to process ranges at
4982 all
4983 - on hits, handle simple ranges and forward complex
4984 ones
4985 - on misses, fetch the whole document for simple ranges
4986 and forward range request for complex ranges
4987 The change is supposed to decrease the number of cases when
4988 clients such as Adobe acrobat reader get confused when we
4989 send a "200" response instead of "206" (because we cannot
4990 handle complex ranges, even for hits) Note: Support for
4991 complex ranges requires storage of partial objects.
4992 - Removed SNMP mib-2.system group from squid.
4993 - Removed SNMP ability to iterate through ipcache and friends.
4994 - Added SNMP ipcache/fqdncache basic statistics.
4995 - Converted SQUID-MIB to SMIv2 (RFC 1902).
4996 - Moved SQUID-MIB to enterprises section of the tree in preparation
4997 of the split into PROXY-MIB & SQUID-MIB.
4998 - Corrected minor errors in SQUID-MIB.
4999 - Moved uptime into cacheSystem from cacheConfig.
5000 - Corrected a number of get-next-request bugs, snmpwalk should now
5001 return all objects and not skip some.
5002 - Fixed netdbClosestParent() so it won't return sibling
5003 peers.
5004 - Fixed a bug with secondary clients on entries with
5005 ENTRY_BAD_LENGTH set. We should release the
5006 bad entry to prevent secondary clients jumping on.
5007 - Changed MIB to prevent parse warnings at startup.
5008 * Changes below have been made to SQUID_2_0_PATCH1
5009 - Fixed a forwarding loop bug. Even though we were detecting
5010 a loop, it was not being broken.
5011 - Try to prevent sibling forwarding loops by NOT forwarding a
5012 request to a sibling if we have a stale copy of the object.
5013 Validation requests should only be sent to parents (or
5014 direct).
5015 - Fixed ncsa_auth hash bugs when re-reading password file.
5016 - Changed clientHierarchical() so that by default SSL/CONNECT
5017 requests do NOT go to neighbor caches.
5018 - Changed clientHandleIMSReply() to not call storeAbort()
5019 because there can be more than one client hanging on the
5020 StoreEntry. This hopefully fixes "store_status !=
5021 STORE_ABORTED" assertions.
5022 - Added temporary fix to httpMakePublic() to prevent assertions
5023 (!EBIT_TEST(e->flags, RELEASE_REQUEST)) in storeSetPublicKey().
5024 * Changes below have been made to SQUID_2_0_PATCH2
5025 - PATCH1 introduced a seriously stupid bug which prevented ICP
5026 queries for all requests. Fixed by checking
5027 request->hierarchical in peerSelectFoo().
5028
5029 Changes to squid-1.2.beta25 (September 21, 1998):
5030
5031 - Fixed async IO bugs from adding filedescriptor arg to AIOCB
5032 callbacks (Henrik Nordstrom).
5033 - Fixed store_swapout.c assertion. We were freeing object data
5034 past the swapout_done offset. This probably happens (only?)
5035 when an object changes from cachable to uncachable while
5036 it is being swapped out.
5037 - Added MEM_CLIENT_SOCK_BUF type so we can change the size
5038 of the buffers used for writing data to the client sockets.
5039 - Added configure check for libbind.a. If found, it will be
5040 used instead of libresolv.a.
5041 - Changed fwdStart() to always allow internally generated
5042 requests, such as for peer digests. These requests are
5043 known to fwdStart() because the address arg is set to
5044 'no_addr'.
5045 - Completed initial HTCP implementation. It works, but is not
5046 tested much.
5047 - Added counters for I/O syscalls.
5048 - Fixed httpMaybeRemovePublic. With broken ICP neighbors
5049 (netapp) Squid doesn't use private keys. This caused us
5050 to remove almost every object from the cache.
5051 - Added 'asndb' cachemgr stats to show AS Number tree.
5052 - Fixed AS Number byte-order bug for netmasks.
5053 - Fixed comm_incoming calling rate for high loads (Stewart
5054 Forster).
5055 - Give always_direct higher precedence than never_direct
5056 (Henrik Nordstrom).
5057 - Changed PORT ACL type to accept ranges. Now you can easily
5058 deny, for example, all priveleged ports except 80, 70, 21,
5059 etc.
5060 - ARP ACL fixes for Linux (David Luyer).
5061 - Replaced various "EBIT" flags bitfileds with structures of
5062 "int:1" members.
5063 - Changed storeKeyPrivate and storeKeyPublic to be a bit more
5064 efficient by removing snprintf(). This causes an
5065 incompatibility with old cache keys, however. To transition,
5066 we will look up both the new and old style keys for about the
5067 next 30 days. After that, if you haven't run this (or a
5068 future) version, your cache contents will be lost.
5069 - Made the client-side write buffer size configurable with
5070 a #define in defines.h. By default it is still 4096 bytes.
5071 - Removed redirectUnregister(). It should be unnecessary
5072 because of cbdata locks.
5073 - Fixed multiple HEAD request brokennesses (Henrik Nordstrom).
5074 - Changed non-blocking connect(2) code to call getsockopt()
5075 instead of connect() again. This is the approach recommended
5076 by Stevens, and fixes bugs on BSD-ish systems when subsequent
5077 connect() calls loop with EAGAIN status.
5078 - Added MD5 cache keys to memory pool accounting.
5079 - Added code to track number of open DISK descriptors and stop
5080 swapping out objects if the number of disk descriptors becomes
5081 too large. For now the limit must be manually configured with
5082 the 'max_open_disk_fds'. By default, there is no limit.
5083 - Stopped encoding a request method in the high byte of the ICP
5084 reqnum field. Instead queried cache keys are copied to a
5085 static array, indexed by the reqnum, modulo the array size.
5086 Now we just use the request number to lookup a cache key,
5087 instead of rebuilding it from the ICP reply URL and method,
5088 unless we have netapp neighbors--they don't do reqnum
5089 properly.
5090 - Fixed reconfigure memory access bugs in redirect.c.
5091 - Ignore unreasonably large ICP RTT values which cause overflow
5092 bugs in calculating the average RTT (thanks Niall!)
5093
5094 Changes to squid-1.2.beta24 (August 21, 1998):
5095
5096 - Added Bulgarian error pages by Evgeny Gechev.
5097 - Changed StoreEntry->lock_count to a u_short.
5098 - Replaced urlcmp with strcmp
5099 - Fixed pragma no-cache ejecting ENTRY_SPECIAL objects
5100 (Henrik Nordstrom).
5101 - Eliminated unneeded BASE HREF on "root" directories (Henrik
5102 Nordstrom).
5103 - Fixed peerDigestFetchFinish() assertion caused by forwarding
5104 failures (e.g. miss_access rules).
5105 - Changed signal handlers with ASYNC_IO and Linux so that
5106 -k command line options work (Miquel van Smoorenburg).
5107 - Rewrote shutdown code to use events instead of setting
5108 FD timeouts.
5109 - Fixed cachemgr 'objects' (statObjects()) by adding a check
5110 for READ_AHEAD_GAP, and calling storeCheckSwapout() in
5111 storeBufferFlush(). Otherwise, the read-past pages would
5112 never be freed.
5113 - Fixed DNSSERVER shutdown bugs. The re-opened dnsserver processes
5114 were being closed by the dnsServerShutdown event.
5115 - Modified storeHashInsert() to insert PRIVATE objects at
5116 the tail of the LRU list, and PUBLIC objects at the head.
5117 Thus, PRIVATE objects get kicked out quicker.
5118 - Added David Luyer's DELAY_POOLS code.
5119 - Fixed a bug due to HEAD replies which lack the end-of-headers
5120 line.
5121 - Made proxy-auth realm string configurable (Bob Franklin)
5122 - Changed default mime time to a viewable one (Henrik Nordstrom).
5123 - configure fixes for Sony's NEWS-OS 6.x (Makoto MATSUSHITA).
5124 - Fixed 'you are running out of filedescriptors' bug which
5125 could cause the HTTP incoming connection handler to not
5126 be reset.
5127 - Changed syslog logging. Now squid debug levels 0 and 1 go
5128 to syslog. Level 0 gets LOG_WARNING and level 1 gets LOG_NOTICE
5129 (this needs more work!)
5130 - Fixed memory access errors in statAvgTick().
5131 - Fixed duplicate requestUnlink() bug in forward.c
5132 - Fixed possible memory access bugs from not setting e->mem_obj
5133 = NULL in destroy_MemObject().
5134 - Deleted TCP_IMS_MISS tag. Always use TCP_IMS_HIT instead.
5135 - Modified headersEnd and httpMsgIsolateHeaders to account
5136 for funky line terminations such as CRCRNL.
5137 (``but Netscape and IE _tolerate_ this'')
5138 - Fixed carp functions (Eric Stern).
5139 - Replaced internal proxy_auth code with extern authentication
5140 module (Arjan de Vet).
5141 - moved hash.c to libmiscutil.a.
5142 - Fixed handling of ICP queries with whitespace in URLs.
5143 Now we return ICP error and escape the URL before logging.
5144 - Added configure check for socklen_t (David Luyer).
5145 - Removed USE_SPLAY #defines; it is now standard.
5146 - Added FD arg to async IO callbacks (AIOCB) so we can eliminate
5147 temporary disk_ctrl_t structures.
5148 - Changed ENOSPC disk write errors to reduce specific cache_dir
5149 sizes, and not just the size of the cache as a whole.
5150 - Added httpMaybeRemovePublic() to purge public objects for
5151 certain responses even though they are uncachable. This is
5152 needed, for example, when an initially cachable object
5153 later becomes uncachable.
5154 - Added refresh_pattern options to ignore client reloads
5155 (Henrik Nordstrom)
5156 - Relocated disk.c code which combines blocks for writing
5157 (Stewart Forster).
5158
5159 Changes to squid-1.2.beta23 (June 22, 1998):
5160
5161 - Added Turkish error pages by Tural KAPTAN.
5162 - Added basic support for Range requests. For most cachable
5163 requests, Squid replies with an "Accept-Ranges" header. Upon
5164 receiving a potentially cachable Range request for a not
5165 cached object, Squid requests the whole object from origin
5166 server and then replies with specified range(s) to the
5167 client. Multi-range requests are supported. Adjacent
5168 overlapping ranges are merged. If-Range requests are
5169 supported. Limitations: Multi-range requests with out of
5170 order ranges are not supported.
5171 - Made md5.c use standard memcpy and memset if they are
5172 avaliable.
5173 - Memory pools will now shrink if Squid is run-time
5174 reconfigured with smaller value of memory_pools_limit tag.
5175 - Added counter for number of clients (Tomi Hakala).
5176 - Changed neighbor UP/DOWN algorithm to require 10 failed TCP
5177 connections for UP->DOWN transition.
5178 - Added 'unique_hostname' configuration option when its
5179 necessary to have multiple machines with the same visible
5180 hostname.
5181 - Fixed pumpReadFromClient() to not read too many bytes on
5182 persistent connections.
5183 - We can now cache HTTP replies with Set-Cookie. These evil
5184 headers are now filtered out for cache hits on the client
5185 side.
5186 - Fixed SNMP bugs caused by using snmpwalk.
5187 - Fixed snmp system Group; all objects are now returned.
5188 - Fixed snmp system Group sysDescr and sysContact.
5189 - Fixed snmp system Group sysObjectID it now returns a OBJECT
5190 IDENTIFIER.
5191 - Allocate FwdState from mem pools.
5192 - Minor HTCP progress.
5193 - Moved 'miss_access' ACL check from client_side.c to forward.c
5194 - Fixed logging of usernames for requests which require
5195 proxy-authentication.
5196 - Fixed HTTP request parser to accept lowercase HTTP identifier
5197 (Oskar Pearson).
5198 - Fixed FTP listings to always include links to the parent
5199 directory (Henrik Nordstrom).
5200 - Fixed FTP to show an "empty" listing instead of showing
5201 a "document contains no data" error (Henrik Nordstrom).
5202 - Fixed refreshCheck() bug. Often it was checking the
5203 refresh patterns against the string "[null_mem_obj]"
5204 because we moved URLs to MemObject.
5205 - Added CARP support by Eric Stern.
5206 - Fixed select-spin bug when an ICP reply actually gets queued
5207 and we failed to execute the write callback.
5208 - Fixed a storeCheckSwapOut bug. We were freeing up to
5209 the queued offset instead of the done offset. This
5210 resulted in a small chunk of object data not being in
5211 memory and not yet written to disk. A client could
5212 recieve a partial object because file_read() unexpectedly
5213 returns EOF.
5214 - Fixed proxy-authentication hangs (Henrik Nordstrom).
5215 - Fixed request_t->flags bug causing authenticated, proxied
5216 responses to be cached (Arjan de Vet).
5217 - Fixed MIME types for .tgz extension (Henrik Nordstrom).
5218 - Added view and download options to FTP listings (Henrik
5219 Nordstrom).
5220 - Modified configure to allow using pre-installed libdlmalloc.a
5221 (Masashi Fujita).
5222 - Fixed cachemgr 'objects' implementation.
5223 - Changed refreshCheck() algorithm. For cached objects, we
5224 now check, in the following order:
5225 * request max-age
5226 * response Expires (if present)
5227 * refresh_pattern max-age
5228 * response Last-Modified compared to refresh_pattern
5229 LM-factor (only if Last-Modified is present)
5230 * refresh_pattern min-age
5231 - Changed Copyrights.
5232
5233 Changes to squid-1.2.beta22 (June 1, 1998):
5234
5235 - do not cut off "; parameter" from "digitized" Content-Type
5236 http fields
5237 - Added X-Request-URI for persistent connection debugging
5238 (Henrik Nordstrom)
5239 - Added Polish error pages from Maciej Kozinski.
5240 - Fixed hash_first/hash_next bugs with **Current pointer.
5241 Replaced with *next pointer.
5242 - Fixed PUT/POST bugs in client (Henrik Nordstrom).
5243 - Deny forwarding loops in httpd accel mode (Henrik Nordstrom).
5244 - Fixed eventRun "spin" bug when event delta time == 0.
5245 - Fixed setting Last Modified time on cached entries when
5246 receiving a 304 reply.
5247 - Added while loop in httpAccept().
5248 - Added while loop in icpHandleUdp().
5249 - Fixed some small memory leaks.
5250 - Fixed single-bit-int flag checks (Henrik Nordstrom).
5251 - Replaced "complex" (offset accounting) calls to snprintf with MemBuf
5252 - Do not send only-if-cached cc directive with requests
5253 for peer's digests.
5254 - Added "automatic tuning" for incoming request rate, i.e.
5255 how often to check HTTP and ICP sockets. See comm.c
5256 comments for details.
5257
5258 Changes to squid-1.2.beta21 (May 22, 1998):
5259
5260 - Added Italian error pages by Alessio Bragadini.
5261 - Added Estonian error pages by Toomas Soome.
5262 - Added Russian (koi-r) error pages by Andrew L. Davydov.
5263 - Added Czech error pages by Jakub Nantl.
5264 - Fixed asnAclInitialize calling to prevent coredump.
5265 - Fixed FTP directory parsing again.
5266 - Made FTP directory listing "Generated" tagline like
5267 the one for error pages.
5268 - Fixed an assertion coredump in statHistCopy from
5269 reconfiguring with different #peers in squid.conf
5270 - Ignore leading whitespace on requests (and replies). RFC
5271 2068 section 4.1, robustness (Henrik Nordstrom)
5272 - Fixed keep_alive bug. We did not always honour reply
5273 headers, but rather assumed connections could be persistent.
5274 - Fixed reading whois output for AS numbers, especially when
5275 they are longer than 4 KB.
5276 - Removed 'cache_stoplist_pattern' configuration option. This
5277 feature is now handled by 'no_cache'.
5278 - If a URN resolves to only one URL, just return it immediately
5279 instead of giving the user a "choice" (Andy Powell).
5280 - Fixed year-2000 bug in lib/iso3307.c (Henrik Nordstrom).
5281 - Changed squid-internal object names.
5282 - Added netdb exchange protocol.
5283 - Fixed wordlistDestroy() uninitialized pointer bug in
5284 ftpParseControlReply.
5285 - Fixed redirector subprocess to show real program name.
5286 - Changed URN menu output to be sorted.
5287 - Added fast select(2) timeouts when using ASYNC_IO.
5288 - Added ARP ACL support for Linux (David Luyer).
5289 - Added binary http headers to requests
5290 - request_t objects are now created and destroyed in a consistent way
5291 - Fixed cache control printf bug
5292 - Added a lot of new http header ids
5293 - Improved Connection: header handling; now both Connection and
5294 Proxy-Connection headers are checked for connection directives
5295 - Connection request header is now handled correctly regardless
5296 of its position and the number of entries
5297 - Only replies with valid Content-Length can be sent with keep-alive
5298 connection directive (Henrik Nordstrom)
5299 - Better handling of persistent connection "clues" in HTTP headers;
5300 the decision now depends on HTTP version (and User-Agent exceptions)
5301 - Removed handling of "length=" directive in IMS headers;
5302 the directive is not in the HTTP/1.1 standard;
5303 standing by for objections
5304 - allowed/denied headers are now checked using bit masks instead of
5305 strcmp loops
5306 - removed Uri: from allowed headers; Uri is deprecated in RFC 2068
5307 - removed processing of Request-Range header (not in specs?)
5308 - Fixed byte-order bugs in cacheDigestHashKey.
5309 - Changed hash_remove_link() to return void.
5310 - Changed ipcache_gethostbyname() to return NULL if
5311 i->addrs.count == 0.
5312 - Added millisecond-timing to select/poll loops and event
5313 queue.
5314 - Changed 'peerPingTimeout' value to be twice the average
5315 of all the peer ICP RTT's.
5316 - Added 'half_closed_clients' option to force closing of
5317 client connections which might only be half-closed.
5318 - Fixed matchDomainName coredump bug.
5319 - Don't cache HTTP replies with Vary: headers until we
5320 get content negotiation working.
5321 - Fixed SSL proxying to forward full HTTP request headers.
5322 - Changed storeGetMemSpace(). Only purge down to the HIGH
5323 water mark; move locked entries to the head of the inmem
5324 list.
5325 - Changed clientReadRequest() to locally handle any
5326 "squid-internal-static" URL for any host.
5327 - Disable persistent connections for client connections
5328 from broken Netscape User-Agent, version 3.* (Stewart Forster)
5329
5330 Changes to squid-1.2.beta20 (April 24, 1998):
5331
5332 - Improved support for only-if-cached cache control directive.
5333 - Enabled 304 replies for ENTRY_SPECIAL objects (e.g., icons).
5334 - Fixed 'quick_abort' percent calculation bug.
5335 - Fixed quick_abort FPE bug.
5336 - Changed more errno-checking functions to use ignoreErrno().
5337 - Added ERESTART to ignoreErrno() because of report from
5338 a Solaris system.
5339 - Fixed '#elsif' typo.
5340 - Fixed MemPool assertion by moving memInit() to before
5341 configuration parsing functions.
5342 - Fixed default 'announce_period' value (was 1 day, should
5343 be 0) (Joe Ramey).
5344 - Added configure warning for low filedescriptors and pointer
5345 to FAQ.
5346 - Fixed httpBodySet() bug causing URN related coredumps.
5347 - Changed ipcacheCycleAddr() to always cycle through all all
5348 available addresses, and not just advance when one of
5349 them goes BAD.
5350 - Fixed squid-internal bug for mixed-case hostnames (Henrik
5351 Nordstrom).
5352 - Fixed ICP counting probelm. icpUdpSend() arg should be
5353 LOG_ICP_QUERY instead of LOG_TAG_NONE.
5354 - Added some additional fault toleranse on FTP data channels
5355 (Henrik Nordstrom).
5356 - Corrected error reporting on FTP "hacks" (Henrik Nordstrom).
5357 - Added lock/unlock for StoreEntry during storeAbort().
5358 - Added filemap bit usage stats to cachemgr 'storedir' and
5359 'info'.
5360 - Replaced 'cache_stoplist' with 'no_cache' Access list.
5361 - Fixed (hopefully) remaining swapfile-open-at-exit bugs.
5362 - Fixed default hierarchy_stoplist to be ``default if none.''
5363 - Fixed 'fake a recent reply' hack for detecting DEAD
5364 and ALIVE neighbors (Joe Ramey).
5365 - Fixed FTP directory parsing bugs (Joe Ramey).
5366 - Fixed ftpTraverseDirectory coredump for NULL ftpState->filepath
5367 (Joe Ramey).
5368 - Fixed daylight savings time bug (again).
5369 - A lot of Cache Digests additions, fixes, and tuning.
5370 Cache Digests are still "very experimental".
5371 - Fixed snprintf() bug. When len == 1, snprintf() would treat
5372 the buffer as unknown size, emulating sprintf() behaviour.
5373 - Made Error page language configurable with configure script
5374 (Henrik Nordstrom).
5375 - Fixed squid-internal URLs when http_port == 80.
5376 - Remember the client address on redirected requests (Henrik
5377 Nordstrom).
5378 - Don't rebuild the request if the redirector returned the same
5379 URL (Henrik Nordstrom).
5380 - Rewrite Host: header on redirected requests (Henrik
5381 Nordstrom).
5382 - Include port (if non-standard) in generated Host: headers
5383 (Henrik Nordstrom).
5384 - Fixed rfc1123 timezone hacks for Windows NT
5385 (Henrik Nordstrom).
5386 - Added Russian Error pages by Ilia Zadorozhko.
5387 - Added totals for ICP and HTTP hits to cachemgr client_list
5388 output.
5389 - Changed error message to 'Generated TIME by HOST (SQUID/VER)'
5390 because any string with an '@' must be an email address.
5391 - Fixed POST for content-length == 0.
5392 - Fixed "huge 304 reply" loop bug.
5393 - Fixed --enable-splaytree compile bugs.
5394 - Removed ASN lookup code in peer_select.c.
5395 - Added warnings if ACL code detects subdomains in SPLAY
5396 trees.
5397 - Rewrote some bits of httpRequestFree() to eliminate
5398 possible bugs that could cause an "e->lock_count" asseertion.
5399 - Added value/bounds checking to _db_init() when setting
5400 the debugLevels[] array.
5401
5402 Changes to squid-1.2.beta19 (Apr 8, 1998):
5403
5404 - Squid-1.2.beta19 compiles and runs on Windows/NT with
5405 Cygnus Gnu-WIN32 b19 (Henrik Nordstrom).
5406 - Added French Error pages by Frank DENIS.
5407 - Added Dutch Error pages by Mark Visser
5408 - Added German Error pages by Bernd P. Ziller, Jens Frank,
5409 and Anke S.
5410 - Added support for only-if-cached cache-control directive.
5411 - Added RELAXED_HTTP_PARSER #define to allow requests which are
5412 missing the HTTP identifier on the request line (e.g. buggy
5413 SpyGame queries). RELAXED_HTTP_PARSER is undefined by default.
5414 - Fixed disk.c FD leak for delayed closes in
5415 diskHandleWriteComplete().
5416 - Fixed cache announcement feature.
5417 - Fixed httpReadReply() to retry failed HTTP requests on
5418 persistent connections when read() returns -1, not only
5419 when it returns 0.
5420 - Fixed cbdata memory counting leak. cbdataUnlock() always
5421 called free(), never memFree().
5422 - Fixed storeDirWriteCleanLogs() malloc bug on Alphas.
5423 - Fixed `++loopdetect < 10' assertion due to
5424 clientHandleIMSReply bug for invalid/partial HTTP
5425 replies.
5426 - Added preliminary code for HTCP.
5427 - Renamed 'aux' dir to 'cfgaux' for legacy DOS machines.
5428 - Added "snmp_community" as an ACL type.
5429 - Cleaned up proxy-auth acl implementation and removed
5430 memory leaks.
5431 - Added generic 'hashFreeItems()' function for efficiently
5432 freeing hash table pointers.
5433 - Added whoisTimeout() for ASN code.
5434 - Removed BINARY TREE code.
5435 - Fixed forgetting to reset Config.Swap.maxSize in
5436 configDoConfigure.
5437 - Fixed httpReplyUpdateOnNotModified() arguments-in-wrong-order
5438 bug which caused not modified replies to not get updated.
5439 - Fixed client_side.c bugs which could cause data to be written
5440 to the client in the wrong order for persistent connections.
5441 clientPurgeRequest() and clientHandleIMSComplete() must not
5442 call comm_write(). Instead they must create and write to
5443 StoreEntry's.
5444 - Fixed ICP query service time counting bug(s).
5445 - replaced 'char *mime_headers_end()' with 'size_t headersEnd()'
5446 to fix buffer overruns. This also requires adding 'buf_sz'
5447 args to some functions like clientBuildReplyHeader().
5448 But we can eliminate the need to NULL-terminate the
5449 buffer beforehand.
5450 - Changed commConnectCallback() to reset the FD timeout to
5451 zero before notifying about the connection. This requires
5452 commSetTimeout() calls in numerous places to reinstall
5453 timeouts.
5454 - Changed comm_poll_incoming() to be called less frequently
5455 (every 15 I/O's instead of every 7 FD's) (Michael O'Reilly).
5456 - Removed HAVE_SYSLOG case for debug() macro. Almost all
5457 systems do have syslog(), but more importatnly the
5458 _db_level value is needed for debugging to stderr.
5459 - Rewrote squid/dnsserver interface to use smaller, single-line
5460 messages.
5461 - Rewrote 'dns' cachemgr output to use a table format.
5462 - Rewrote a lot of dnsserver.c.
5463 - Added eventAddIsh() for semi-random event scheduling.
5464 - Fixed an ftpTimeout bug for sessions which use PORT
5465 commands.
5466 - Fixed ftp.c to recognized invalid PASV replies (e.g.
5467 port == 0).
5468 - Removed hash_insert(). All hasing uses hash_join() now.
5469 - Renamed hash_unlink() to hash_remove_link().
5470 - Added hashPrime() to find closes prime hash table size
5471 to a given value.
5472 - Fixed Keep-Alive ratio counting bug which prevented
5473 persistent connections from being used between cache
5474 peers.
5475 - Changed icmp.c to NOT queue messages sent from squid to
5476 the pinger program.
5477 - Changed icp_v2.c to NOT queue ICP messages by default.
5478 But they will be queued and resent once if the first
5479 send fails. Counters.icp.queued_replies counts the
5480 number of messaages queued.
5481 - Cleaned up ICP logging.
5482 - Added identTimeout().
5483 - Fixed ipcache reply counting bug. Overcounted dnsserver
5484 replies for partial replies.
5485 - Added urlInternal() for building internal Squid URLs.
5486 - Changed peerAllowedToUse() to check both 'cache_peer_domain'
5487 AND 'cache_peer_acl' configurations. This should be changed
5488 in the fugure to use ONLY cache_peer_acl.
5489 - Changed DEAD/REVIVED neighbor detection to avoid reporting
5490 so many false deaths. (Joe Ramey).
5491 - Added some preliminary code to support "cache digests."
5492 - Fixed pumpClose() coredumps (?).
5493 - Updated cachemgr 'info' output to show median service
5494 times for various categories.
5495 - Fixed ABW bug in storeDirWriteCleanLogs(). sizeof(off_t)
5496 != sizeof(int) for Alphas.
5497 - Fixed potential alignment problem in storeDirWriteCleanLogs().
5498 - Fixed store_rebuild.c to NOT replace current, but
5499 not-swapped-out StoreEntry's with on-disk entries.
5500 - Changed storeCleanup() to call storeRelease on invalid
5501 entries which don't have a swapfile (i.e. no unlink()
5502 penalty).
5503 - Fixed storeSwapInStart() to fail for unvalidated
5504 entries.
5505 - SNMP changes:
5506 . renovated mib and added descriptions and comments
5507 . added hit and byte counters to client_db , for
5508 cacheClientTable
5509 . cacheClientTable, netdbTable, cachePeerTable,
5510 cacheConnTable now indexed by ip address. hash_lookup was
5511 enhanced to allow for subsequent hash_next's similar to
5512 hash_first, to speed up getnext's in tables which refer to
5513 hash-table structures.
5514 . added generic (well, sorf of) table indexing functionality
5515 . added makefile dependencies for snmplib and cache_snmp.h
5516 . WaisHost, WaisPort, Timeouts removed
5517 . FdTable split into FdTable and ConnTable. FdTable simplified
5518 . PeerTable and PeerStat merged and put into new cacheMesh
5519 group
5520 . cacheClientTable added for client statistics and accounting
5521 (cacheMesh 2)
5522 . cacheSec and cacheAccounting groups removed
5523 . fixed acl bug when communities not defined
5524 . snmp_acl now survives bad configuration
5525
5526 Changes to squid-1.2.beta18 (Mar 23, 1998):
5527
5528 - Added v1.1 'test_reachability' option.
5529 - Fixed hash4() len == 0 bug.
5530 - Fixed Config.Swap.maxSize reconfigure bug.
5531 - Fixed ICP query bug determining request method.
5532 - Moved ICP's storeGet() cache lookup into neighborsUdpAck()
5533 so that we know neighbors are alive even when they send
5534 us replies for unknown entries.
5535 - Changed configure script to add '-std1' for Digital Unix cc.
5536 - Fixed SNMP sizeof(int) / sizeof(long) bugs for 64-bit
5537 systems.
5538 - Added support for 'Cache-Control: Only-If-Cached' request header.
5539 - Fixed CheckQuickAbort() bugs for multiple clients on one
5540 StoreEntry. Also changed storePendingNClients() to return
5541 mem->nclients instead of counting the number of store_client
5542 entries with pending callback functions.
5543
5544 Changes to squid-1.2.beta17 (Mar 17, 1998):
5545
5546 - SNMP MIB version check changed to non-rcs.
5547 - Added memory pools for variable size objects (strings).
5548 There are three pools; for small, medium, and large objects.
5549 - Extended String object to use memory pools. Most fixed size char
5550 array fields will be replaced using string pools. Same for most
5551 malloc()-ed buffers.
5552 - Changed icon handling to use the hostname and port of the squid
5553 server, instead of the special hostname "internal.squid"
5554 (Henrik Nordstrom).
5555 - All icons are now configured in mime.conf. No hardcoded icons,
5556 including gohper icons (Henrik Nordstrom).
5557 - Fixed ICP bug when we send queries, but expect zero
5558 replies.
5559 - Fixed alignment/casting bugs for ICP messages.
5560 - A generic client-to-server "pump" was added to handle HTTP
5561 PUT as well as POST methods on the client-cache side. Based on
5562 "pump" PUT requests can be made to either HTTP or FTP url's.
5563 Code is still beta and interoperability with browsers etc has
5564 not been tested.
5565 - Put #ifdefs around 'source_ping' code.
5566 - Added missing typedef for _arp_ip_data (Wesha).
5567 - Added regular-expression-based ACLs for client and server
5568 domain names (Henrik Nordstrom).
5569 - Fixed ident-related coredumps from incorrect callback data.
5570 - Fixed parse_rfc1123() "space" bug.
5571 - Fixed xrealloc() XMALLOC_DEBUG bug (not calling check_free())..
5572 - Fixed some src/asn.c end-of-reply bugs and memory leaks.
5573 - Fixed some peer->options flag-setting bugs.
5574 - Fixed single-parent feature to work again
5575 - Removed 'single_parent_bypass' configuration option; instead
5576 just use 'no-query'.
5577 - Surrounded 'source_ping' code with #ifdefs.
5578 - Changed 'deny_info URL' to use a custom Error page.
5579 - Modified src/client.c for testing POST requests.
5580 - Fixed hash4() for SCO (Vlado Potisk).
5581
5582 Changes to squid-1.2.beta16 (Mar 4, 1998):
5583
5584 - Added Spanish error messages from Javier Puche.
5585 - Added Portuguese error messages from Pedro Lineu Orso
5586 - Added a simple but very effective hack to cachemgr.cgi that tries to
5587 interpret lines with '\t' as table records and formats them
5588 accordingly. With a few exceptions (see source code), first line
5589 becomes a table heading ("<th>" html tag) and the rest is formated
5590 with "<td>" tags.
5591 - Added "mem_pools_limit" configuration option. Semantics of
5592 "mem_pools" option has also changed a bit to reflect new memory
5593 management policy.
5594 - Reorganized memory pools. Squid now supports a global pool
5595 limit instead of individual pool limits. Per-pool limits can be
5596 implemented on top of the current scheme if needed, but it is
5597 probably hard to guess their values. Squid distributes pool
5598 memory among "frequently allocated" objects. There is a
5599 configurable limit on the total amount of "idle" memory to be
5600 kept in reserve. All requests that exceed that amount are
5601 satisfied using malloc library. Support for variable size
5602 objects (mostly strings) will be enabled soon.
5603 - memAllocate() has now only one parameter. Objects are always
5604 reset with 0s. (We actually never used that parameter before;
5605 it was always set to "clear").
5606 - Added Squid "signature" to all ERR_ pages. The signature is
5607 hardcoded and is added on-the-fly. The signature may use
5608 %-escapes. Added interface to add more hard-coded responses if
5609 needed (see errorpage.c::error_hard_text).
5610 - Both default and configured directories are searched for ERR_
5611 pages now. Configured directory is, of course, searched first.
5612 This allows you to customize a subset of ERR_ pages (in a
5613 separate directory) without danger of getting other copies out
5614 of sync.
5615 - Security controls for the SNMP agent added. Besides
5616 communities (like password) and views (part of tree
5617 accessible), the snmp_acl config option can be used to do acl
5618 based access checks per community.
5619 - SNMP agent was heavily re-written, based on cmu-snmpV1.8. You
5620 can now walk through the whole mib tree. Several new variables
5621 added under cacheProtoAggregateStats
5622 - Added rudimental statistics for HTTP headers.
5623 - Adjusted StatLogHist to a more generic/flexible StatHist.
5624 Moved StatHist implementation into a separate file.
5625 - Added FTP support for PORT if PASV fails, also try the
5626 default FTP data port (Henrik Nordstrom).
5627 - Fixed NULL pointer bug in clientGetHeadersForIMS when a
5628 request is cancelled for fails on the client side.
5629 - Filled in some squid.conf comments (never_direct,
5630 always_direct).
5631 - Added RES_DNSRCH to dnsserver's _res.options when the
5632 -D command line option is given.
5633 - Fixed repeated Detected DEAD/REVIVED Sibling messages when
5634 peer->tcp_up == 0 (Michael O'Reilly).
5635 - Fixed storeGetNextFile's incorrect "directory does not exist"
5636 errors (Michael O'Reilly).
5637 - Fixed aiops.c race condition (Michael O'Reilly, Stewart
5638 Forster).
5639 - Added 'dns_nameservers' config option to specify non-default
5640 DNS nameserver addresses (Maxim Krasnyansky).
5641 - Added lib/util.c code to show memory map as a tree
5642 (Henrik Nordstrom).
5643 - Added HTTP and ICP median service times to Counters and
5644 cachemgr average stats.
5645 - Changed "-d" command line option to take debugging level
5646 as argument. Debugging equal-to or less-than the argument
5647 will be written to stderr.
5648 - Removed unused urlClean() function from url.c.
5649 - Fixed a bug that allowed '?' parts of urls to be recorded in
5650 store.log. Logged urls are now "clean".
5651 - Cache Manager got new Web interface (cachemgr.cgi). New .cgi
5652 script forwards basic authentication from browser to squid.
5653 Authentication info is encoded within all dynamically generated
5654 pages so you do not have to type your password often.
5655 Authentication records expire after 3 hours (default) since
5656 last use. Cachemgr.cgi now recognizes "action protection" types
5657 described below.
5658 - Added better recognition of available protection for actions
5659 in Cache Manager. Actions are classified as "public" (no
5660 password needed), "protected" (must specify a valid password),
5661 "disabled" (those with a "disable" password in squid.conf), and
5662 "hidden" (actions that require a password, but do not have
5663 corresponding cachemgr_passwd entry). If you manage to request
5664 a hidden, disabled, or unknown action, squid replies with
5665 "Invalid URL" message. If a password is needed, and you failed
5666 to provide one, squid replies with "Access Denied" message and
5667 asks you to authenticate yourself.
5668 - Added "basic" authentication scheme for the Cache Manager.
5669 When a password protected function is accessed, Squid sends an
5670 HTTP_UNAUTHORIZED reply allowing the client to authorize itself
5671 by specifying "name" and "password" for the specified action.
5672 The user name is currently used for logging purposes only. The
5673 password must be an appropriate "cachemgr_passwd" entry from
5674 squid.conf. The old interface (appending @password to the url)
5675 is still supported but discouraged. Note: it is not possible
5676 to pass authentication information between squid and browser
5677 *via a web server*. The server will strip all authentication
5678 headers coming from the browser. A similar problem exists for
5679 Proxy-Authentication scheme.
5680 - Added ERR_CACHE_MGR_ACCESS_DENIED page to notify of
5681 authentication failures when accessing Cache Manager.
5682 - Added "-v" (Verbose) and "-H" (extra Headers) options to client.c.
5683 - Added simple context-based debugging to debug.c. Currently,
5684 the context is defined as a constant string. Context reporting
5685 is triggered by debug() calls. Context debugging routines
5686 print minimal amount of information sufficient to describe
5687 current context. The interface will be enhanced in the future.
5688 - Replaced _http_reply with HttpReply. HttpReply is a
5689 stand-alone object that is responsible for parsing, swapping,
5690 and comm_writing of HTTP replies. Moved these functions from
5691 various modules into HttpReply module.
5692 - Added HttpStatusLine, HttpHeader, HttpBody.
5693 - All HTTP headers are now parsed and stored in a "compiled"
5694 form in the HttpHeader object. This allows for a great
5695 flexibility in header processing and builds basis for support
5696 of yet unsupported HTTP headers.
5697 - Added Packer, a memory/store redirector with a printf
5698 interface. Packer allows to comm_write() or swap() an object
5699 using a single routine.
5700 - Added MemBuf, a auto-growing memory buffer with printf
5701 capabilities. MemBuf replaces most of old local buffers for
5702 compiling text messages.
5703 - Added MemPool that maintains a pre-allocated pool of opaque
5704 objects. Used to eliminate memory thrashing when allocating
5705 small objects (e.g. field-names and field-value in http
5706 headers).
5707
5708 Changes to squid-1.2.beta15 (Feb 13, 1998):
5709
5710 NOTE: This version has changes which may cause all or part
5711 of your cache to be lost. However, you can problably
5712 save most of it by doing a slow restart. Specifically:
5713
5714 1. Kill the running squid-1.2.beta14 process; wait for it to
5715 fully exit.
5716 2. Remove all 'swap.state*' files, either in each cache_dir, or
5717 as defined in your squid.conf
5718 3. Start squid-1.2.beta15. The store will be rebuilt from the
5719 existing swap files, reading the directories and opening
5720 the files.
5721
5722 - Fixed some problems related to disk (and pipe) write error
5723 handling. file_close() doesn't always close the file
5724 immediately; i.e. when there are pending buffers to write.
5725 StoreEntry->lock_count could become zero while a write is
5726 pending, then bad things happen during the callback.
5727 - The file_write() callback data must now be in the callback
5728 database (cbdata). We now use the swapout_ctrl_t structure
5729 for the callback data; it stays around for as long as we are
5730 swapping out.
5731 - Changed the way write errors are handled by diskHandleWrite.
5732 If there is no callback function, now we exit with a fatal
5733 message under the assumption that the file in question is a
5734 log file or IPC pipe. Otherwise, we flush all the pending
5735 write buffers (so we don't see multiple repeated write errors
5736 from the same descriptor) and let the upper layer decide how
5737 to handle the failure.
5738 - Fixed storeDirWriteCleanLogs. A write failure was leaving
5739 some empty swap.state files, even though it tells us that its
5740 "not replacing the file." Don't flush/rename logs which we
5741 have prematurely closed due to write failures, indiciated by
5742 fd[dirn] == -1. Close these files LAST, not before
5743 renaming.
5744 - Fixed storeDirClean to clean directories in a more sensible
5745 order, instead of the new "MONOTONIC" order for swap files.
5746 - Merged fdstat.c functions into fd.c.
5747 - Cleaned up some debugging sections. Some unrelated source
5748 files were using the same section.
5749 - Removed curly brackets from all cachemgr output.
5750 - Removed unused filemap->last_file_number_allocated member.
5751 - Removed unused fde->lifetime_data member.
5752 - Fixed incorrectly applying htonl() on icp_common_t->shostid.
5753 - Call setsid() before exec() in ipc.c so that child processes
5754 don't receive SIGINT (etc) when running squid on a tty.
5755 - Changed StoreEntry->object_len to ->swap_file_sz so we
5756 can verify the disk file size at restart. Moved object_len
5757 to MemObject->object_sz. Note object_sz is initialized
5758 to -1. If object_sz < 0, then we need to open the swap
5759 file and read the swap metadata.
5760 - Changed store_client->mem to ->entry because we need
5761 e->swap_file_sz to set mem->object_sz at swapin.
5762 - Renamed storeSwapData structure to storeSwapLogData.
5763 - Fixed storeGetNextFile to not increment d->dirn. Added
5764 check for opendir() failure.
5765 - Fixed storeRebuildStart to properly link the directory
5766 list for storeRebuildfromDirectory mode.
5767 - Added -S command line option to double-check store
5768 consistency with disk files in storeCleanup().
5769 - Fixed a problem with transactional logging. In many
5770 cases we were adding the public cache key and then
5771 logging a delete for the private key. This is worthless
5772 because during rebuild we could not locate the previous
5773 public-keyed entry. Now we assert that only public-keyed
5774 entries can be logged to swap.state. storeSetPublicKey()
5775 and storeSetPrivateKey() have been modified to log an
5776 ADD or DEL when the key changes.
5777 - Fixed storeDirClean bug. Needed to call
5778 storeDirProperFileno() so the "dirn bits" get set.
5779 - Fixed a storeRebuildFromDirectory bug. fullpath[] and
5780 fullfilename[] were static to that function and did
5781 not change when the "rebuild_dir" arg did. Moved these
5782 buffers to the rebuild_dir structure.
5783 - In storeRebuildFromSwapLog, we were calling storeRelease()
5784 for cache key collisions. This only set the RELEASE_REQUEST
5785 bit and did not clear the swap_file_number in the filemap or
5786 in the StoreEntry, so the swap file could get unlinked later
5787 when it was really released.
5788 - Fixed FTP so that ';type=X' specifically sets the HTTP reply
5789 content-type and content-encoding (Henrik Nordstrom).
5790 - Removed 'icon_content_type' configuration option. Content
5791 types now taken from mime.conf (Henrik Nordstrom).
5792 - Added additional memory malloc tracing and memory leak
5793 detection. Use --enable-xmalloc-debug-trace configure
5794 option and -m command line option (Henrik Nordstrom).
5795
5796 Changes to squid-1.2.beta14 (Feb 6, 1998):
5797
5798 - Replaced snmplib free() calls with xfree().
5799 - Changed the 'net_db_name' hash table structure to
5800 make it easier to move names from one network to another
5801 (copied from 1.1 code).
5802 - Filled in some of the config dump routines (dump_acl,
5803 dump_acl_access).
5804 - Full memory debugging option (--enable-xmalloc-debug-trace)
5805 (Henrik Nordstrom).
5806 - Filled-in and clarified many squid.conf comments (Oskar
5807 Pearson).
5808 - Fixed up handling of SWAP_LOG_DEL swap.state entries.
5809
5810 Changes to squid-1.2.beta13 (Feb 4, 1998):
5811
5812 - NOTE: With this version the "swap.state" file format has
5813 changed. Running this version for the first time will
5814 cause your current cache contents to be lost!
5815 - NOTE: this version still has the bug where we don't rewind
5816 a swapout file and rewrite the swap meta data. Objects
5817 larger than 8KB will be lost when rebuilding from the swap
5818 files.
5819 - Combined various interprocess communication setup functions
5820 into ipcCreate().
5821 - Removed some leftover ICP_HIT_OBJ things.
5822 - Removed cacheinfo and proto_count() and friends; these are to
5823 be replaced in functionality by StatCounters and 5/60 minute
5824 average views via cachemgr.
5825 - Fixed --enable-acltree configure message (Masashi Fujita).
5826 - Fixed no reference to @LIB_MALLOC@ in src/Makefile.in
5827 (Masashi Fujita).
5828 - Fixed building outside of source tree (Masashi Fujita).
5829 - FTP: Format NLST listings, and inform the user that the NLST
5830 (plain) format is available when we find a LIST listing that we
5831 don't understand (Henrik Nordstrom)
5832 - FTP: Use SIZE on Binary transfers, and not ASCII. The
5833 condition was inversed, making squid use SIZE on ASCII
5834 transfers (Henrik Nordstrom).
5835 - Enable virtual and Host: based acceleration in order to be
5836 able to use Squid as a transparent proxy without breaking
5837 either virtual servers or clients not sending Host: header
5838 the order of the virtual and Host: based acceleration needs
5839 to be swapped, giving Host: a higher precendence than virtual
5840 host (Henrik Nordstrom).
5841 - Use memmove/bcopy as detected by configure Some systems does
5842 not have memmove, but have the older bcopy implementation
5843 (Henrik Nordstrom).
5844 - Completely rewritten aiops.c that creates and manages a pool
5845 of threads so thread creation overhead is eliminated (SLF).
5846 - Lots of mods to store.c to detect and cancel outstanding
5847 ASYNC ops. Code is not proven exhaustive and there are
5848 definately still cases to be found where outstanding disk ops
5849 aren't cancelled properly (SLF).
5850 - Changes to call interface to a few routines to support disk
5851 op `tagging', so operations can be cleanly cancelled on
5852 store_abort()s (SLF).
5853 - Implementation of swap.state files as transaction logs.
5854 Removed objects are now noted with a negative object size.
5855 This allows reliatively clean rebuilds from non-clean
5856 shutdowns (SLF).
5857 - Now that the swap.state files are transaction logs, there's
5858 now no need to validate by stat()ing. All the validation
5859 procedure does is now just set the valid bit AFTER all the
5860 swap.state files have been read, because by that time, only
5861 valid objects can be left. Object still need to be marked
5862 invalid when reading the swap.state file because there's no
5863 guarantee the file has been retaken or deleted (SLF).
5864 - An fstat() call is now added after every
5865 storeSwapInFileOpened() so object sizes can be checked. Added
5866 code to storeRelease() the object if the sizes don't match (SLF).
5867 - #defining USE_ASYNC_IO now uses the async unlink() rather than
5868 unlinkd() (SLF).
5869 - #defining MONOTONIC_STORE will support the creation of disk
5870 objects clustered into directories. This GREATLY improves disk
5871 performance (factor of 3) over old `write-over-old-object'
5872 method. If using the MONOTONIC_STORE, the
5873 {get/put}_unusedFileno stack stuff is disabled. This is
5874 actually a good thing and greatly reduces the risk of serving
5875 up bad objects (SLF).
5876 - Fixed unlink() in storeWriteCleanLogs to be real unlink()
5877 rather than ASYNC/unlinkd unlinks. swap.state.new files were
5878 being removed just after they were created due to delayed
5879 unlinks (SLF).
5880 - Disabled various assertions and made these into debug warning
5881 messages to make the code more stable until the bugs can be
5882 tracked down (SLF).
5883 - Added most of Michael O'Reilly's patches which included many
5884 bug fixes. Ask him for full details (SLF).
5885 - Moved aio_check_callbacks in comm_{poll|select}(). It was
5886 called after the fdset had been built which was wrong because
5887 the callbacks were changing the state of the read/write
5888 handlers prior to the poll/select() calls (SLF).
5889 - Fixed ARP ACL memory leaks (Dale).
5890 - Eliminated URL and SHA cache keys. Cache keys will always
5891 be MD5's now.
5892 - Fixed up store swap meta data.
5893 - Changed swap.state logs to a binary format.
5894 - The swap.state logs are written transaction-style.
5895
5896 Changes to squid-1.2.beta12 (Jan 30, 1998):
5897
5898 - Added metadata headers to cache swap files. This is an
5899 incompatible change with previous versions. Running this
5900 version for the first time will cause your current cache
5901 contents to be lost.
5902 - -D_REENTRANT when linking with -lpthreads (Henrik Nordstrom)
5903 - Show symlink destinations as a hyperlink in FTP listings
5904 (Henrik Nordstrom)
5905 - Fixed not allocating enough space for rewriting URLs with
5906 the Host: header (Eric Stern).
5907 - Year-2000 fixes (Arjan de Vet).
5908 - Fixed looping for cache hits on HEAD requests.
5909 - Fixed parseHttpRequest() coredump for
5910 "GET http://foo HTTP/1.0\r\n\r\n\r\n"
5911
5912 Changes to squid-1.2.beta11 (Jan 6, 1998):
5913
5914 - Fixed fake 'struct rusage' definition which prevented compling
5915 on Solaris 2.4.
5916 - Fixed copy-by-ref bug for request->headers in
5917 clientRedirectDone() (Michael O'Reilly).
5918 - Workaround for Solaris pthreads closing FD 0 upon fork()
5919 (Michael O'Reilly).
5920 - Fixed shutdown bug with outgoing UDP sockets; we need to
5921 disable their read handlers.
5922 - For comm_poll(), use the fast 50 msec timeout only when
5923 USE_ASYNC_IO is defined.
5924 - Fixed pointer bug when freeing AS# ACL entries.
5925 - Fixed forgetting to reset Config.npeers to zero in free_peer().
5926 - Fixed ICP bug causing excessive TIMEOUTs with sibling
5927 neighbors. We must call the ICP reply callback even for
5928 sibling misses.
5929 - Fixed some dnsserver-related reconfigure bugs. Need to
5930 use cbdataLock, etc in fqdncache.c. Also don't want to
5931 use ipcacheQueueDrain() and fqdncacheQueueDrain().
5932 - Fixed persistent connection bug. We were incorrectly
5933 deciding that non-200 replies without content-length
5934 would not have a reply body.
5935 - Fixed intAverage() precedence bug.
5936 - Fixed memmove() 'len' arg bug.
5937 - Changed algorithm for determining alive/dead state of peers.
5938 Instead of using a fixed number of unacknowledged ICP
5939 replies, it is now based on timeouts. If there are no ICP
5940 replies received from a peer within 'dead_peer_timeout'
5941 seconds, then we call it dead.
5942 - Added calls to getCurrentTime() in
5943 comm_{select,poll}_incoming() when ALARM_UPDATES_TIME is not
5944 being used.
5945 - Fixed shutdown bug when the incoming and outgoing ICP socket
5946 is the same file descriptor.
5947 - Added buffered writes for storeWriteCleanLogs() (Stewart
5948 Forster).
5949 - Patches for Qnx4 (Jean-Claude MICHOT).
5950 - Fixed returning void functions which seems to be a GCC-ism.
5951 - New configure script options (Henrik Nordstrom):
5952 --enable-new-storekey=[sha|md5(|url)] (was --enable-hashkey)
5953 --enable-acltree
5954 --enable-icmp
5955 --enable-delay-hack
5956 --enable-useragent-log
5957 --enable-kill-parent (this should be named -hack)
5958 --enable-snmp
5959 --enable-time-hack
5960 --enable-cachemgr-hostname[=hostname] (new)
5961 --enable-arp-acl (new)
5962 - Added Doug Lea malloc-2.6.4 to the distribution, so that
5963 people easily can try a decent malloc package if they syspect
5964 their malloc is broken. --enable-dlmalloc (Henrik Nordstrom).
5965 - Made XMALLOC_DEBUG_COUNT working again. Requires a small stub
5966 function (Henrik Nordstrom).
5967 - Removed top-level Makefile. People must now run 'configure'
5968 before 'make'.
5969 - Fixed checkFailureRatio() implementation.
5970 - Made 'squid -z' behave like the 1.1 version.
5971
5972
5973 Changes to squid-1.2.beta10 (Jan 1, 1998):
5974
5975 - Fixed content-length bugs for 204 replies, 304 replies,
5976 and HEAD requests (Henrik Nordstrom).
5977 - Fixed errorAppendEntry() bug in gopherReadReply().
5978 - Basic support for FTP URL typecodes (;type=X).
5979 - Support for access controls based on ethernet MAC addresses
5980 (Dale).
5981 - Initial URN support; see
5982 http://squid.nlanr.net/Squid/urn-support.html
5983 - Fixed client-side persistent connections for objects with
5984 bad content lengths (Henrik Nordstrom).
5985 - Fixed bad call to storeDirUpdateSwapSize() for objects which
5986 never reach SWAPOUT_DONE state.
5987 - Fixed up poll() #defines in squid.h (Stewart Forster).
5988 - Changed poll() timeout from 1000 msec to 50 msec for
5989 better performance under low load (Stewart Forster).
5990 - Changed storeWriteCleanLogs() to write objects in the LRU
5991 list order instead of the random hash table order.
5992 - Fixed FTP bug when data socket connections fail or timeout.
5993 - Reuse FTP data connection when possible (Henrik Nordstrom).
5994 - Added configure options (Henrik Nordstrom)
5995 --enable-store-key=sha|md5
5996 --enable-xmalloc-statistics
5997 --enable-xmalloc-debug
5998 --enable-xmalloc-debug-count
5999 --async-io
6000 - Fixed confusing with the use/meaning of ERR_CANNOT_FORWARD
6001 by creating ERR_FORWARDING_DENIED and changing the
6002 content of the ERR_CANNOT_FORWARD text.
6003 - Fixed pipeline request bug from using strdup() (Henrik
6004 Nordstrom).
6005 - Call clientReadRequest() directly instead of commSetSelect()
6006 for pipelined requests (Henrik Nordstrom).
6007 - Fixed 4k page leak in icpHandleIMSReply();
6008 - Renamed 'icp*' functions to 'client*' names in client_side.c.
6009
6010 Changes to squid-1.2.beta8 (Dec 2, 1997):
6011
6012 - Fixed accessLogLog() to log ident from Proxy-Authorization
6013 request header (BoB Miorelli).
6014 - Fixed #includes, prototypes, etc. in SNMP source files.
6015 - Moved 'POLLRDNORM' and 'POLLWRNORM' macro checks from
6016 include/config.h.in to src/squid.h
6017 - Moved 'num32' typedefs from src/typedefs.h to
6018 include/config.h.in.
6019 - Moved snmplib/md5.c to lib/md5.c.
6020 - Added MD5 cache key support.
6021 - Removed xmalloc() return check in uudeocde.c
6022 - Added 'ifdef' support to cf_gen.c for optional code (e.g. SNMP)
6023 - Changed 'client' program to provide easier cache manager access,
6024 e.g.: 'client mgr:info'
6025 - Fixed 'client' to send 'Connection' instead of 'Proxy-Connection'
6026 for simulated keep-alive requests.
6027 - Removed 'fd' arg from clientProcess* functions.
6028 - Fixed bugs from using errorSend() on persistent/pipelined
6029 client connections. A latter request should not be allowed to
6030 write to the client fd until the current request completes.
6031 Now use errorAppendEntry() for such situations.
6032 - Fixed content-length bugs. We were using content-length == 0
6033 to also indicate a lack of content-length reply header. But
6034 'content-length: 0' might appear in a reply, so now use -1 to
6035 indicate that no content length given.
6036 - Split up clientProcessRequest() into smaller chunks so it
6037 might be easier to follow.
6038 - renamed various client_side.c functions to start with 'client'
6039 instead of 'icp'.
6040 - Fixed a 'cbdata leak' from the comm.c close handlers.
6041 - Fixed a 'cbdata leak' from the comm.c connect routines.
6042 - Fixed comm_select() and comm_poll() to stop looping on the
6043 incoming HTTP/ICP sockets. If there are fewer than 7 FD's
6044 ready for I/O, the incoming sockets might not get service, so
6045 comm_select() would be called for up to 7 times until the
6046 'incoming_counter' was incremented enough to trigger a call
6047 to comm_select_incoming(). Now we make sure
6048 comm_select_incoming() gets called if select returns less
6049 than 7 ready FD's.
6050 - Added errorpage '%B' token to generate FTP URLs with a '%2f'
6051 inserted at the start of the url-path. calls ftpUrlWith2f().
6052 (Henrik Nordstrom).
6053 - Changed fqdncache.c to use LRU double-linked list instead of qsort()
6054 for replacement and cachemgr output.
6055 - Changed ipcache.c to use LRU double-linked list instead of qsort()
6056 - Changed hash_insert() and hash_join() to return void.
6057 for replacement and cachemgr output.
6058 - Moved StoreEntry->method member to MemObject->method.
6059 - Made StoreEntry->flags 16 bits.
6060 - Made StoreEntry->refcount 16 bits.
6061 - Changed URL-based public cache key to always include the request
6062 method.
6063
6064 Changes to squid-1.2.beta7 (Nov 24, 1997):
6065
6066 - Fixed poll() for Linux (David Luyer).
6067 - SHA optimizations (David Luyer).
6068 - Fixed errno clashes with macro on Linux (David Luyer).
6069 - Fixed storeDirCloseSwapLogs(); logs might not be open.
6070 - Fixed storeClientCopy2() bug. Detect when there is
6071 no more data to send for objects in STORE_OK state.
6072 - Fixed FTP truncation bug when ftpState->size == 0, e.g.
6073 especially directory listings.
6074 - Mega FTP fix from Henrik Nordstrom. A better job of
6075 implementing the '%2f' hack.
6076 - Fixed some pipelined request bugs. storeClientCopy() was
6077 being given the wrong StoreEntry, and we had a race condition
6078 which is now handled by storeClientCopyPending().
6079 - Added initial SNMP support.
6080
6081 Changes to squid-1.2.beta6 (Nov 13, 1997):
6082
6083 - Fixed Authorized responses getting swapped out when they
6084 don't have Proxy-Revalidate reply header.
6085 - Fixed Proxy Authentication support. We never sent back
6086 a 407 reply, and were incorrectly incrementing the passwd
6087 before comparing it.
6088 - Fixed stat()ing pathnames for default values before parsing
6089 config file (Ron Gomes).
6090 - Fixed logging request and response headers on separate lines
6091 (Ron Gomes).
6092 - Fixed FTP Authentication message (Henrik Nordstrom).
6093 - Changed Proxy Authentication to trigger a reread of the passwd
6094 file if a password check fails (Henrik Nordstrom).
6095 - Changed FTP to retry the first CWD with a leading slash if it
6096 fails without one.
6097
6098 Changes to squid-1.2.beta5 (Nov 6, 1997):
6099
6100 - Track the 'keep-alive ratio' for a peer as the ratio of
6101 the number of replies including 'Proxy-Connection: Keep-Alive'
6102 compared to the number of requests sent. If the peer does
6103 not support Persistent connections then this ratio will tend
6104 toward zero. If the ratio is less than 50% after 10 requests
6105 then we'll stop sending Keep-Alive.
6106 - Proper support for %nn escapes in FTP, and numerous
6107 other fixes (Henrik Nordstrom).
6108 - Support for Secure Hash Algorithm and framework for other
6109 hash functions as cache keys.
6110 - Fixed SSL snprintf() bug which broke SSL proxying.
6111 - Fixed store_dir swap log bug from reconfigure (SIGHUP).
6112 - Fixed LRU Reference Age bug. The arg to pow() must be
6113 minutes, not seconds.
6114
6115 Changes to squid-1.2.beta4 (Oct 30, 1997):
6116
6117 - Fixed DST bug in rfc1123.c
6118 - Changed default http_accel_port to 80.
6119 - added errorCon() as a ErrorState constructor function
6120 (Max Okumoto).
6121 - Added ERR_FTP_FAILURE message for ftpFail().
6122 - For FTP, the timeout callback must be moved to the 'data'
6123 descriptor when data transfer begins. Otherwise we are
6124 likely to get a timeout on the control descriptor.
6125 - Fixed double-free bug in httpRequestFree().
6126 - Fixed store_swap_size counting bug in storeSwapOutHandle().
6127
6128 Changes to squid-1.2.beta3 (Oct 29, 1997):
6129
6130 - Initialize _res.options to RES_DEFAULT in dnsserver.c.
6131 - Fix assertions which assumed 4-byte pointers.
6132 - Fix missing % in fqdncache.c snprintf().
6133
6134 Changes to squid-1.2.beta2 (Oct 28, 1997):
6135
6136 - Fixed aiops.c and async_io.c so that they actually compile
6137 with USE_ASYNC_IO (Arjan de Vet).
6138 - Fixed errState->errno causing problems with some macros
6139 (Michael O'Reilly).
6140 - Fixed memory leaks in pconn.c (Max Okumoto).
6141 - Enhanced 'client' program with 'ping' behaviour (Ron Gomes).
6142 - Fixed InvokeHandlers() from calling memCopy() for ALL
6143 store_client's with callbacks. A store_client might be reading
6144 from disk.
6145 - Rewrote storeMaintainSwapSpace(). No longer will we scan one
6146 bucket at a time. Instead we'll maintain a single LRU
6147 list. When an object is 'touched' we move it to the
6148 top of this list. When we need disk space, we delete
6149 from the bottom.
6150 - Removed storeGetSwapSpace().
6151
6152 Changes to squid-1.2.beta1 ():
6153
6154 - Reworked storage manager to not keep objects in memory during
6155 transit. In other words, no separate NOVM distribution.
6156 - Lots of cleanup and debugging for beta release.
6157 - Use snprintf() everywhere instead of sprintf().
6158 - The 'in_memory' hash table has been replaced with a
6159 doubly-linked list. New objects are added to the head of
6160 the list. When memory space is needed, old objects are
6161 purged from the tail of the list.
6162
6163 Changes to squid-1.2.alpha7 ():
6164
6165 - fixes fixes fixes.
6166 - Made Arjan's PROXY_AUTH ACL patch standard.
6167
6168 Changes to squid-1.2.alpha6 ():
6169
6170 - Simpler cacheobj implementation.
6171 - persistent connection histogram
6172 - SERVER-SIDE PERSISTENT CONNECTIONS:
6173 - Added pconn.c
6174 - Addec Cofig.Timeout.pconn; default 120 seconds
6175 - Added httpState->flags
6176 - Added flags arg to httpBuildRequestHeader()
6177 - Added HTTP_PROXYING and HTTP_KEEPALIVE flags
6178 - Added 'Connection' to allowed HTTP headers (http-anon.c)
6179 - Added 'Proxy-Connection' to allowed HTTP headers
6180 (http-anon.c)
6181 - Merged proxyhttpStart() with httpStart() and created
6182 new httpBuildState().
6183 - New httpPconnTransferDone() detects end-of-data on
6184 persistent connections.
6185
6186 Changes to squid-1.2.alpha5 ():
6187
6188 - New configuration system. Everything is generated from
6189 'cf.data.pre', including the main parser, setting defaults,
6190 outputting current values, and freeing memory.
6191 This also involved moving some of the local data structures
6192 (e.g. struct _acl *AclList in acl.c) to the Config
6193 structure. (Max Okumoto)
6194 - No more '/i' for regular expressions. Now insert a '-i'
6195 to switch to case-insensitive. Use '+i' for case-sensitive.
6196 - When you have a variable named the same as its type, sizeof()
6197 gets the wrong one (fde).
6198 - Need to flush unbuffered logs before fork().
6199 - Added two fields swap log: refcount and e->flag.
6200 - Removed all the .h files for each .c file. Now #include stuff
6201 is in either: defines.h, enums.h, typedefs.h, structs.h,
6202 or protos.h, globals.h. This greatly reduces dependencies
6203 between the various source files.
6204 - globals.c is generated from globals.h by a Perl script.
6205 - Started customizable error texts.
6206
6207 Changes to squid-1.2.alpha4 ():
6208
6209 - New MIME configuration, regular expression based
6210 - Added request_timeout config option
6211 - Multiple HTTP sockets (Lincoln Dale).
6212 - Moved 'fds_are_n_free' check to httpAccept().
6213 - s/USE_POLL/HAVE_POLL/; make poll() default if available.
6214 - Changed storeRegister to use offsets and make immediate
6215 callbacks if appropriate.
6216 - Removed icpDetectClientClose(). Some of that functionality
6217 goes into clientReadRequest() and the rest into
6218 httpRequestFree().
6219 - Moved IP lookups to commConnect stuff.
6220 - Added support for retrying connect().
6221 - New inline debug() macro (David Luyer).
6222 - Replace frequent gettimeofday() calls with alarm(3) based
6223 clock. Need to add more gettimeofday() calls to get back
6224 high-resolution timestamp logging (Andres Kroonmaa).
6225 - Added support for Cache-control: proxy-revalidate;
6226 based on squid-1.1 patch from Mike Mitchell.
6227
6228 Changes to squid-1.2.alpha3 ():
6229
6230 - Implemented persistent connections between clients and squid.
6231 - Moved various FD tables (comm.c, fdstat.c, disk.c) to a single
6232 table in fd.c.
6233 - Removed use of FD as an identifier in certain callback
6234 operations (ipcache, fqdncache).
6235 - General code cleanup.
6236 - Fixed typedefs for callback functions.
6237 - Removed FD lifetime/timeout dichotomy. Now we only have
6238 timeouts, however the lifetime concept/keyword may still
6239 linger in certain places.
6240 - Change Makefile 'realclean' target to 'distclean'
6241 - Changed config file parsing of time specifications to use
6242 parseTimeLine().
6243 - Removed storetoString.c
6244
6245 Changes to squid-1.2.alpha2 ():
6246
6247 - Merged squid-1.1.9, squid-1.1.10 changes
6248
6249 Changes to squid-1.2.alpha1 ():
6250
6251 - Unified peer selection algorithm.
6252 - aiops.c and aiops.h are a threaded implementation of
6253 asynchronous file operations (Stewart Forster).
6254 - async_io.c and async_io.h are complete rewrites of the old
6255 versions (Stewart Forster).
6256 - Rewrote all disk file operations of squid to support
6257 the idea of callbacks except where not required (Stewart
6258 Forster).
6259 - Background validation of 'tainted' swap log entries (Stewart
6260 Forster).
6261 - Modified storeWriteCleanLog to create the log file using the
6262 open/write rather than fopen/printf (Stewart Forster).
6263 - Added the EINTR error response to handle badly interrupted
6264 system calls (Stewart Forster).
6265 - UDP_HIT_OBJ not supported, removed.
6266 - Different sized 'cache_dirs' supported.
6267
6268 ==============================================================================