summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-07-16 15:02:33 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-07-16 15:02:33 +0200
commitd0179ea21969cdc9c8d98154b84fd0106be83078 (patch)
tree5af53068ef6cbcbc395f61a8d79db4496a482ac9 /HISTORY
parent685e0f6951fadcc7723374ca2e0769771f3ef3bb (diff)
downloadvdr-d0179ea21969cdc9c8d98154b84fd0106be83078.tar.gz
vdr-d0179ea21969cdc9c8d98154b84fd0106be83078.tar.bz2
Improved handling of blanks in channel and timer names
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b6340a02..35d36e5a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -77,4 +77,6 @@ Video Disk Recorder Revision History
replay has been reduced to 2 digits to allow more space for the recording's
title. In the internal file structure the year is still stored with 4 digits,
so there will be no problem at the next turn of the century ;-)
-
+- Channel names and timer filenames can now contain blanks. To avoid problems
+ with file names that contain blanks, all blanks in recording file names are
+ converted to underscores.