From df3254aa49c80b350ff4fa2eb50baf3cafbed71c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 11 Jan 2006 15:26:57 +0000 Subject: nginx-0.3.20-RELEASE import *) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form. --- docs/text/LICENSE | 2 +- docs/xml/nginx/changes.xml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/text/LICENSE b/docs/text/LICENSE index 7a6a3d797..4fe17bf41 100644 --- a/docs/text/LICENSE +++ b/docs/text/LICENSE @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2005 Igor Sysoev + * Copyright (C) 2002-2006 Igor Sysoev * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index b71341daf..c30b1a247 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,28 @@ nginx changelog + + + + +ошибки в обработке SSI. + + +in SSI handling. + + + + + +модуль ngx_http_memcached_module не поддерживал ключи в виде /uri?args. + + +the ngx_http_memcached_module did not support the keys in the "/usr?args" form. + + + + + -- cgit