From 958739d6b84d31402b01ec1b7048cd5ccb59f5e4 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Wed, 30 Dec 2009 14:29:12 +0100 Subject: =?UTF-8?q?2009-12-30:=203.6.5=20-=20Changed:=20use=20HTTP::Date?= =?UTF-8?q?=20for=20HTTP=20date/time=20formatting=20(Ville=20Skytt=C3=A4).?= =?UTF-8?q?=20-=20Improved:=20Create=20fewer=20SVDRP=20connections=20(Vill?= =?UTF-8?q?e=20Skytt=C3=A4).=20-=20Fixed:=20some=20jslint=20warnings=20in?= =?UTF-8?q?=20javascript=20files=20(Ville=20Skytt=C3=A4).=20-=20Improved:?= =?UTF-8?q?=20Config=20file=20read/write=20error=20handling=20(Ville=20Sky?= =?UTF-8?q?tt=C3=A4).=20-=20Improved:=20Send=20Last-Modified=20header=20fo?= =?UTF-8?q?r=20static=20resources=20(Ville=20Skytt=C3=A4).=20-=20Added:=20?= =?UTF-8?q?"-l"=20and=20"--log"=20parameter.=20-=20Changed:=20"-nf"=20opti?= =?UTF-8?q?on=20to=20"-n".=20-=20Changed:=20Logging.=20-=20Added:=20"--ssl?= =?UTF-8?q?"=20switch=20to=20accept=20https=20instead=20of=20http.=20-=20A?= =?UTF-8?q?dded:=20Find=20VDR=201.7.2+=20TS=20recordings.=20-=20Updated:?= =?UTF-8?q?=20Italian=20translation=20(Submitted=20by=20Diego=20Pierotto).?= =?UTF-8?q?=20-=20Fixed:=20epgsearch=20uses=20seconds=20in=20aux=20field?= =?UTF-8?q?=20of=20timers,=20not=20minutes=20(Reported=20by=20Rincewind99?= =?UTF-8?q?=20@vdr-portal.de).=20-=20Fix=20bug=20#507=20"EPGsearch=20custo?= =?UTF-8?q?m=20categories=20no=20longer=20show".=20-=20Fixed:=20Saving=20t?= =?UTF-8?q?he=20config=20showed=20error=20message=20"1".=20-=20Reworked:?= =?UTF-8?q?=20Spanish=20translation=20(Submitted=20by=20Manuel=20Gomez).?= =?UTF-8?q?=20-=20Fixed:=20failing=20check=20whether=20the=20process=20wit?= =?UTF-8?q?h=20our=20pid=20is=20a=20vdradmind=20(Ville=20Skytt=C3=A4)=20-?= =?UTF-8?q?=20Fixed:=20always=20exit=20with=20status=201=20from=20--kill?= =?UTF-8?q?=20if=20no=20processes=20were=20killed=20(Ville=20Skytt=C3=A4)?= =?UTF-8?q?=20-=20Improved:=20pid=20file=20error=20handling=20(Ville=20Sky?= =?UTF-8?q?tt=C3=A4)=20-=20Added:=20autotimer=20schedule=20change=20tracki?= =?UTF-8?q?ng=20option=20in=20UI=20(Ville=20Skytt=C3=A4)=20-=20Fixed:=20us?= =?UTF-8?q?e=20text/javascript=20for=20JavaScript=20in=20HTTP=20headers=20?= =?UTF-8?q?(Ville=20Skytt=C3=A4)=20-=20Updated:=20required=20Perl=20module?= =?UTF-8?q?=20documentation=20(Ville=20Skytt=C3=A4)=20-=20Improved:=20temp?= =?UTF-8?q?late=20caching=20options=20(stat=20ttl,=20default=20cache=20dir?= =?UTF-8?q?=20is=20now=20/var/cache/vdradmin)=20(Ville=20Skytt=C3=A4)=20-?= =?UTF-8?q?=20Improved:=20error=20message=20when=20binding=20the=20server?= =?UTF-8?q?=20socket=20fails=20(Ville=20Skytt=C3=A4)=20-=20Improved:=20war?= =?UTF-8?q?n=20if=20log=20file=20cannot=20be=20written=20to=20(Ville=20Sky?= =?UTF-8?q?tt=C3=A4)=20-=20Fixed:=20don't=20try=20to=20delete=20pid=20file?= =?UTF-8?q?=20in=20non-daemon=20mode.=20-=20Improved:=20include=20reason?= =?UTF-8?q?=20in=20pid=20file=20deletion=20error=20message=20(Ville=20Skyt?= =?UTF-8?q?t=C3=A4).=20-=20Added:=20ability=20to=20log=20to=20syslog=20("L?= =?UTF-8?q?OGFILE=20=3D=20syslog"=20in=20config)=20(Ville=20Skytt=C3=A4).?= =?UTF-8?q?=20-=20Changed:=20non-daemon=20mode=20(-nf)=20always=20turns=20?= =?UTF-8?q?on=20logging=20to=20stderr=20(Ville=20Skytt=C3=A4).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 379 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 379 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 313f1c2..221e236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,382 @@ +2009-12-30 tag v3_6_5 + +2009-12-30 amair + + * HISTORY, vdradmind.pl, template/default/about.html: + + Updated for v3.6.5 release. + +2009-12-30 amair + + * 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: + + Updated. + +2009-12-30 scop + + * HISTORY, README, install.sh, vdradmind.pl: + + Use HTTP::Date for HTTP date/time formatting. + +2009-12-29 scop + + * vdradmind.pl: + + Remove unused variables flagged by perlcritic. + +2009-12-29 scop + + * vdradmind.pl: + + Fix numeric/string comparison issue flagged by perltidy. + +2009-12-29 scop + + * HISTORY, vdradmind.pl: + + Create fewer SVDRP connections. + +2009-10-11 amair + + * README: + + Updated link to VDR homepage. + +2009-08-06 amair + + * vdradmind.pl: + + Removed $DEBUG (IMHO it's easier to use "-n" and "-l" for debugging). + +2009-08-05 scop + + * vdradmind.pl, template/default/timeline.js: + + Cosmetic: trim trailing whitespace. + +2009-08-05 scop + + * template/default/library.js: + + Add jslint settings, fix some warnings. + +2009-08-05 scop + + * template/default/timeline.js: + + Add jslint settings, fix more warnings. + +2009-08-05 scop + + * HISTORY, template/default/timeline.js: + + Get rid of jslint "used before defined" warnings (big diff, just reordering functions, no other changes). + +2009-08-05 scop + + * vdradmind.pl: + + Migrate log level config. + +2009-08-05 scop + + * vdradmind.pl: + + Add warning log level, set default to it, replace warn() calls with appropriate logging calls. + +2009-08-05 scop + + * vdradmind.pl: + + Use DAEMON instead of USER syslog facility. + +2009-08-05 scop + + * vdradmind.pl: + + Turn off daemon mode with -h|--help, -c|--config, -k|--kill, -i|--displaycall, and -m|--message (affects logging). + +2009-08-05 scop + + * HISTORY, vdradmind.pl: + + Improve config file read/write error handling. + +2009-08-05 scop + + * vdradmind.pl: + + Drop dead code. + +2009-08-05 scop + + * HISTORY, vdradmind.pl: + + Send Last-Modified header for static resources. + +2009-08-05 scop + + * vdradmind.pl: + + Avoid some unnecessary stat() calls. + +2009-08-05 scop + + * vdradmind.pl: + + Fix syslog priority string for errors ("err", not "error"). + +2009-08-05 amair + + * vdradmind.pl: + + Don't stop reading parameters after "-n|--nofork". + +2009-08-05 amair + + * HISTORY, README, vdradmind.pl: + + Added "-l" and "--log" parameter. + +2009-08-05 amair + + * HISTORY, README, vdradmind.pl, vdradmind.pl.1: + + Changed "-nf" option to "-n". + +2009-08-05 amair + + * HISTORY, vdradmind.pl: + + Reworked logging. + +2009-07-23 amair + + * README: + + Updated. + +2009-07-23 amair + + * HISTORY, install.sh, vdradmind.pl: + + Added "--ssl" switch to accept https instead of http. + +2009-07-23 amair + + * HISTORY, vdradmind.pl: + + Find VDR 1.7.2+ TS recordings. + +2009-07-23 amair + + * HISTORY: + + Updated. + +2009-07-22 scop + + * vdradmind.pl: + + Note that -p is ignored with -nf. + +2009-07-22 scop + + * HISTORY, vdradmind.pl: + + Make non-daemon mode always turn on logging to stderr. + +2009-07-22 scop + + * HISTORY, README, install.sh, vdradmind.pl: + + Add ability to log to syslog ("LOGFILE = syslog" in config). + +2009-07-22 scop + + * vdradmind.pl: + + Simplify Log() a bit further. + +2009-07-22 scop + + * HISTORY, vdradmind.pl: + + Include reason in pid file deletion error message. + +2009-07-22 amair + + * vdradmind.pl: + + Delete pidfile only if running as daemon. + +2009-07-21 scop + + * vdradmind.pl: + + Log() code cleanups (3-argument open(), eliminate unnecessary sprintf()). + +2009-07-21 scop + + * HISTORY, vdradmind.pl: + + Warn if log file cannot be written to. + +2009-07-21 scop + + * HISTORY: + + Typo fix. + +2009-07-21 scop + + * .cvsignore: + + Ignore log and pid files. + +2009-07-21 scop + + * HISTORY, vdradmind.pl: + + Improve error message when binding the server socket fails. + +2009-07-21 scop + + * vdradmind.pl: + + Start without compiled template caching but warn if compile dir is not writable. + +2009-07-15 scop + + * HISTORY, install.sh, vdradmind.pl: + + Improve template caching defaults (remove useless CACHE_SIZE, set STAT_TTL to one hour, set CACHE_DIR to /var/cache/vdradmin). + +2009-07-15 scop + + * HISTORY, README, install.sh: + + Note that Template::Plugin::JavaScript is required. + +2009-07-15 scop + + * README: + + Note that Compress::Zlib is optional. + +2009-07-15 scop + + * README: + + Point to official VDR homepage URL, fix indentation. + +2009-07-15 scop + + * HISTORY, vdradmind.pl: + + Use text/javascript for JavaScript in HTTP headers. + +2009-07-14 scop + + * HISTORY, po/fi.po, po/vdradmin.pot, template/default/config.html: + + Add autotimer schedule change tracking option in UI. + +2009-02-09 amair + + * po/it.po: + + Updated. + +2009-01-21 amair + + * vdradmind.pl: + + Fixed: epgsearch uses seconds in aux field of timers, not minutes. + +2009-01-21 amair + + * vdradmind.pl: + + Fix bug #507 "EPGsearch custom categories no longer show". + +2009-01-03 scop + + * vdradmind.pl: + + use() fine tuning. + +2009-01-03 scop + + * vdradmind.pl: + + Improve pid file deletion logic, avoid warning noise. + +2009-01-03 amair + + * HISTORY, vdradmind.pl: + + Fixed: Saving the config showed error message "1". + +2009-01-03 amair + + * CREDITS, template/default/about.html: + + Added Manuel Gomez to list of translators. + +2008-12-31 scop + + * vdradmind.pl: + + Sanity check pid file contents on read. + +2008-12-31 scop + + * HISTORY, vdradmind.pl: + + Improve pid file error handling. + +2008-12-31 scop + + * HISTORY, vdradmind.pl: + + Always exit with status 1 from --kill if no processes were killed. + +2008-12-31 scop + + * HISTORY, vdradmind.pl: + + Fix "is the process with this pid a vdradmind" logic (outputs of "ps ax" differ); now uses/requires POSIX compliant "ps". + +2008-12-31 amair + + * po/es.po: + + Reworked by Manuel Gomez. + +2008-12-25 scop + + * 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, + template/default/help_at_timer_new.html, + template/default/help_config.html: + + Some English message fixes. + +2008-12-25 scop + + * po/.cvsignore: + + Ignore *.mo. + +2008-12-25 amair + + * 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, tools/tmplgettext: + + Sort HTML templates alphanumeric so that the ordering of the messages in the .po files doesn't change. + 2008-12-20 tag v3_6_4 2008-12-20 amair -- cgit v1.2.3