# HG changeset patch # User Maxim Dounin # Date 1284480550 -14400 # Node ID f3e74fbd0f0b1336154f5382251a1476f98f65e6 # Parent 9a4ee6fe1c6d9389829377ea7fe003ecbeb25a6f Keepalive: add CHANGES, minor documentation fixes. diff --git a/CHANGES b/CHANGES 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. diff --git a/LICENSE b/LICENSE --- 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. - * */ diff --git a/README b/README --- 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: