From: Frank Brehm Date: Tue, 16 Jan 2024 16:30:51 +0000 (+0100) Subject: Version bump to 0.11.0 and updating changelog. X-Git-Tag: 0.11.0~3^2 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=44b541b0b76a50586f0a759140eb13d54145ead4;p=pixelpark%2Fpp-admin-tools.git Version bump to 0.11.0 and updating changelog. --- diff --git a/lib/pp_admintools/__init__.py b/lib/pp_admintools/__init__.py index cccdacc..f542d44 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.10.0' +__version__ = '0.11.0' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' diff --git a/template.spec b/template.spec index cb39e41..0fbd2bc 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 +* Tue Jan 16 2024 Frank Brehm 0.11.0-1 +- Better error handling in different classes. +- Adding method get_hashing_schema() to class LdapPasswordHandler. +- Adding script bin/check-ldap-pwd-schemes and its application module + pp_admintools.app.check_ldap_pwd_schemes. +- Enabling overriding configures Base DN in lib/pp_admintools/app/ldap.py. +- Better initialisation of the LdapPasswordHandler class. +- Adding script get-rhel-dvd-iso-image. * Thu Jun 15 2023 Frank Brehm 0.10.0-1 - Fixing extended Linter check merror messages - Better search for localisation files