From a1c4506c011b071a9aef0145827b51ffe4d5cd60 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 5 Dec 2011 18:52:21 -0800 Subject: clogger 1.1.0 - more escaping! This release fixes potential vulnerabilities when escape sequences are viewed in certain terminals. The 0x7F-0xFF byte range is escaped to match behavior of nginx 1.0.9+, as some character sets may have escape characters in that range. $cookie_* values are now escaped to be consistent with the behavior of the $http_cookie value. All users of $cookie_* in their log format must upgrade (of course there may be no Clogger users other than myself, and I don't use $cookie_*) --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 7d0c7ed..4251f36 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.0.1.GIT +DEF_VER=v1.1.0.GIT LF=' ' -- cgit v1.2.3-24-ge0c7