mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Version 2.0.1
VDR version 2.0.1 is now available at ftp://ftp.tvdr.de/vdr/vdr-2.0.1.tar.bz2 A 'diff' against the previous developer version is available at ftp://ftp.tvdr.de/vdr/Developer/vdr-2.0.0-2.0.1.diff MD5 checksums: e1b7a76c57c96300829dccd39eb20e7d vdr-2.0.1.tar.bz2 fca54c4da4e9d9dd05f917b04a2eecf4 vdr-2.0.0-2.0.1.diff This version fixes a few minor bugs that came up after the release of version 2.0.0. It also allows compilation of VDR with older versions of the DVB API. From the HISTORY file: - Fixed initializing cDevice::keepTracks. - Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than one character (reported by Stefan Braun). - Added definitions for older DVB API versions, back until 5.0 (based on a patch from Udo Richter). - Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is used (thanks to Lars Hanisch). - Changed cThread::SetIOPriority() from "best effort class" to "idle class" in order to improve overall performance when an editing process is running (thanks to Jochen Dolze).
This commit is contained in:
committed by
Dieter Hametner
parent
23a677c66e
commit
8bc7a314cc
14
HISTORY
14
HISTORY
@@ -7773,7 +7773,6 @@ Video Disk Recorder Revision History
|
||||
Dominic Evans).
|
||||
- Updated the default channels.conf file.
|
||||
|
||||
|
||||
2013-03-31: Version 2.0.0
|
||||
|
||||
- Updated the Lithuanian OSD texts (thanks to Valdemaras Pipiras).
|
||||
@@ -7782,3 +7781,16 @@ Video Disk Recorder Revision History
|
||||
- Fixed handling overlapping pending timers (reported by Matthias Senzel).
|
||||
- Bumped all version numbers to 2.0.0.
|
||||
- Official release.
|
||||
|
||||
2013-04-13: Version 2.0.1
|
||||
|
||||
- Fixed initializing cDevice::keepTracks.
|
||||
- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
|
||||
one character (reported by Stefan Braun).
|
||||
- Added definitions for older DVB API versions, back until 5.0 (based on a patch from
|
||||
Udo Richter).
|
||||
- Fixed handling '/' and '~' in recording file names in case DirectoryEncoding is
|
||||
used (thanks to Lars Hanisch).
|
||||
- Changed cThread::SetIOPriority() from "best effort class" to "idle class" in order to
|
||||
improve overall performance when an editing process is running (thanks to Jochen
|
||||
Dolze).
|
||||
|
Reference in New Issue
Block a user