******************************************************************
*                                                                *
* Kilrogg Patched Boa Http Server, Release Note                  *
*                                                                *
******************************************************************

==================================================================
[Version 0.0.0.4] 
------------------------------------------------------------------
Release at 2011.04.29 [Jeff.Liao]
------------------------------------------------------------------
Libraries List:

------------------------------------------------------------------


Release Note
==================================================================
version 0.0.0.4
1.PSIA use DELETE method, but boa unsupport it, so, when the CGI method is DELETE
  we re-direct it to GET, but record it to real_method, let other process
  can verify it by "method".
2.Fix the bug about that can not parse the HTTP rquest line correctly when the length of line  is bigger than 4.   
==================================================================
version 0.0.0.3
1.add a new field "real_method" in global.h file to record the real method
  PSIA use PUT method, but boa unsupport it, so, when the CGI method is PUT
  we re-direct it to POST, but record it to real_method, let other process
  can verify it by "method".
==================================================================
version 0.0.0.2
1.Fixed Bug 286 - if post_without_body ==1, it should set content_length
  to CONTENT_LENGTH instead of 0.
==================================================================
version 0.0.0.1
1.First release
