]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Version bump to 1.0.0 and updating changelog. 1.0.0
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 7 Feb 2024 15:52:11 +0000 (16:52 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 7 Feb 2024 15:52:11 +0000 (16:52 +0100)
lib/pp_admintools/__init__.py
template.spec

index c3c9330e9f3097960a031dd9bd79ef0c91b2e0c2..43c84afa24c65f2db1fdf7aa1ea8b1e6ad3c47c6 100644 (file)
@@ -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'
index 0fbd2bc90899ffc3c3b82b1020188eb68c297735..a975d10d75f07d7778e7268b73b68c6f553d8e48 100644 (file)
@@ -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 <frank.brehm@pixelpark.com> 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 <frank.brehm@pixelpark.com> 0.11.0-1
 -   Better error handling in different classes.
 -   Adding method get_hashing_schema() to class LdapPasswordHandler.