OSDN Git Service

#30300
[ultramonkey-l7/ultramonkey-l7-v3.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 39979dd..e78dadb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,34 @@
+[Dec. 12 2012] 3.0.4-3 Hiroaki Nakano
+  - Fixed breaking HTTP header over MAX_BUFFER_SIZE on ip module.(#30300 patch)
+
+[Aug. 30 2012] 3.0.4-2 Hiroaki Nakano
+  - Fixed LogLevel at #29144 patch.
+  - Fixed next_call_function to msg->message at #29144 patch.
+  - Improved socket closing operation at #29144 patch.
+  - Fixed message queue is cleared before clear socket message posting.
+
+[Aug. 6 2012] 3.0.4-1 Takeda Kenji
+  - Change version "3.0.4-rc1" to "3.0.4-1".
+
+[Aug. 1 2012] 3.0.4-rc1 Hiroaki Nakano
+  - #27216 Fixed No responce when realserver is all down.
+  - #27223 Fixed SIGSEGV when SorryServer turns on.
+  - #29127 Relaxed restrictions on module name.
+  - #29128 Continued service check.
+  - #29142 Fixed crash when realserver cut off on SSL socket.
+  - #29143 Fixed SSL async handshake error.
+  - #29144 Fixed SSL clear socket error.
+  - #29147 Fixed coding error of mutex.unlock.
+  - #29150 Insert socket cancel before shutdown.
+  - Delete disuse code.
+  - Rename define.
+
+[Dec. 20 2011] 3.0.3-1 HIBARI Michiro
+  - Fixed packet broken bug.
+
+[Oct. 17 2011] 3.0.2-1 HIBARI Michiro
+  - Change transport method sync to async. (ex. connect -> async_connect)
+
 [Jan. 25 2011] 3.0.1-1 HIBARI Michiro
   - Fix L7directord RA.(Remove need less option "-b".)