summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2015-03-11 19:12:33 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2015-03-11 19:12:33 +0000
commitf2c0e230a549bb6e2f0329a6b7746b876913fd14 (patch)
tree394aa2d0124b58d4eb15dc123966efc8545343c1 /ChangeLog
parent22275203cc9f97b79ffdedcbe6b51e0086fa8cb6 (diff)
downloadhaserl-master.tar.bz2
haserl-master.tar.xz
Correct segfault when getenv(CONTENT_TYPE) returns NULLHEADmaster
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b98b758..a58f392 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-11
+ 0.9.35
+ * Geert Jan de Groot reported a possible segfault if CONTENT_TYPE is not
+ specified. This bug was introduced in 0.9.33
+
2015-02-15
0.9.34
* Fixes for Lua 5.3 compatibility