Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-10-03 16:53:14 +0400
committerIgor Sysoev <igor@sysoev.ru>2005-10-03 16:53:14 +0400
commit82dc95eadd3f9cca3619f1797d91ffd751f422ea (patch)
tree4e375369da607f1155b48279281b73afea4fa23e /src/core
parent23d23c1e8ecc390ca403e1234a22f4291ee38b23 (diff)
nginx-0.2.4-RELEASE importrelease-0.2.4
*) Feature: the ngx_http_ssi_module supports "$var=text", "$var!=text", "$var=/text/", and "$var!=/text/" expressions in the "if" command. *) Bugfix: in proxying location without trailing slash; the bug had appeared in 0.1.44. *) Bugfix: the segmentation fault may occurred if the "rtsig" method was used; the bug had appeared in 0.2.0.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 8c37037a3..567a18802 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VER "nginx/0.2.3"
+#define NGINX_VER "nginx/0.2.4"
#define NGINX_VAR "NGINX"
#define NGX_OLDPID_EXT ".oldbin"