summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Docs/Reference.txt2
-rw-r--r--HISTORY4
2 files changed, 5 insertions, 1 deletions
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)