From: nirgal Date: Fri, 22 Apr 2016 15:12:54 +0000 (+0200) Subject: Fixed CHANGES about supported lua version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F709%2Fhead;p=thirdparty%2Frrdtool-1.x.git 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. --- diff --git a/CHANGES b/CHANGES index 44d9c572..af6126df 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)