Softcoder added a new ( currently disabled by default ) feature that checks if a new version of MG is available and auto downloads this.
In general I like this feature, but after thinking about this I don't like that this functionality is part of the game. This auto updating should be done by using an external tool ( which can be written by us too ) but this is nothing MG specific. and makes things more complicated and may raise security concerns for some people.
For the moment it's ok to have this code for vejvoda internal use, but in general this should be changed to something external which is launched by the startscript or something like this..
( on a first thought git with a bit scripting might be a good option to implement this )