diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-05-30 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2003-05-30 18:00:00 +0200 |
commit | d072cc6da2e109d0dc6b98375a1bab3a2ac83948 (patch) | |
tree | ed8f998f778fca488ddb5299e738cb36b42dff38 /HISTORY | |
parent | 8ab980e1d9be404a8842fad54aa9c2e34fa6f4ea (diff) | |
download | vdr-patch-lnbsharing-d072cc6da2e109d0dc6b98375a1bab3a2ac83948.tar.gz vdr-patch-lnbsharing-d072cc6da2e109d0dc6b98375a1bab3a2ac83948.tar.bz2 |
Version 1.2.0pre1vdr-1.2.0pre1
- Some corrections to the French OSD texts (thanks to Olivier Jacques).
- Fixed some missing commas in i18n.c (thanks to Dimitrios Dimitrakos for
reporting this problem).
- Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf
Ahrenberg).
- Completed the Italian OSD texts (thanks to Antonio Ospite).
- Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after
going into "Pause live video" mode (thanks to Karim Afifi for reporting ths one).
- Some corrections to the Catalanian OSD texts (thanks to Jordi Vilà ).
- Single event timers are now deleted if the recording they are doing is
deleted before the timer ends.
- Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt).
- Fixed a possible access of invalid file handles in cSIProcessor::Action()
(thanks to Stefan Huelswitt).
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -2208,3 +2208,20 @@ Video Disk Recorder Revision History (thanks to Gerhard Steiner for reporting this one). - It is now possible to directly delete a timer that is currently recording (thanks to Alexander Damhuis for reporting this one). + +2003-05-30: Version 1.2.0pre1 + +- Some corrections to the French OSD texts (thanks to Olivier Jacques). +- Fixed some missing commas in i18n.c (thanks to Dimitrios Dimitrakos for + reporting this problem). +- Some corrections to the Finnish OSD texts (thanks to Niko Tarnanen and Rolf + Ahrenberg). +- Completed the Italian OSD texts (thanks to Antonio Ospite). +- Fixed breaking off replay in case the user hits "Play" or "Pause" too soon after + going into "Pause live video" mode (thanks to Karim Afifi for reporting ths one). +- Some corrections to the Catalanian OSD texts (thanks to Jordi Vilà). +- Single event timers are now deleted if the recording they are doing is + deleted before the timer ends. +- Fixed an uninitialized variable in cDisplayChannel (thanks to Stefan Huelswitt). +- Fixed a possible access of invalid file handles in cSIProcessor::Action() + (thanks to Stefan Huelswitt). |