From 3ff17fcd127fcf8491d167a26884bceb09b34b4b Mon Sep 17 00:00:00 2001 From: Breno Silva Date: Fri, 22 Mar 2013 10:41:33 -0400 Subject: [PATCH] Update CHANGES --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8b44286b..2b58d703 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,11 @@ 28 Mar 2013 - 2.7.3 ------------------- - * Nginx is now RC quality. The rule engine should works for all phases. + * Fixed IIS version race condition when module is initialized. + + * Fixed IIS version failing config commands in libapr. + + * Nginx version is now RC quality. The rule engine should works for all phases. We fixed many issues and missing features (for more information please check jira). Code is running well with latest Nginx 1.2.7 stable. Thanks chaizhenhua for your help.