diff --git a/pandora_agents/ChangeLog b/pandora_agents/ChangeLog index b1dc603f13..26820bd65a 100644 --- a/pandora_agents/ChangeLog +++ b/pandora_agents/ChangeLog @@ -1,3 +1,15 @@ +2010-07-16 Dario Rodriguez + + * win32/bin/util/unzip.exe: Added to bin/utils to use it to unzip + collections. + +2010-07-16 Dario Rodriguez + + * win32/pandora_agent_conf.cc, pandora_agent_conf.h: Added functionality + to get collection from configuration file. + * win32/pandora_windows_service.cc, pandora_windows_service.h: Added + support for unzip collections. + 2010-07-14 Dario Rodriguez * win32/pandora_agent_conf.cc, pandora_agent_conf.h: Added functionality diff --git a/pandora_agents/win32/bin/util/unzip.exe b/pandora_agents/win32/bin/util/unzip.exe new file mode 100755 index 0000000000..b10387734a Binary files /dev/null and b/pandora_agents/win32/bin/util/unzip.exe differ