summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-20 03:57:38 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-24 20:28:03 -0400
commit49c74fff65d23756746cab1470c67cf94b9db789 (patch)
tree2d4c4ed2bd0066be6d51ecb03f85ef6d209680c1 /NEWS
parent4db255ca39f0f9963f131bb4dc9f1f6bc52460a8 (diff)
downloadlighttpd-git-49c74fff65d23756746cab1470c67cf94b9db789.tar.gz
[core] compile with upcoming openssl 1.1.0 release (fixes #2727)
(thx falemagn) x-ref: "Won't compile with OpenSSL 1.1.0" https://redmine.lighttpd.net/issues/2727
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e1d6d62a..5d09f5ac 100644
--- a/NEWS
+++ b/NEWS
@@ -81,6 +81,7 @@ NEWS
* [core] open fd when appending file to cq (fixes #2655)
* [config] server.listen-backlog option (fixes #1825, #2116)
* [core] retry tempdirs on partial write, ENOSPC (fixes #2588)
+ * [core] compile with upcoming openssl 1.1.0 release (fixes #2727)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)