diff CHANGES @ 116:e38f51cd0905 NGINX_0_3_5

nginx 0.3.5 *) Bugfix: the segmentation fault may occurred if the IMAP/POP3 login was changed by authorization server; bug appeared in 0.2.2. *) Bugfix: the accept mutex did not work and all connections were handled by one process; bug appeared in 0.3.3. *) Bugfix: the timeout did not work if the "rtsig" method and the "timer_resolution" directive were used.
author Igor Sysoev <http://sysoev.ru>
date Fri, 21 Oct 2005 00:00:00 +0400
parents ebca9c35e3a6
children 644a7935144b
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,17 @@
 
-Changes with nginx 0.3.4                                         19 Sep 2005
+Changes with nginx 0.3.5                                         21 Oct 2005
+
+    *) Bugfix: the segmentation fault may occurred if the IMAP/POP3 login 
+       was changed by authorization server; bug appeared in 0.2.2.
+
+    *) Bugfix: the accept mutex did not work and all connections were 
+       handled by one process; bug appeared in 0.3.3.
+
+    *) Bugfix: the timeout did not work if the "rtsig" method and the 
+       "timer_resolution" directive were used.
+
+
+Changes with nginx 0.3.4                                         19 Oct 2005
 
     *) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; bug 
        appeared in 0.3.3.