diff --git a/CHANGES b/CHANGES index 0342ab7..98f43ce 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2.5.0-41 | 2023-12-06 20:08:23 -0800 + + * Changed the depricated SafeConfigParser attribute to ConfigParser (mute019) + 2.5.0-39 | 2023-11-07 19:37:51 +0100 * install: Ignore Cluster$interface deprecation (Arne Welzel, Corelight) diff --git a/VERSION b/VERSION index 8f2bf1d..047c143 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0-39 +2.5.0-41 diff --git a/ZeekControl/config.py b/ZeekControl/config.py index 89fdf77..169e69c 100644 --- a/ZeekControl/config.py +++ b/ZeekControl/config.py @@ -386,7 +386,7 @@ def _get_env_var_dict(self, text): # Parse node.cfg. def _read_nodes(self): - config = configparser.SafeConfigParser() + config = configparser.ConfigParser() fname = self.nodecfg try: if not config.read(fname): diff --git a/doc/main.rst b/doc/main.rst index affff7c..51fcf93 100644 --- a/doc/main.rst +++ b/doc/main.rst @@ -3,7 +3,7 @@ .. Note: This file includes further autogenerated ones. .. .. Version number is filled in automatically. -.. |version| replace:: 2.5.0-39 +.. |version| replace:: 2.5.0-41 =========== ZeekControl