summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-04-12 23:48:14 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-04-12 23:48:14 -0400
commitf1681ca29bf1f945b59ff81437f02c4b48036017 (patch)
tree489331e34e728deaf479bc8f7628ee48f09a8cbf /NEWS
parent97556d992ba73218bcc6a6534346f623de79f489 (diff)
downloadlighttpd-git-f1681ca29bf1f945b59ff81437f02c4b48036017.tar.gz
[mod_cgi] always set QUERY_STRING (fixes #1339)
(thx alexo) x-ref: "lighttpd doesn't set empty QUERY_STRING in cgi environment" https://redmine.lighttpd.net/issues/1339
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dcdf8824..f4cf4080 100644
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,7 @@ NEWS
* [stream] fstat() after open() to obtain file size
* [core] clean up srv before exiting for lighttpd -[vVh]
* [mod_fastcgi,mod_scgi] check for spawning on same unix socket (fixes #319)
+ * [mod_cgi] always set QUERY_STRING (fixes #1339)
- 1.4.39 - 2016-01-02
* [core] fix memset_s call (fixes #2698)