Version 1.7.41

VDR developer version 1.7.41 is now available at

       ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.41.tar.bz2

A 'diff' against the previous version is available at

       ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.40-1.7.41.diff

MD5 checksums:

c7928bff45fa1c0e6dadf2c0a5adf94b  vdr-1.7.41.tar.bz2
d20f62005288f54bb4596e1e091419ac  vdr-1.7.40-1.7.41.diff

WARNING:
========

This is a developer version. Even though I use it in my productive
environment, I strongly recommend that you only use it under controlled
conditions and for testing and debugging.

Approaching version 2.0.0:
==========================

If there are no more serious bug reports, the final version 2.0.0 of VDR
shall be released on March 31, 2013.
So please test this developer version intensely and report any problems
you might encounter as soon as possible.

The following language files still have the given number of untranslated texts:

da_DK.po: 134
el_GR.po: 197
hr_HR.po: 134
lt_LT.po: 1
nn_NO.po: 262
pt_PT.po: 28
sl_SI.po: 1
sr_SR.po: 80
tr_TR.po: 134

If nobody takes care of these, they will remain untranslated in version 2.0.0.

From the HISTORY file:
- Updated the Hungarian OSD texts (thanks to István Füley).
- Updated the Russian OSD texts (thanks to Oleg Roitburd).
- Updated the Polish OSD texts (thanks to Marek Nazarko).
- Fixed using PATH_MAX and NAME_MAX (+/-1 because the first one includes the
  terminating 0, while the latter doesn't).
- The 'plugins' target of the VDR Makefile now also copies files matching the wildcard
  "lib$$i-*.so" (previously only "libvdr-*.so") and also descends into subdirectories
  of the plugin source.
- The parameters PATH and NAME to the --dirnames command line option may now be left
  empty to use the default values if only ENC shall be set (thanks to Helmut Auer for
  some improvements to this change).
- Fixed a possible "Channel not available" if a recording starts on a system with
  bonded devices (thanks to Siegfried Bosch).
- Fixed stopping an ongoing recording on a system with bonded devices, if a timer with
  a higher priority requires a different band.
- Updated the introductory text of the vdr.1 man page.
- Added a note to the INSTALL file regarding multiple disk setup becoming deprecated
  in a future version of VDR.
- When switching to a less privileged user id, VDR now sets the environment variables
  HOME, USER, LOGNAME and SHELL accordingly (thanks to Manuel Reimer).
- Updated the help and man page entry about the location of the epg.data file (thanks
  to Ville Skyttä).
- Fixed creating a new VPS timer with the SVDRP command NEWT (thanks to Johann
  Friedrichs).
This commit is contained in:
Klaus Schmidinger
2013-03-16 11:58:00 +01:00
committed by Dieter Hametner
parent bda389f8b0
commit d1b0368a15
90 changed files with 259 additions and 193 deletions

View File

@@ -1,6 +1,6 @@
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Klaus Schmidinger <kls@tvdr.de>
Written by: Klaus Schmidinger <vdr@tvdr.de>
Project's homepage: http://www.tvdr.de

View File

@@ -1,6 +1,6 @@
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Klaus Schmidinger <kls@tvdr.de>
Written by: Klaus Schmidinger <vdr@tvdr.de>
Project's homepage: http://www.tvdr.de

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
# Ramon Roca <ramon.roca@xcombo.com>, 2003

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Vladim<69>r B<>rta <vladimir.barta@k2atmitec.cz>, 2006
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Mogens Elneff <mogens@elneff.dk>, 2004
#

View File

@@ -1,7 +1,7 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger <kls@tvdr.de>, 2000
# Klaus Schmidinger <vdr@tvdr.de>, 2000
#
msgid ""
msgstr ""
@@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
"Last-Translator: Klaus Schmidinger <vdr@tvdr.de>\n"
"Language-Team: German <vdr@linuxtv.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Dimitrios Dimitrakos <mail@dimitrios.de>, 2002
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Ruben Nunez Francisco <ruben.nunez@tang-it.com>, 2002
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Arthur Konovalov <kasjas@hot.ee>, 2004
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Hannu Savolainen <hannu@opensound.com>, 2002
# Jaakko Hyvätti <jaakko@hyvatti.iki.fi>, 2002

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Jean-Claude Repetto <jc@repetto.org>, 2001
# Olivier Jacques <jacquesolivier@hotmail.com>, 2003

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Adrian Caval <anrxc@sysphere.org>, 2008
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Istvan Koenigsberger <istvnko@hotmail.com>, 2002
# Guido Josten <guido.josten@t-online.de>, 2002

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Valdemaras Pipiras <varas@ambernet.lt>, 2009
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Arnold Niessen <niessen@iae.nl> <arnold.niessen@philips.com>, 2001
# Hans Dingemans <hans.dingemans@tacticalops.nl>, 2003

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# J<>rgen Tvedt <pjtvedt@online.no>, 2001
# Truls Slevigen <truls@slevigen.no>, 2002

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Michael Rakowski <mrak@gmx.de>, 2002
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Paulo Lopes <pmml@netvita.pt>, 2001
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Paul Lacatus <paul@campina.iiruc.ro>, 2002
# Lucian Muresan <lucianm@users.sourceforge.net>, 2004

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Vyacheslav Dikonov <sdiconov@mail.ru>, 2004
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Vladim<69>r B<>rta <vladimir.barta@k2atmitec.cz>, 2006
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Miha Setina <mihasetina@softhome.net>, 2000
# Matjaz Thaler <matjaz.thaler@guest.arnes.si>, 2003

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Tomas Prybil <tomas@prybil.se>, 2002
# Jan Ekholm <chakie@infa.abo.fi>, 2003

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Oktay Yolge<67>en <oktay_73@yahoo.de>, 2007
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Marc Rovira Vall <tm05462@salleURL.edu>, 2003
# Ramon Roca <ramon.roca@xcombo.com>, 2003

View File

@@ -1,6 +1,6 @@
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Klaus Schmidinger <kls@tvdr.de>
Written by: Klaus Schmidinger <vdr@tvdr.de>
Project's homepage: http://www.tvdr.de

View File

@@ -1,6 +1,6 @@
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Klaus Schmidinger <kls@tvdr.de>
Written by: Klaus Schmidinger <vdr@tvdr.de>
Project's homepage: http://www.tvdr.de

View File

@@ -1,7 +1,7 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger <kls@tvdr.de>, 2008
# Klaus Schmidinger <vdr@tvdr.de>, 2008
#
msgid ""
msgstr ""
@@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2012-12-18 12:57+0100\n"
"PO-Revision-Date: 2008-01-12 17:41+0100\n"
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
"Last-Translator: Klaus Schmidinger <vdr@tvdr.de>\n"
"Language-Team: German <vdr@linuxtv.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Rolf Ahrenberg <rahrenbe@cc.hut.fi>, 2008
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Patrice Staudt <ipatrice.staudt@laposte.net>, 2008
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Valdemaras Pipiras <varas@ambernet.lt>, 2009
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Alexander Gross <Bikalexander@gmail.com>, 2008
#

View File

@@ -1,7 +1,7 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger <kls@tvdr.de>, 2008
# Klaus Schmidinger <vdr@tvdr.de>, 2008
#
msgid ""
msgstr ""

View File

@@ -1,6 +1,6 @@
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Klaus Schmidinger <kls@tvdr.de>
Written by: Klaus Schmidinger <vdr@tvdr.de>
Project's homepage: http://www.tvdr.de

View File

@@ -1,7 +1,7 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger <kls@tvdr.de>, 2007
# Klaus Schmidinger <vdr@tvdr.de>, 2007
#
msgid ""
msgstr ""
@@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: <see README>\n"
"POT-Creation-Date: 2012-12-18 14:04+0100\n"
"PO-Revision-Date: 2007-08-15 16:07+0200\n"
"Last-Translator: Klaus Schmidinger <kls@tvdr.de>\n"
"Last-Translator: Klaus Schmidinger <vdr@tvdr.de>\n"
"Language-Team: German <vdr@linuxtv.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Rolf Ahrenberg <rahrenbe@cc.hut.fi>, 2007
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Diego Pierotto <vdr-italian@tiscali.it>, 2008
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Valdemaras Pipiras <varas@ambernet.lt>, 2010
#

View File

@@ -1,5 +1,5 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Alexander Gross <Bikalexander@gmail.com>, 2008
#

View File

@@ -1,7 +1,7 @@
# VDR plugin language source file.
# Copyright (C) 2008 Klaus Schmidinger <kls@tvdr.de>
# Copyright (C) 2013 Klaus Schmidinger <vdr@tvdr.de>
# This file is distributed under the same license as the VDR package.
# Klaus Schmidinger <kls@tvdr.de>, 2007
# Klaus Schmidinger <vdr@tvdr.de>, 2007
#
msgid ""
msgstr ""

View File

@@ -1,6 +1,6 @@
This is a "plugin" for the Video Disk Recorder (VDR).
Written by: Klaus Schmidinger <kls@tvdr.de>
Written by: Klaus Schmidinger <vdr@tvdr.de>
Project's homepage: http://www.tvdr.de