changeset 2043:7d9c836d14bf

Updated PCRE version in "Building nginx".
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 25 Sep 2017 16:15:06 +0300
parents 30e2bd353998
children 4aead463a7e2
files xml/en/docs/configure.xml xml/ru/docs/configure.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/configure.xml	Mon Sep 25 16:13:37 2017 +0300
+++ b/xml/en/docs/configure.xml	Mon Sep 25 16:15:06 2017 +0300
@@ -8,7 +8,7 @@
 <article name="Building nginx from Sources"
          link="/en/docs/configure.html"
          lang="en"
-         rev="10">
+         rev="11">
 
 <section>
 
@@ -187,7 +187,7 @@
 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
 the path to the sources of the PCRE library.
 The library distribution (version
-4.4&mdash;8.40) needs to be downloaded from the
+4.4&mdash;8.41) needs to be downloaded from the
 <link url="http://www.pcre.org">PCRE</link> site and extracted.
 The rest is done by nginx’s <command>./configure</command> and
 <command>make</command>.
--- a/xml/ru/docs/configure.xml	Mon Sep 25 16:13:37 2017 +0300
+++ b/xml/ru/docs/configure.xml	Mon Sep 25 16:15:06 2017 +0300
@@ -8,7 +8,7 @@
 <article name="Сборка nginx из исходных файлов"
          link="/ru/docs/configure.html"
          lang="ru"
-         rev="10">
+         rev="11">
 
 <section>
 
@@ -182,7 +182,7 @@
 <literal>--with-pcre=<value>путь</value></literal>&mdash;задаёт
 путь к исходным текстам библиотеки PCRE.
 Дистрибутив библиотеки (версию
-4.4&mdash;8.40) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
+4.4&mdash;8.41) нужно взять на сайте <link url="http://www.pcre.org">PCRE</link>
 и распаковать.
 Всё остальное сделают <command>./configure</command> nginx’а и
 <command>make</command>.