]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Fixed CHANGES about supported lua version 709/head
authornirgal <nirgal@users.noreply.github.com>
Fri, 22 Apr 2016 15:12:54 +0000 (17:12 +0200)
committernirgal <nirgal@users.noreply.github.com>
Fri, 22 Apr 2016 15:12:54 +0000 (17:12 +0200)
lua 5.1 already was supported.
What version 1.6.0 brings is lua 5.2 and lua 5.3 support.

CHANGES

diff --git a/CHANGES b/CHANGES
index 44d9c572bcb6c20e2188b512e670bfd206fd5af8..af6126df9170ce264f8d6b44257384ea7cb28aa7 100644 (file)
--- 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)