diff --git a/pandora_agents/win32/ChangeLog b/pandora_agents/win32/ChangeLog index 8cdfd4dbc8..6cb7af1a25 100644 --- a/pandora_agents/win32/ChangeLog +++ b/pandora_agents/win32/ChangeLog @@ -1,3 +1,11 @@ +2010-11-14 Sancho Lerena + + * bin/util/pandora_update.exe: This small binary (see the Unix + perl version to see the sources), allow to replace the running + windows binary, by stopping the service and restarting it. Will + allow automatic upgrades of the agent using the fille collection + mechanism. + 2010-11-12 Ramon Novoa * windows/pandora_wmi.cc: isServiceRunning returns -1 for module diff --git a/pandora_agents/win32/bin/util/pandora_update.exe b/pandora_agents/win32/bin/util/pandora_update.exe new file mode 100644 index 0000000000..6a929ebee0 Binary files /dev/null and b/pandora_agents/win32/bin/util/pandora_update.exe differ