diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/text/LICENSE | 2 | ||||
-rw-r--r-- | docs/xml/nginx/changes.xml | 22 |
2 files changed, 23 insertions, 1 deletions
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 @@ <title lang="en">nginx changelog</title> +<changes ver="0.3.20" date="11.01.2006"> + +<change type="bugfix"> +<para lang="ru"> +ошибки в обработке SSI. +</para> +<para lang="en"> +in SSI handling. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +модуль ngx_http_memcached_module не поддерживал ключи в виде /uri?args. +</para> +<para lang="en"> +the ngx_http_memcached_module did not support the keys in the "/usr?args" form. +</para> +</change> + +</changes> + <changes ver="0.3.19" date="28.12.2005"> <change type="feature"> |