From 87444f22fba0be0af9dd06e4b7826276446c0b1d Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 15 Jun 2023 17:58:21 +0200 Subject: [PATCH] Version bump to 0.10.0 and updating changelog. --- lib/pp_admintools/__init__.py | 2 +- template.spec | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/pp_admintools/__init__.py b/lib/pp_admintools/__init__.py index 1c411a4..cccdacc 100644 --- a/lib/pp_admintools/__init__.py +++ b/lib/pp_admintools/__init__.py @@ -15,7 +15,7 @@ import shutil # Own modules import fb_tools.common -__version__ = '0.9.0' +__version__ = '0.10.0' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' diff --git a/template.spec b/template.spec index 641a35f..cb39e41 100644 --- a/template.spec +++ b/template.spec @@ -73,6 +73,14 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro /usr/libexec/pixelpark/* %changelog +* Thu Jun 15 2023 Frank Brehm 0.10.0-1 +- Fixing extended Linter check merror messages +- Better search for localisation files +- Extending script bin/remove-ldap-user by removing mail addresses + of removed user from mailing lists. +- Adding script bin/clean-empty-ldap-groups and its application module + lib/pp_admintools/app/clean_empty_ldap_groups.py. +- Updating translations. * Wed May 31 2023 Frank Brehm 0.9.0-1 - Adding bin/barracuda-sync and its application module lib/pp_admintools/app/barracuda_sync.py -- 2.39.5