From: Rainer Jung
Date: Sun, 16 Dec 2012 15:10:45 +0000 (+0000)
Subject: Add a version compatibility section to the
X-Git-Tag: 2.5.0-alpha~5987
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82c7566e3fa318138586f7e9f98707b2e2e15913;p=thirdparty%2Fapache%2Fhttpd.git
Add a version compatibility section to the
expression parser docs page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422594 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index cbf0d4e2d96..39565451407 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -566,4 +566,15 @@ listfunction ::= listfuncname "(" word ")"
module="mod_ssl">SSLRequire's documentation.
+
+ Version History
+ The req_novary
function
+ is available for versions 2.4.4 and later.
+ The SERVER_PROTOCOL_VERSION
,
+ SERVER_PROTOCOL_VERSION_MAJOR
and
+ SERVER_PROTOCOL_VERSION_MINOR
+ variables
+ are available for versions 2.5.0 and later.
+
+