diff CHANGES @ 22:f3e74fbd0f0b 0.3

Keepalive: add CHANGES, minor documentation fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 14 Sep 2010 20:09:10 +0400
parents
children 2ee28064a04a
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,19 @@
+
+Changes with upstream keepalive module 0.3 (2010-09-14):
+
+    *) Bugfix: cached connections might be closed needlessly.
+       Thanks to Martin Fjordvald.
+
+    *) Bugfix: in memory allocation error handling on config creation.
+
+
+Changes with upstream keepalive module 0.2 (2009-05-15):
+
+    *) Feature: expiremental support for FastCGI (requires patches).
+
+    *) Bugfix: invalid connections might be cached.
+
+
+Changes with upstream keepalive module 0.1 (2008-10-24):
+
+    *) The first public version.