diff CHANGES @ 94:c96cb248dc4b NGINX_0_2_1

nginx 0.2.1 *) Bugfix: if all backend using in load-balancing failed after one error, then nginx may got caught in an endless loop; bug appeared in 0.2.0.
author Igor Sysoev <http://sysoev.ru>
date Fri, 23 Sep 2005 00:00:00 +0400
parents 45945fa8b8ba
children ca4f70b3ccc6
line wrap: on
line diff
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+
+Changes with nginx 0.2.1                                         23 Sep 2005
+
+    *) Bugfix: if all backend using in load-balancing failed after one 
+       error, then nginx may got caught in an endless loop; bug appeared in 
+       0.2.0.
+
 
 Changes with nginx 0.2.0                                         23 Sep 2005
 
@@ -26,7 +33,7 @@ Changes with nginx 0.2.0                
     *) Bugfix: if all backend using in load-balancing failed after one 
        error, then nginx did not try do connect to them during 60 seconds.
 
-    *) Bugfix: in IMAP/POP3 command argument parsing. Thanks to Rob Mueller.
+    *) Bugfix: in IMAP/POP3 command argument parsing.
 
     *) Bugfix: errors while using SSL in IMAP/POP3 proxy.