[RELEASE] Released version 1.3.8.2 with the following changes :

    - rewriting either the status line or request line could crash the
      process due to a pointer which ought to be reset before parsing.
    - rewriting the status line in the response did not work, it caused
      a 502 Bad Gateway due to an erroneous state during parsing
diff --git a/Makefile b/Makefile
index 69ef83f..faa37c0 100644
--- a/Makefile
+++ b/Makefile
@@ -109,9 +109,9 @@
 else
 # Otherwise, use the hard-coded version of last tag, number of changes
 # since last tag, and release date.
-VERSION := 1.3.8.1
+VERSION := 1.3.8.2
 SUBVERS := 
-VERDATE := 2007/04/01
+VERDATE := 2007/04/03
 endif
 
 #### build options