diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2006-11-24 12:38:59 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2006-11-24 12:38:59 +0100 |
commit | 4c529b51694d5d6cb2792891b10c162ecd13297b (patch) | |
tree | 8cfb16a3a089cf2c6aadaebde8a029786767620b /make.sh | |
parent | 04ecd27f65634b2f73ad328db76d30142958c29b (diff) | |
download | vdradmin-am-3.5.1beta.tar.gz vdradmin-am-3.5.1beta.tar.bz2 |
2006-11-24: 3.5.1betav3.5.1beta
- Changed: Handling of critical/colliding timers on encrypted channels in timer_list (Requested lot's of time in vdr-portal.de).
- Fixed: Lost info on selected extepginfos if testing an epgsearch in epgsearch_new (Reported by marpiet).
- Fixed: Didn't select the right channel group in epgsearch_new (Reported by viking).
- Added: epgsearches can be based on epgsearch's templates.
Diffstat (limited to 'make.sh')
-rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ function do_dist() cp -a po/*.po po/*.pot $TMPDIR/$DIST_NAME/po ( cd $TMPDIR - tar --exclude CVS -cjf $DIST_NAME.tar.bz2 $DIST_NAME + tar --exclude CVS --exclude '.#*' -cjf $DIST_NAME.tar.bz2 $DIST_NAME rm -rf $TMPDIR/$DIST_NAME ) mv $TMPDIR/$DIST_NAME.tar.bz2 . |