changeset 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 9a4ee6fe1c6d
children cad8bc39d98d
files CHANGES LICENSE README
diffstat 3 files changed, 21 insertions(+), 3 deletions(-) [+]
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.
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
 /* 
- * Copyright (C) 2008 Maxim Dounin
+ * Copyright (C) 2008-2010 Maxim Dounin
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -21,5 +21,4 @@
  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
- *
  */
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ be used with memcached upstreams.
 
 Note: don't even try it with http backends.  It won't work.
 
-Note: it's for nginx 0.7.* and won't work with nginx 0.6.*.
+Note: it's for nginx 0.7.* and up, won't work with nginx 0.6.*.
 
 Configuration directives: