summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2021-04-08 08:46:49 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2021-04-08 08:46:49 -0400
commit1f3d159e4e8183bca40f16c1cfc80672bb260a46 (patch)
tree3c4403fcdf61c8f49c20d66d91786720cd2a7e85 /CHANGES.md
parent461bd4e50142b2928a0d164bd1aae274e4d34da5 (diff)
downloadcups-1f3d159e4e8183bca40f16c1cfc80672bb260a46.tar.gz
Fix one other spot where http->fd isn't reset to -1 (Issue #5915)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5e5f8600a..24c04cea4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -72,6 +72,8 @@ Changes in CUPS v2.3.5
- Fixed a PPD memory leak caused by emulator definitions (OpenPrinting #124)
- `httpReconnect2` did not reset the socket file descriptor when the TLS
negotiation failed (Issue #5907)
+- `httpUpdate` did not reset the socket file descriptor when the TLS
+ negotiation failed (Apple #5915)
- Removed support for the (long deprecated and unused) `KeepAliveTimeout`
directive in `cupsd.conf` (Issue #5733)