Added notes from HISTORY

This commit is contained in:
Klaus Schmidinger 2013-02-17 13:44:05 +01:00
parent 4056de5d1c
commit fb60a3e836
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,3 @@
TODO: /// PRELIMINARY DRAFT ///
This is a summary of the changes in VDR 2.0.0 since the last stable
version 1.6.0. It only contains things that are of actual importance
to the user and doesn't mention the many fixes and improvements that
@ -90,6 +88,8 @@ Plugins:
new parameters Setup.RcRepeatDelay and Setup.RcRepeatDelta to allow the user to
adjust the behavior of the remote control's repeat function. They shall also
remove any setup options they might have that serve the same purpose.
- Added demos of the DrawEllipse() and DrawSlope() function to the 'osddemo'
plugin (press '1' or '2', respectively).
Skins:
@ -375,6 +375,7 @@ Recordings:
limited to the values specified by the new command line option --dirnames (see
man vdr(1) for details). For backwards compatibility the option --vfat is still
available and has the same effect as --dirnames=250,40,1.
- Improved cutting videos.
SVDRP:
@ -471,3 +472,4 @@ Misc:
- Synchronizing system time to the transponder time is now done using adjtime() in order
to avoid discontinuities. If the time difference is more than 10 seconds, stime() is
still used to do the initial sync.
- Implemented scaling of SPU bitmaps.