Changeset

12569:b5d9f1829b15

util.dependencies: Deprecate support for Lua 5.1, this is your final warning
author Kim Alvefur <zash@zash.se>
date Thu, 30 Jun 2022 17:03:50 +0200
parents 12568:fc6213104d78
children 12570:e6f68b6c87e1
files util/dependencies.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/dependencies.lua	Fri Jun 24 16:59:54 2022 +0200
+++ b/util/dependencies.lua	Thu Jun 30 17:03:50 2022 +0200
@@ -155,7 +155,7 @@
 	if _VERSION > "Lua 5.4" then
 		prosody.log("warn", "Support for %s is experimental, please report any issues", _VERSION);
 	elseif _VERSION < "Lua 5.2" then
-		prosody.log("warn", "%s has several issues and support is being phased out, consider upgrading", _VERSION);
+		prosody.log("warn", "%s support is deprecated, upgrade as soon as possible", _VERSION);
 	end
 	local ssl = softreq"ssl";
 	if ssl then