summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-31 20:51:06 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-31 20:51:06 +0200
commit94849cfde892c015615ef6745400cc21e2cd0c79 (patch)
tree043c0a2c113e28a2c20db1caa34696fbcce362d6 /HISTORY
parentca29ed0ca8142c9fb011fa42c94edcd79b2673f9 (diff)
downloadvdr-94849cfde892c015615ef6745400cc21e2cd0c79.tar.gz
vdr-94849cfde892c015615ef6745400cc21e2cd0c79.tar.bz2
Now using statfs() to determine the amount of free disk space
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5279b759..61e52fc5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1155,3 +1155,5 @@ Video Disk Recorder Revision History
- Added units to Setup parameters.
- Changed time entry in the 'Jump' command during replay, so that it is filled
up from right to left.
+- Now using statfs() to determine the amount of free disk space, which avoids
+ the use of an external 'df' command (thanks to Ruben Nunez Francisco).