Accepting request 367803 from server:proxy:Test

Update to 3.5.15 (forwarded request 367800 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/367803
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=100
This commit is contained in:
Martin Pluskal
2016-03-07 19:53:51 +00:00
committed by Git OBS Bridge
parent 672f1d1019
commit d6296f8a82
6 changed files with 47 additions and 24 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Mar 7 13:47:55 UTC 2016 - chris@computersalat.de
- Changes to squid-3.5.15 (23 Feb 2016):
* Bug 3870: assertion failed: String.cc: 'len_ + len <65536' in ESI::CustomParser
* Fix multiple assertion on String overflows
* Fix unit test errors on MacOS
* Better handling of huge response headers. Fewer incorrect "Bug #3279" messages.
* Log noise reduction for eCAP
- Changes to squid-3.5.14 (16 Feb 2016):
* Bug 4437: Fix Segfault on Certain SSL Handshake Errors
* Bug 4431: C code is not compiled with CFLAGS
* Bug 4418: FlexibleArray compile error with GCC 6
* Bug 4378: assertion failed: DestinationIp.cc:60:
'checklist->conn() && checklist->conn()->clientConnection != NULL'
* Fix invalid FTP connection handling on blocked content
* Fix handling of shared memory left over by Squid crashes or bugs
* Fix mgr:config report 'qos_flows mark' output
* Fix compile error in CPU affinity
* Fix %un logging external ACL username
* Avoid more certificate validation memory leaks
* ... and some documentation updates
-------------------------------------------------------------------
Sun Jan 24 18:28:45 UTC 2016 - chris@computersalat.de