summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-09-17 00:34:06 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-09-17 14:58:28 -0400
commitfc4cdb76479f10b2c0712f386ca5e405581ed0fc (patch)
tree314138c19b550d4d00c1345f18916ce7737b8406 /NEWS
parentd0074dfef20a84b8c462a7844a18550533889b88 (diff)
downloadlighttpd-git-fc4cdb76479f10b2c0712f386ca5e405581ed0fc.tar.gz
[doc] NEWSlighttpd-1.4.67
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e8f3629..2516e24e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,17 @@
NEWS
====
+- 1.4.67 - 2022-09-17
+ * Update comment about TCP_INFO on OpenBSD
+ * [mod_ajp13] fix crash with bad response headers (fixes #3170)
+ * [core] handle RDHUP when collecting chunked body
+ * [core] tweak streaming request body to backends
+ * [core] handle ENOSPC with pwritev() (#3171)
+ * [core] manually calculate off_t max (fixes #3171)
+ * [autoconf] force large file support (#3171)
+ * [multiple] quiet coverity warnings using casts
+ * [meson] add license keyword to project declaration
+
- 1.4.66 - 2022-08-07
* [core] h2: optim: send window update in 16k units
* [mod_magnet] reset for http-response-send-file