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 /vdr.1 | |
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 'vdr.1')
-rw-r--r-- | vdr.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,15 +2,15 @@ .\" ** The above line should force tbl to be a preprocessor ** .\" Man page for vdr .\" -.\" Copyright (C) 2002 Klaus Schmidinger +.\" Copyright (C) 2003 Klaus Schmidinger .\" .\" You may distribute under the terms of the GNU General Public .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.1 1.7 2003/05/03 16:16:05 kls Exp $ +.\" $Id: vdr.1 1.8 2003/05/29 11:58:28 kls Exp $ .\" -.TH vdr 1 "3 May 2003" "1.1.30" "Video Disk Recorder" +.TH vdr 1 "1 June 2003" "1.2.0" "Video Disk Recorder" .SH NAME vdr - the Video Disk Recorder .SH SYNOPSIS @@ -185,7 +185,7 @@ See the file \fICONTRIBUTORS\fR in the \fBvdr\fR source distribution. .SH REPORTING BUGS Report bugs to <vdr-bugs@cadsoft.de>. .SH COPYRIGHT -Copyright \(co 2002 Klaus Schmidinger. +Copyright \(co 2003 Klaus Schmidinger. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |