update Changes
[catagits/fcgi2.git] / README
diff --git a/README b/README
index b3bfdf6..8140968 100755 (executable)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 FastCGI Developer's Kit README
 ------------------------------
 
-    $Id: README,v 1.20 2002/03/05 18:15:17 robs Exp $
+    $Id: README,v 1.24 2004/01/31 17:47:06 robs Exp $
     Copyright (c) 1996 Open Market, Inc.
-    See the file "LICENSE.TERMS" for information on usage and redistribution
+    See the file "LICENSE" for information on usage and redistribution
     of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 
 Basic Directions
@@ -28,8 +28,19 @@ CHANGES
 For more detail regarding changes, please consult the cvs log available 
 on http://fastcgi.com/.
 
+2.4.1
+-----
+
+ *) [WIN32] Raise SIGTERM from the ShutdownRequestThread to emulate 
+    the Unix behaviour.  Dan [mail@daniel-albert.de]
+
+ *) Fix fcgi_streambuf::underflow() such that when there is no buffer
+    the character isn't removed.  AIDA Shinra <shinra@j10n.org>
+ *) Add attach() and detach() support.
+
 
-2.2.3
+2.4.0
 -----
 
  *) When closing connections, shutdown() the send side of TCP sockets to