summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-07 11:00:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-07 11:00:35 +0200
commitb8471a3f113b8bb366074bf96cc5b0dbb0a8cd1e (patch)
tree1e1f082b104bbf673f22832144869f44fce0a719 /HISTORY
parentdf15ec5f91b9ffba3055a162235e67dbb9bdebe5 (diff)
downloadvdr-b8471a3f113b8bb366074bf96cc5b0dbb0a8cd1e.tar.gz
vdr-b8471a3f113b8bb366074bf96cc5b0dbb0a8cd1e.tar.bz2
Sorting recordings internally, with episodes sorted chronologically
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ba6f73fb..10a268a5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -787,7 +787,7 @@ Video Disk Recorder Revision History
- Made the volume, mute and power keys work when a menu is active, too (thanks
to Matthias Weingart).
-2001-10-06: Version 0.97
+2001-10-07: Version 0.97
- Implemented a lock file to prevent more than one instance of VDR from removing
files from the video directory at the same time.
@@ -805,3 +805,8 @@ Video Disk Recorder Revision History
- Fixed the "EPG bugfix" (sometimes had duplicate information in Subtitle and
Extended Description).
- Fixed checking for valid video device when setting the video mode.
+- The external command 'sort' is no longer required. VDR now sorts the list of
+ recordings itself, making sure that recordings that stem from repeating timers
+ are sorted chronologically. Sorting is done according to the setting of the
+ current locale, so you may want to make sure LC_COLLATE is set to the desired
+ value (see INSTALL).