summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-01-11 15:26:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-01-11 15:26:57 +0000
commitdf3254aa49c80b350ff4fa2eb50baf3cafbed71c (patch)
tree15a72baf5205f698354f529e4ba2d5846b558c4a /docs
parent04ebcd942969bc479b4cc680eab6bf01f488f12f (diff)
downloadnginx-release-0.3.20.tar.gz
nginx-release-0.3.20.tar.bz2
nginx-0.3.20-RELEASE importrelease-0.3.20
*) Bugfix: in SSI handling. *) Bugfix: the ngx_http_memcached_module did not support the keys in the "/usr?args" form.
Diffstat (limited to 'docs')
-rw-r--r--docs/text/LICENSE2
-rw-r--r--docs/xml/nginx/changes.xml22
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">