diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2007-01-25 16:01:07 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2007-01-25 16:01:07 +0100 |
commit | 12afd457f85ae4c80446787ec2a37f5a0c30e3fb (patch) | |
tree | 6a8f1053f7191371ae8c6bec1304fbdc8decbf1f /ChangeLog | |
parent | 46d2394f8ae86e9c92c2c573a1a990a97c6d33b1 (diff) | |
download | vdradmin-am-3.5.3.tar.gz vdradmin-am-3.5.3.tar.bz2 |
2007-01-25: 3.5.3v3.5.3
- Fixed: epgsearch's LSTT/DEFT commands need at least epgsearch v0.9.20.
- Added: Klaus Schmidinger's "lste" speedup patch.
- Changed: Do not send every HTTP header line in its own TCP packet (Speedup!).
- Changed: Display error message if VDRAdmin-AM can't connect to VDR if index.html is requested.
- Changed: Added warning in epgsearch edit if neither "title", "subtitle" nor "description" is checked.
- Changed: Don't show recording commands drop-down if there are no reccmds.
- Fixed: When sorting recordings by name, sort folders by name too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 97 |
1 files changed, 97 insertions, 0 deletions
@@ -1,3 +1,100 @@ +2007-01-25 tag v3_5_3 + +2007-01-25 amair + + * vdradmind.pl, template/default/config.html, + template/default/help_config.html: + + Disable EPG_DIRECT because it no longer works with the "lste" speedup patch. + +2007-01-25 amair + + * HISTORY: + + Fixed year. + +2007-01-25 amair + + * HISTORY, po/cs.po, po/de.po, po/es.po, po/fi.po, po/fr.po, + po/it.po, po/nl.po, po/ru.po, po/vdradmin.pot: + + Update for release 3.5.3. + +2007-01-25 amair + + * vdradmind.pl: + + Handle "command not found" for epgsearch's LSTT and DEFT commands. + Another fix for VDR connect error in index.html. + +2007-01-24 amair + + * vdradmind.pl: + + Fixed: epgsearch's LSTT command needs at least epgsearch v0.9.20. + +2007-01-11 amair + + * vdradmind.pl: + + Include Klaus Schmidinger's "lste" speedup patch. + +2007-01-11 amair + + * vdradmind.pl: + + Fixed: Access VDRAdmin-AM if VDR didn't run before starting VDRAdmin-AM. + Changed: Do not send every HTTP header line in its own TCP packet. + +2007-01-09 amair + + * vdradmind.pl: + + Display error message if VDRAdmin-AM can't connect to VDR if index.html is requested. + This should reduce "I can't see the EPGsearch menu item" bug reports. + +2007-01-09 amair + + * template/default/epgsearch_new.html: + + Added warning if neither "title", "subtitle" nor "description" is checked. + +2007-01-07 scop + + * template/default/rec_list.html: + + Don't show recording commands drop-down if there are no reccmds. + +2007-01-07 scop + + * vdradmind.pl, template/default/timer_new.html: + + HTML escaping fixes. + +2007-01-07 scop + + * vdradmind.pl: + + When sorting recordings by name, sort folders by name too. + +2007-01-07 scop + + * vdradmind.pl: + + Warning cleanups. + +2007-01-07 scop + + * vdradmind.pl: + + Use constants instead of magic numbers. + +2006-12-09 scop + + * po/fi.po: + + Finnish translation updates. + 2006-12-08 tag v3_5_2 2006-12-08 amair |