diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2007-09-21 12:55:25 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2007-09-21 12:55:25 +0200 |
commit | 7d3a17c4924b5d367f76a0febfefe6ff1e7880d1 (patch) | |
tree | dbaeadb212108010518a8ee1b68b017a06092209 /make.sh | |
parent | 7ceee1cfcfa1b513d4e967398b022f3fccb5208b (diff) | |
download | vdradmin-am-3.6.0.tar.gz vdradmin-am-3.6.0.tar.bz2 |
2007-09-21: 3.6.0v3.6.0
- Added: missing license information.
- Changed: prog_timeline uses global channels array instead of copying it locally.
- Fixed: Bug in prog_timeline introduced in 3.6.0beta (Reported by several users).
- Updated: Italian translation (Submitted by Gringo)
- Updated: Spanish translation (Submitted by RĂ¼diger Jung).
- Fixed: Channel range in epgsearch_new didn't work since 3.6.0beta (Reported by mblaster4711 @vdr-portal.de).
Diffstat (limited to 'make.sh')
-rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash LANGS="cs de es fr fi it nl ru" -DIST_FILES="autotimer2searchtimer.pl ChangeLog COPYING CREDITS FAQ HISTORY INSTALL README README.translators REQUIREMENTS contrib convert.pl install.sh lib locale make.sh template uninstall.sh vdradmind.pl vdradmind.pl.1" +DIST_FILES="autotimer2searchtimer.pl ChangeLog COPYING CREDITS FAQ HISTORY INSTALL LGPL.txt README README.translators REQUIREMENTS contrib convert.pl install.sh lib locale make.sh template uninstall.sh vdradmind.pl vdradmind.pl.1" INSTALL_SH=./install.sh CVS2CL="./cvs2cl.pl" # get it at http://www.red-bean.com/cvs2cl/ TMPDIR=/tmp |