From 96f61fff59dcf06f770db90c68d20a87bbea6490 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 7 Feb 2024 16:52:11 +0100 Subject: [PATCH] Version bump to 1.0.0 and updating changelog. --- lib/pp_admintools/__init__.py | 2 +- template.spec | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lib/pp_admintools/__init__.py b/lib/pp_admintools/__init__.py index c3c9330..43c84af 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.11.0' +__version__ = '1.0.0' MAX_PORT_NUMBER = (2 ** 16) - 1 DEFAULT_CONFIG_DIR = 'pixelpark' diff --git a/template.spec b/template.spec index 0fbd2bc..a975d10 100644 --- a/template.spec +++ b/template.spec @@ -73,6 +73,17 @@ python@@@py_version_dot@@@ setup.py install --prefix=%{_prefix} --root=%{buildro /usr/libexec/pixelpark/* %changelog +* Wed Feb 07 2024 Frank Brehm 1.0.0-1 +- Reorganizing Exception classes. +- hecking validity of a LDAP config entry. +- Reading and applying configuration for modifying entries during + mirorring LDAP instances. +- Refactoring common LDAP operations to repeat them on network errors. +- Adding classmethod cursor_position() to class BaseDPXApplication. +- Printing dots on long lasting actions during mirroring LDAP instances. +- Some more improvements on mirroring LDAP instances. +- Caching IP address of LDAP server. +- Fixing many linter errors. * Tue Jan 16 2024 Frank Brehm 0.11.0-1 - Better error handling in different classes. - Adding method get_hashing_schema() to class LdapPasswordHandler. -- 2.39.5