From ba3db561e2c692ac38a5e56b6d5bd5f9b22c69f1 Mon Sep 17 00:00:00 2001 From: Thomas Oeding Date: Sun, 6 Nov 2011 23:22:31 +0200 Subject: Fix "le" example in docs (#465). --- Docs/Reference.txt | 2 +- HISTORY | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Docs/Reference.txt b/Docs/Reference.txt index 26147bd..d0bc1ad 100644 --- a/Docs/Reference.txt +++ b/Docs/Reference.txt @@ -1081,7 +1081,7 @@ True, if the first parameter is less than the second. ------ True, if the first parameter is less or equal than the second. - gt({FreeDiskSpace},5000) + le({FreeDiskSpace},5000) 3.10 file --------- diff --git a/HISTORY b/HISTORY index fdee51f..9e0430b 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,10 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- +201x-xx-xx: Version x.x.x + +- Documentation fixes. + 2011-11-06: Version 1.3.2 - Fix build with ImageMagick >= 6.6.2 (thanks to Anssi Hannula / closes #409) -- cgit v1.2.3