summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-01-26 23:58:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2019-01-26 23:58:59 -0500
commit4d3447fd442f4a138c25d390f8ab7a034c2f5b15 (patch)
treee48c9109d6ddd41c5c353c0e75988fcf280db74b /NEWS
parent2769f19ad3edd5376543851acba9610d47021d62 (diff)
downloadlighttpd-git-4d3447fd442f4a138c25d390f8ab7a034c2f5b15.tar.gz
[doc] NEWSlighttpd-1.4.53
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS42
1 files changed, 42 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4bca2090..d5eec965 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,48 @@
NEWS
====
+- 1.4.53 - 2019-01-27
+ * [mod_cml,mod_flv_streaming] fix NULL ptr deref
+ * [mod_simple_vhost] t/test_mod_simple_vhost
+ * [mod_evhost] split uri handler func for testing
+ * [mod_evhost] restructure for unit tests
+ * [mod_evhost] t/test_mod_evhost
+ * [mod_access] restructure for unit tests
+ * [mod_access] t/test_mod_access
+ * [tests] include first.h and NDEBUG early
+ * [core] use kill_signal for gw_proc_kill()
+ * [tests] t/test_keyvalue
+ * [tests] some test config cleanup
+ * [tests] update skip count in mod-fastcgi.t
+ * [multiple] reduce initial buffer sz if large POST (fixes #2922)
+ * [mod_fastcgi] fix NULL ptr deref from bugfix #2922 (fixes #2923)
+ * [tests] more test config cleanup
+ * [core] perf: incremental hash of pathname w/o copy
+ * [core] perf: reuse buffer to redirect to directory
+ * [core] do not free() reused buffer
+ * [core] use connected sock port in dir redirect
+ * [core] http_response_buffer_append_authority()
+ * [core] use con->server_name for dir redir
+ * [core] memeq compare rounded to 64, not next 1M
+ * [core] define MD5_DIGEST_LENGTH 16
+ * [mod_auth] permit additional auth backends to load
+ * [core] send Connection: close if reqbody not read (fixes #2924)
+ * [core] cache rev DNS for localhost for dir redir
+ * [doc/conf] resolve some mime type conflicts from debian buster, regenerate mime.conf
+ * [core] move winsock init to network_init()
+ * [core] move /dev/stdin graceful restart handling
+ * [core] network_srv_sockets_append() shared code
+ * [core] systemd socket activation support
+ * [build] autotools: try mysqlclient.pc and mariadb.pc (fixes #2925)
+ * [mod_expire] look up expire fallback "" explicitly
+ * [multiple] calloc match ptr type (clang --analyze)
+ * [multiple] quiet clang --analyze where trivial
+ * [mod_webdav] compare COPY, MOVE Destination scheme
+ * [core] con->uri.scheme is maintained lowercase
+ * [mod_openssl] ALPN and acme-tls/1 (fixes #2931)
+ * [core] Fix recursive include_shell invocations
+ * [mod_openssl] ssl.privkey directive (optional)
+
- 1.4.52 - 2018-11-28
* [mysql] MySQL 8 deprecates my_bool
* [core] typo in trace