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