diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dfa1abd9e0e75c58300159d8f9e327ba2340e2..b4152f51a8a28bbaa2718ed10883e98846aa0ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,8 +26,7 @@ All notable changes to this project will be documented in this file. - Fixed a bug in Remoted that limited the maximum agent number to `MAX_AGENTS-3` instead of `MAX_AGENTS-2`. ([#4560](https://github.com/wazuh/wazuh/pull/4560)) - Fixed an error in the network library when handling disconnected sockets. ([#6444](https://github.com/wazuh/wazuh/pull/6444)) - Fixed an error in FIM when handling temporary files and registry keys exceeding the path size limit. ([#6538](https://github.com/wazuh/wazuh/pull/6538)) - -### Removed + - - Fixed a bug in FIM that stopped monitoring folders pointed by a symbolic link. ([#6613](https://github.com/wazuh/wazuh/pull/6613)) ## [v4.0.1] - 2020-11-11 diff --git a/framework/wazuh/core/cluster/__init__.py b/framework/wazuh/core/cluster/__init__.py index 7d719cb649279d8443e838f5c4775a883b1220de..670727bfa02501189249a51fd41f4b7b1ee3fdf6 100644 --- a/framework/wazuh/core/cluster/__init__.py +++ b/framework/wazuh/core/cluster/__init__.py @@ -5,7 +5,7 @@ # This program is free software; you can redistribute it and/or modify it under the terms of GPLv2 __version__ = '4.0.2' -__revision__ = '40007' +__revision__ = '40008' __author__ = "Wazuh Inc" __ossec_name__ = "Wazuh" __licence__ = "\ diff --git a/src/Doxyfile b/src/Doxyfile index 29485d608ad79fb4b3cfaf33a27e39aa28bf7f2d..c7ebcd122157a739163da66b69947ec21bf0ffcd 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "WAZUH" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "v4.0.2-40007" +PROJECT_NUMBER = "v4.0.2-40008" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/src/REVISION b/src/REVISION index 12d33b24a75cac5e64693c2908cbf4d090275621..d2d0e6eae3c3b379dbeb8133a3c01e67d7c51170 100644 --- a/src/REVISION +++ b/src/REVISION @@ -1 +1 @@ -40007 +40008 diff --git a/src/update/ruleset/RULESET_VERSION b/src/update/ruleset/RULESET_VERSION index 2c7ba3632a19fedbd0885af2408f299668c1cdf0..1c252d7f80ed86861dfd240f78bb2c704efe3ad3 100644 --- a/src/update/ruleset/RULESET_VERSION +++ b/src/update/ruleset/RULESET_VERSION @@ -1,2 +1,2 @@ RULESET_VERSION="v4.0.2" -REVISION="40002" +REVISION="40003" diff --git a/src/win32/ossec-installer.nsi b/src/win32/ossec-installer.nsi index b096accc3ae73496f0e3d2af2384860783594caa..ccbcf76cbb071dc3791a207149615ce7d487816e 100644 --- a/src/win32/ossec-installer.nsi +++ b/src/win32/ossec-installer.nsi @@ -21,7 +21,7 @@ !define MUI_ICON install.ico !define MUI_UNICON uninstall.ico !define VERSION "4.0.2" -!define REVISION "40007" +!define REVISION "40008" !define NAME "Wazuh" !define SERVICE "OssecSvc"