* Matthew Toseland <toad at amphibian.dyndns.org> [2007-11-28 14:20:55]:
> How long was this bug live for? > Dunno, noone has reported it but I've caught it while debugging the uninstaller. > On Tuesday 27 November 2007 19:50, you wrote: > > Author: nextgens > > Date: 2007-11-27 19:50:31 +0000 (Tue, 27 Nov 2007) > > New Revision: 15993 > > > > Modified: > > trunk/apps/new_installer/res/windows/bin/install_updater.cmd > > Log: > > new_installer: fix a bug preventing the auto-updater from beeing enabled; > doh > > > > Modified: trunk/apps/new_installer/res/windows/bin/install_updater.cmd > > =================================================================== > > --- trunk/apps/new_installer/res/windows/bin/install_updater.cmd > > 2007-11-27 > 19:25:35 UTC (rev 15992) > > +++ trunk/apps/new_installer/res/windows/bin/install_updater.cmd > > 2007-11-27 > 19:50:31 UTC (rev 15993) > > @@ -7,9 +7,9 @@ > > @if exist offline goto end > > @java -jar bin\sha1test.jar update/update.cmd . > NUL > > :end > > - at echo node.updater.enabled=true >> freenet.ini > > + at echo node.updater.enabled=true>> freenet.ini > > > > @if not exist update goto noautoupdate > > - at echo node.updater.autoupdate=true >> freenet.ini > > + at echo node.updater.autoupdate=true>> freenet.ini > > @del /F update > NUL > > :noautoupdate > > > > _______________________________________________ > > cvs mailing list > > cvs at freenetproject.org > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > > > > _______________________________________________ > Devl mailing list > Devl at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20071128/bc09e844/attachment.pgp>
