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