From: Stefan Fritsch
Date: Wed, 23 Nov 2011 19:40:21 +0000 (+0000)
Subject: Make it more explicit that mod_lua may change in 2.4.x
X-Git-Tag: 2.5.0-alpha~7822
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aecef792e2fd3684f01a8db80b327e6e60dd37b;p=thirdparty%2Fapache%2Fhttpd.git
Make it more explicit that mod_lua may change in 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205542 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index b436511a15e..04eb59347bc 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -44,7 +44,8 @@ authorization
mod_lua
is still in experimental state.
Until it is declared stable, usage and behavior may change
-at any time.
+at any time, even between stable releases of the 2.4.x series.
+Be sure to check the CHANGES file before upgrading.