summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorZhidao HONG <z.hong@f5.com>2022-10-20 12:02:27 +0800
committerZhidao HONG <z.hong@f5.com>2022-10-20 12:02:27 +0800
commitbbf1f4da0fe19c51253400a2cef58b8bac28fb25 (patch)
tree92c49bcbf51f9d07addc93fd72a584e5b280c093
parentc03ebf7ffec285c040450a1882687d762c7b1b4f (diff)
downloadunit-bbf1f4da0fe19c51253400a2cef58b8bac28fb25.tar.gz
unit-bbf1f4da0fe19c51253400a2cef58b8bac28fb25.tar.bz2
Configuration: added the regex status in configure summary.
-rw-r--r--auto/summary1
-rw-r--r--docs/changes.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/auto/summary b/auto/summary
index 84bfbb7f..79e7ce34 100644
--- a/auto/summary
+++ b/auto/summary
@@ -27,6 +27,7 @@ Unit configuration summary:
IPv6 support: .............. $NXT_INET6
Unix domain sockets support: $NXT_UNIX_DOMAIN
TLS support: ............... $NXT_OPENSSL
+ Regex support: ............. $NXT_REGEX
process isolation: ......... $NXT_ISOLATION
diff --git a/docs/changes.xml b/docs/changes.xml
index 5a57f19e..d1c71fdb 100644
--- a/docs/changes.xml
+++ b/docs/changes.xml
@@ -55,6 +55,12 @@ the $request_time variable contains the request processing time.
</para>
</change>
+<change type="feature">
+<para>
+report the regex status in configure summary.
+</para>
+</change>
+
<change type="bugfix">
<para>
fix HTTP cookie parsing when the value contains an equals sign.