History | View | Annotate | Download (20.3 kB)
modified copyright year.
removed compiler warnings caused by usage of gboolean as gpointer.
src/update_check.c: win32: also check the file size of updater exe.
src/update_check.c: added debug print.
win32: properly set the parameter of default download URL.
win32: fixed crash on update check.
modified strings about plug-ins.
fixes restart of process on Win32 when installed on non-ascii path.
merged plug-in update check and automatic update patch.
support DISP_RELEASE / DISP_DEVEL which set displayed new version.
added functions to modify URLs for update check.
fixed typos.
made curl timeout 10 secs.
added configure option '--disable-updatecheck' which disables the update check feature.
don't show update dialog if modal dialog exists or incorporation is active.
src/update_check.c: fixed freeze bug on showing dialog.
made release version have priority over development version on update check.
merged plugin-test branch into trunk.