From 621b763959749d534de028062e8393e00855dc27 Mon Sep 17 00:00:00 2001 From: nirgal Date: Fri, 22 Apr 2016 17:12:54 +0200 Subject: [PATCH] Fixed CHANGES about supported lua version lua 5.1 already was supported. What version 1.6.0 brings is lua 5.2 and lua 5.3 support. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 44d9c572b..af6126df9 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ RRDtool 1.6.0 - 2016-04-19 Features -------- * librrd is now fully thread-safe. librrd_th is gone -* make lua bindings work with lua 5.1 +* make lua bindings work with lua 5.2 and 5.3 * configure option to disable doc building --enable-docs=no * new CDEF function SMIN: a,b,c,3,SMIN -> min(a,b,c) * new CDEF function SMAX: a,b,c,3,SMAX -> max(a,b,c)