]> Frank Brehm's Git Trees - pixelpark/pp-admin-tools.git/commitdiff
Version bump to 0.10.0 and updating changelog.
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 15 Jun 2023 15:58:21 +0000 (17:58 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 15 Jun 2023 15:58:21 +0000 (17:58 +0200)
lib/pp_admintools/__init__.py
template.spec

index 1c411a4a944ae03d93ce2981b12e7ba3c9fcc014..cccdaccbd5be724224e9cc3ea44418a3ef1350d2 100644 (file)
@@ -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'
index 641a35f9d6a5c46014f5fc590c9a1b1aa3cd920f..cb39e4153d2b68aa9ef6543cd269371c529e3f46 100644 (file)
@@ -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 <frank.brehm@pixelpark.com> 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 <frank.brehm@pixelpark.com> 0.9.0-1
 -   Adding bin/barracuda-sync and its application module
     lib/pp_admintools/app/barracuda_sync.py