Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2013-01-10 17:17:04 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2013-01-10 17:17:04 +0400
commit9ebe377b3c6f2ecaf59d5c7c97c019983529973f (patch)
treeaadc8d07c07b0c77bdb327353ef48b45695454cf
parenta2a229193abb45ad1ca4f6b3d2a7543b7e47976b (diff)
nginx-1.3.11-RELEASErelease-1.3.11
-rw-r--r--docs/xml/nginx/changes.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index 495645b3d..03973c156 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -4,6 +4,59 @@
<change_log title="nginx">
+<changes ver="1.3.11" date="10.01.2013">
+
+<change type="bugfix">
+<para lang="ru">
+при записи в лог мог происходить segmentation fault;
+ошибка появилась в 1.3.10.
+</para>
+<para lang="en">
+a segmentation fault might occur if logging was used;
+the bug had appeared in 1.3.10.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+директива proxy_pass не работала с IP-адресами
+без явного указания порта;
+ошибка появилась в 1.3.10.
+</para>
+<para lang="en">
+the "proxy_pass" directive did not work with IP addresses
+without port specified;
+the bug had appeared in 1.3.10.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+на старте или во время переконфигурации происходил segmentation fault,
+если директива keepalive была указана несколько раз
+в одном блоке upstream.
+</para>
+<para lang="en">
+a segmentation fault occurred on start or during reconfiguration
+if the "keepalive" directive was specified more than once
+in a single upstream block.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+параметр default директивы geo не определял значение по умолчанию
+для IPv6-адресов.
+</para>
+<para lang="en">
+parameter "default" of the "geo" directive did not set default value
+for IPv6 addresses.
+</para>
+</change>
+
+</changes>
+
+
<changes ver="1.3.10" date="25.12.2012">
<change type="change">