]> git.kaiwu.me - nginx.git/commitdiff
nginx-0.2.3-RELEASE import release-0.2.3
authorIgor Sysoev <igor@sysoev.ru>
Fri, 30 Sep 2005 16:02:34 +0000 (16:02 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 30 Sep 2005 16:02:34 +0000 (16:02 +0000)
    *) Bugfix: nginx could not be built without the --with-debug option;
       the bug had appeared in 0.2.2.

docs/xml/nginx/changes.xml
src/core/nginx.h
src/event/ngx_event_openssl.c

index 73016a3ae37d0656c92cc11abcca562201521c6e..912bea2f7f8d7a7af2c55b46cef1b875ceaa9f09 100644 (file)
@@ -9,6 +9,22 @@
 <title lang="en">nginx changelog</title>
 
 
+<changes ver="0.2.3" date="30.09.2005">
+
+<change type="bugfix">
+<para lang="ru">
+nginx ÎÅ ÓÏÂÉÒÁÌÓÑ ÂÅÚ ÐÁÒÁÍÅÔÒÁ --with-debug;
+ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.2.2.
+</para>
+<para lang="en">
+nginx could not be built without the --with-debug option;
+bug appeared in 0.2.2.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="0.2.2" date="30.09.2005">
 
 <change type="feature">
index d4c1cd680441715ccd7b27f7143b42318f6ac8ae..8c37037a367d6a37422e8e0f5125f73500839a10 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VER          "nginx/0.2.2"
+#define NGINX_VER          "nginx/0.2.3"
 
 #define NGINX_VAR          "NGINX"
 #define NGX_OLDPID_EXT     ".oldbin"
index 246047869f09513a3403ae4133f8ae80ea2c8534..49640faa6ca8650fb6576544367bc4de280ba1d2 100644 (file)
@@ -320,7 +320,7 @@ ngx_ssl_handshake_handler(ngx_event_t *ev)
 
     c = ev->data;
 
-    ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
+    ngx_log_debug1(NGX_LOG_DEBUG_EVENT, c->log, 0,
                    "ssl handshake handler: %d", ev->write);
 
     if (ngx_ssl_handshake(c) == NGX_AGAIN) {